main.java.com.streamlayer.inplay.bets.PlaceRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/inplay/bets/inplay.bets.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.inplay.bets;
public interface PlaceRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.inplay.bets.PlaceRequest)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* Selected market ID
*
*
* int32 market = 1 [json_name = "market"];
* @return The market.
*/
int getMarket();
/**
*
* Selection - i.e. betting opportunity ID
*
*
* int32 outcome = 2 [json_name = "outcome"];
* @return The outcome.
*/
int getOutcome();
/**
*
* the wager amount
*
*
* double amount = 3 [json_name = "amount"];
* @return The amount.
*/
double getAmount();
}