public static interface RpcClient.PositionKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccount()
optional string account = 2; |
com.google.protobuf.ByteString |
getAccountBytes()
optional string account = 2; |
RpcClient.Instrument |
getInstrument()
required .Instrument instrument = 1; |
RpcClient.InstrumentOrBuilder |
getInstrumentOrBuilder()
required .Instrument instrument = 1; |
String |
getTraderId()
optional string traderId = 3; |
com.google.protobuf.ByteString |
getTraderIdBytes()
optional string traderId = 3; |
boolean |
hasAccount()
optional string account = 2; |
boolean |
hasInstrument()
required .Instrument instrument = 1; |
boolean |
hasTraderId()
optional string traderId = 3; |
boolean hasInstrument()
required .Instrument instrument = 1;RpcClient.Instrument getInstrument()
required .Instrument instrument = 1;RpcClient.InstrumentOrBuilder getInstrumentOrBuilder()
required .Instrument instrument = 1;boolean hasAccount()
optional string account = 2;String getAccount()
optional string account = 2;com.google.protobuf.ByteString getAccountBytes()
optional string account = 2;boolean hasTraderId()
optional string traderId = 3;String getTraderId()
optional string traderId = 3;com.google.protobuf.ByteString getTraderIdBytes()
optional string traderId = 3;Copyright © 2015. All Rights Reserved.