public static final class RpcClient.PositionKey.Builder extends com.google.protobuf.GeneratedMessage.Builder<RpcClient.PositionKey.Builder> implements RpcClient.PositionKeyOrBuilder
PositionKey| Modifier and Type | Method and Description |
|---|---|
RpcClient.PositionKey |
build() |
RpcClient.PositionKey |
buildPartial() |
RpcClient.PositionKey.Builder |
clear() |
RpcClient.PositionKey.Builder |
clearAccount()
optional string account = 2; |
RpcClient.PositionKey.Builder |
clearInstrument()
required .Instrument instrument = 1; |
RpcClient.PositionKey.Builder |
clearTraderId()
optional string traderId = 3; |
RpcClient.PositionKey.Builder |
clone() |
String |
getAccount()
optional string account = 2; |
com.google.protobuf.ByteString |
getAccountBytes()
optional string account = 2; |
RpcClient.PositionKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RpcClient.Instrument |
getInstrument()
required .Instrument instrument = 1; |
RpcClient.Instrument.Builder |
getInstrumentBuilder()
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RpcClient.PositionKey.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RpcClient.PositionKey.Builder |
mergeFrom(com.google.protobuf.Message other) |
RpcClient.PositionKey.Builder |
mergeFrom(RpcClient.PositionKey other) |
RpcClient.PositionKey.Builder |
mergeInstrument(RpcClient.Instrument value)
required .Instrument instrument = 1; |
RpcClient.PositionKey.Builder |
setAccount(String value)
optional string account = 2; |
RpcClient.PositionKey.Builder |
setAccountBytes(com.google.protobuf.ByteString value)
optional string account = 2; |
RpcClient.PositionKey.Builder |
setInstrument(RpcClient.Instrument.Builder builderForValue)
required .Instrument instrument = 1; |
RpcClient.PositionKey.Builder |
setInstrument(RpcClient.Instrument value)
required .Instrument instrument = 1; |
RpcClient.PositionKey.Builder |
setTraderId(String value)
optional string traderId = 3; |
RpcClient.PositionKey.Builder |
setTraderIdBytes(com.google.protobuf.ByteString value)
optional string traderId = 3; |
addRepeatedField, clearField, getAllFields, getField, getFieldBuilder, getParentForChildren, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.PositionKey.Builder>public RpcClient.PositionKey.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.PositionKey.Builder>public RpcClient.PositionKey.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.PositionKey.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.PositionKey.Builder>public RpcClient.PositionKey getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RpcClient.PositionKey build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RpcClient.PositionKey buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RpcClient.PositionKey.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RpcClient.PositionKey.Builder>public RpcClient.PositionKey.Builder mergeFrom(RpcClient.PositionKey other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RpcClient.PositionKey.Builder>public RpcClient.PositionKey.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RpcClient.PositionKey.Builder>IOExceptionpublic boolean hasInstrument()
required .Instrument instrument = 1;hasInstrument in interface RpcClient.PositionKeyOrBuilderpublic RpcClient.Instrument getInstrument()
required .Instrument instrument = 1;getInstrument in interface RpcClient.PositionKeyOrBuilderpublic RpcClient.PositionKey.Builder setInstrument(RpcClient.Instrument value)
required .Instrument instrument = 1;public RpcClient.PositionKey.Builder setInstrument(RpcClient.Instrument.Builder builderForValue)
required .Instrument instrument = 1;public RpcClient.PositionKey.Builder mergeInstrument(RpcClient.Instrument value)
required .Instrument instrument = 1;public RpcClient.PositionKey.Builder clearInstrument()
required .Instrument instrument = 1;public RpcClient.Instrument.Builder getInstrumentBuilder()
required .Instrument instrument = 1;public RpcClient.InstrumentOrBuilder getInstrumentOrBuilder()
required .Instrument instrument = 1;getInstrumentOrBuilder in interface RpcClient.PositionKeyOrBuilderpublic boolean hasAccount()
optional string account = 2;hasAccount in interface RpcClient.PositionKeyOrBuilderpublic String getAccount()
optional string account = 2;getAccount in interface RpcClient.PositionKeyOrBuilderpublic com.google.protobuf.ByteString getAccountBytes()
optional string account = 2;getAccountBytes in interface RpcClient.PositionKeyOrBuilderpublic RpcClient.PositionKey.Builder setAccount(String value)
optional string account = 2;public RpcClient.PositionKey.Builder clearAccount()
optional string account = 2;public RpcClient.PositionKey.Builder setAccountBytes(com.google.protobuf.ByteString value)
optional string account = 2;public boolean hasTraderId()
optional string traderId = 3;hasTraderId in interface RpcClient.PositionKeyOrBuilderpublic String getTraderId()
optional string traderId = 3;getTraderId in interface RpcClient.PositionKeyOrBuilderpublic com.google.protobuf.ByteString getTraderIdBytes()
optional string traderId = 3;getTraderIdBytes in interface RpcClient.PositionKeyOrBuilderpublic RpcClient.PositionKey.Builder setTraderId(String value)
optional string traderId = 3;public RpcClient.PositionKey.Builder clearTraderId()
optional string traderId = 3;public RpcClient.PositionKey.Builder setTraderIdBytes(com.google.protobuf.ByteString value)
optional string traderId = 3;Copyright © 2015. All Rights Reserved.