public static interface RpcClient.PositionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RpcClient.Instrument |
getInstrument()
required .Instrument instrument = 1; |
RpcClient.InstrumentOrBuilder |
getInstrumentOrBuilder()
required .Instrument instrument = 1; |
String |
getPosition()
required string position = 2; |
com.google.protobuf.ByteString |
getPositionBytes()
required string position = 2; |
boolean |
hasInstrument()
required .Instrument instrument = 1; |
boolean |
hasPosition()
required string position = 2; |
boolean hasInstrument()
required .Instrument instrument = 1;RpcClient.Instrument getInstrument()
required .Instrument instrument = 1;RpcClient.InstrumentOrBuilder getInstrumentOrBuilder()
required .Instrument instrument = 1;boolean hasPosition()
required string position = 2;String getPosition()
required string position = 2;com.google.protobuf.ByteString getPositionBytes()
required string position = 2;Copyright © 2015. All Rights Reserved.