- getAccount() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
optional string account = 2;
- getAccount() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
optional string account = 2;
- getAccount() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionKeyOrBuilder
-
optional string account = 2;
- getAccountBytes() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
optional string account = 2;
- getAccountBytes() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
optional string account = 2;
- getAccountBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionKeyOrBuilder
-
optional string account = 2;
- getActive() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required bool active = 3;
- getActive() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
required bool active = 3;
- getActive() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
required bool active = 3;
- getActive() - Method in class org.marketcetera.client.users.UserInfo
-
Returns the receiver's active flag.
- getAlgoTagSpecs(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecs(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecs(int) - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpecOrBuilder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsCount() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsCount() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsCount() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpecOrBuilder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsList() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpecOrBuilder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsOrBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsOrBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsOrBuilder(int) - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpecOrBuilder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsOrBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsOrBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAlgoTagSpecsOrBuilderList() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpecOrBuilder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- getAllCurrencyPositionsAsOf(Date) - Method in interface org.marketcetera.client.Client
-
Returns all open currency positions based on reports,
generated and received on or before the supplied date in UTC.
- getAllCurrencyPositionsAsOf(Date) - Method in class org.marketcetera.client.ClientImpl
-
- getAllCurrencyPositionsAsOf(Date) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getAllCurrencyPositionsAsOf(ClientContext, DateWrapper) - Method in interface org.marketcetera.client.Service
-
Returns all the open positions for currency instruments based on reports,
generated and received on or before the supplied date in UTC to the client
with the given context.
- getAllEquityPositionsAsOf(Date) - Method in interface org.marketcetera.client.Client
-
Returns all open equity positions based on reports,
generated and received on or before the supplied date in UTC.
- getAllEquityPositionsAsOf(Date) - Method in class org.marketcetera.client.ClientImpl
-
- getAllEquityPositionsAsOf(Date) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getAllEquityPositionsAsOf(ClientContext, DateWrapper) - Method in interface org.marketcetera.client.Service
-
Returns all the open positions for equity instruments based on reports,
generated and received on or before the supplied date in UTC to the client
with the given context.
- getAllFuturePositionsAsOf(Date) - Method in interface org.marketcetera.client.Client
-
Returns all open future positions based on reports,
generated and received on or before the supplied date in UTC.
- getAllFuturePositionsAsOf(Date) - Method in class org.marketcetera.client.ClientImpl
-
- getAllFuturePositionsAsOf(Date) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getAllFuturePositionsAsOf(ClientContext, DateWrapper) - Method in interface org.marketcetera.client.Service
-
Returns all the open positions for future instruments based on reports,
generated and received on or before the supplied date in UTC to the client
with the given context.
- getAllOptionPositionsAsOf(Date) - Method in interface org.marketcetera.client.Client
-
Returns the aggregate position of each option (option,account,actor)
tuple based on all reports received for each option instrument on or before
the supplied date in UTC and which are visible to the given user.
- getAllOptionPositionsAsOf(Date) - Method in class org.marketcetera.client.ClientImpl
-
- getAllOptionPositionsAsOf(Date) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getAllOptionPositionsAsOf(ClientContext, DateWrapper) - Method in interface org.marketcetera.client.Service
-
Returns the aggregate position of each option (option,account,actor)
tuple based on all reports received for each tuple on or before
the supplied date in UTC, and which are visible to the given user.
- getAppId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string appId = 1;
- getAppId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string appId = 1;
- getAppId() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string appId = 1;
- getAppIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string appId = 1;
- getAppIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string appId = 1;
- getAppIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string appId = 1;
- getBrokerAlgos() - Method in class org.marketcetera.client.brokers.BrokerStatus
-
Get the brokerAlgos value.
- getBrokerAlgos(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgos(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgos(int) - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosCount() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosCount() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosCount() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosList() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosOrBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosOrBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosOrBuilder(int) - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosOrBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosOrBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerAlgosOrBuilderList() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- getBrokerId() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string brokerId = 2;
- getBrokerId() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
required string brokerId = 2;
- getBrokerId() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportRequestOrBuilder
-
required string brokerId = 2;
- getBrokerId() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required string brokerId = 2;
- getBrokerId() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
required string brokerId = 2;
- getBrokerId() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
required string brokerId = 2;
- getBrokerIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string brokerId = 2;
- getBrokerIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
required string brokerId = 2;
- getBrokerIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportRequestOrBuilder
-
required string brokerId = 2;
- getBrokerIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required string brokerId = 2;
- getBrokerIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
required string brokerId = 2;
- getBrokerIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
required string brokerId = 2;
- getBrokers() - Method in class org.marketcetera.client.brokers.BrokersStatus
-
Returns the status of the receiver's brokers.
- getBrokers(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
repeated .BrokerStatus brokers = 1;
- getBrokers(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus
-
repeated .BrokerStatus brokers = 1;
- getBrokers(int) - Method in interface org.marketcetera.client.rpc.RpcClient.BrokersStatusOrBuilder
-
repeated .BrokerStatus brokers = 1;
- getBrokersBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
repeated .BrokerStatus brokers = 1;
- getBrokersBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
repeated .BrokerStatus brokers = 1;
- getBrokersCount() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
repeated .BrokerStatus brokers = 1;
- getBrokersCount() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus
-
repeated .BrokerStatus brokers = 1;
- getBrokersCount() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokersStatusOrBuilder
-
repeated .BrokerStatus brokers = 1;
- getBrokersList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
repeated .BrokerStatus brokers = 1;
- getBrokersList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus
-
repeated .BrokerStatus brokers = 1;
- getBrokersList() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokersStatusOrBuilder
-
repeated .BrokerStatus brokers = 1;
- getBrokersOrBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
repeated .BrokerStatus brokers = 1;
- getBrokersOrBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus
-
repeated .BrokerStatus brokers = 1;
- getBrokersOrBuilder(int) - Method in interface org.marketcetera.client.rpc.RpcClient.BrokersStatusOrBuilder
-
repeated .BrokerStatus brokers = 1;
- getBrokersOrBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
repeated .BrokerStatus brokers = 1;
- getBrokersOrBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus
-
repeated .BrokerStatus brokers = 1;
- getBrokersOrBuilderList() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokersStatusOrBuilder
-
repeated .BrokerStatus brokers = 1;
- getBrokersStatus() - Method in interface org.marketcetera.client.Client
-
Returns the server's broker status.
- getBrokersStatus() - Method in class org.marketcetera.client.ClientImpl
-
- getBrokersStatus() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse.Builder
-
required .BrokersStatus brokersStatus = 1;
- getBrokersStatus() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse
-
required .BrokersStatus brokersStatus = 1;
- getBrokersStatus() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokersStatusResponseOrBuilder
-
required .BrokersStatus brokersStatus = 1;
- getBrokersStatus(RpcController, RpcClient.BrokersStatusRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- getBrokersStatus(RpcController, RpcClient.BrokersStatusRequest, RpcCallback<RpcClient.BrokersStatusResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc getBrokersStatus(.BrokersStatusRequest) returns (.BrokersStatusResponse);
- getBrokersStatus(RpcController, RpcClient.BrokersStatusRequest, RpcCallback<RpcClient.BrokersStatusResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc getBrokersStatus(.BrokersStatusRequest) returns (.BrokersStatusResponse);
- getBrokersStatus(RpcController, RpcClient.BrokersStatusRequest, RpcCallback<RpcClient.BrokersStatusResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- getBrokersStatus() - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getBrokersStatus(ClientContext) - Method in interface org.marketcetera.client.Service
-
Returns the server's broker status to the client with the
given context.
- getBrokersStatusBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse.Builder
-
required .BrokersStatus brokersStatus = 1;
- getBrokersStatusOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse.Builder
-
required .BrokersStatus brokersStatus = 1;
- getBrokersStatusOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse
-
required .BrokersStatus brokersStatus = 1;
- getBrokersStatusOrBuilder() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokersStatusResponseOrBuilder
-
required .BrokersStatus brokersStatus = 1;
- getChannel() - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- getClient(ClientParameters) - Method in interface org.marketcetera.client.ClientFactory
-
Gets a Client.
- getClient(ClientParameters) - Method in class org.marketcetera.client.rpc.RpcClientFactory
-
- getClient() - Method in class org.marketcetera.client.utils.LiveOrderHistoryManager
-
Get the client value.
- getClientId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string clientId = 2;
- getClientId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string clientId = 2;
- getClientId() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string clientId = 2;
- getClientIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string clientId = 2;
- getClientIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string clientId = 2;
- getClientIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string clientId = 2;
- getConnectionFactory() - Method in class org.marketcetera.client.jms.JmsFactory
-
Returns the receiver's standard JMS connection factory.
- getContextClassProvider() - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Get the contextClassProvider value.
- getCountry() - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
required string country = 1;
- getCountry() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
required string country = 1;
- getCountry() - Method in interface org.marketcetera.client.rpc.RpcClient.LocaleOrBuilder
-
required string country = 1;
- getCountryBytes() - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
required string country = 1;
- getCountryBytes() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
required string country = 1;
- getCountryBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.LocaleOrBuilder
-
required string country = 1;
- getCurrencyPositionAsOf(Date, Currency) - Method in interface org.marketcetera.client.Client
-
Returns the position of the supplied currency based on reports,
generated and received on or before the supplied date in UTC.
- getCurrencyPositionAsOf(Date, Currency) - Method in class org.marketcetera.client.ClientImpl
-
- getCurrencyPositionAsOf(Date, Currency) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getCurrencyPositionAsOf(ClientContext, DateWrapper, Currency) - Method in interface org.marketcetera.client.Service
-
Returns the position of the supplied currency instrument based on reports,
generated and received on or before the supplied date in UTC to the
client with the given context.
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.DeleteReportResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.Instrument
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.Locale
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.LoginResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.Position
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.ReportList
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.SetUserDataResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
- getDefaultInstance() - Static method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.Position
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportList.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportList
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse.Builder
-
- getDefaultInstanceForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse
-
- getDescription() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string description = 3;
- getDescription() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
optional string description = 3;
- getDescription() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
optional string description = 3;
- getDescriptionBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string description = 3;
- getDescriptionBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
optional string description = 3;
- getDescriptionBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
optional string description = 3;
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.DeleteReportResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.DeleteReportResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse
-
- getDescriptor() - Static method in enum org.marketcetera.client.rpc.RpcClient.Hierarchy
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.Instrument.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.Instrument
-
- getDescriptor() - Static method in enum org.marketcetera.client.rpc.RpcClient.InstrumentType
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.Locale
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.LoginResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.LoginResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.Position
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.ReportList.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.ReportList
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.SetUserDataResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.SetUserDataResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse.Builder
-
- getDescriptor() - Static method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse.Builder
-
- getDescriptorForType() - Method in enum org.marketcetera.client.rpc.RpcClient.Hierarchy
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument.Builder
-
- getDescriptorForType() - Method in enum org.marketcetera.client.rpc.RpcClient.InstrumentType
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportList.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest.Builder
-
- getDescriptorForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse.Builder
-
- getEquityPositionAsOf(Date, Equity) - Method in interface org.marketcetera.client.Client
-
Returns the position of the supplied equity based on reports,
generated and received on or before the supplied date in UTC.
- getEquityPositionAsOf(Date, Equity) - Method in class org.marketcetera.client.ClientImpl
-
- getEquityPositionAsOf(Date, Equity) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getEquityPositionAsOf(ClientContext, DateWrapper, Equity) - Method in interface org.marketcetera.client.Service
-
Returns the position of the supplied equity instrument based on reports,
generated and received on or before the supplied date in UTC to the
client with the given context.
- getExceptionListener() - Method in class org.marketcetera.client.jms.IncomingJmsFactory
-
Returns the receiver's exception listener.
- getFuturePositionAsOf(Date, Future) - Method in interface org.marketcetera.client.Client
-
Returns the position of the supplied future based on reports,
generated and received on or before the supplied date in UTC.
- getFuturePositionAsOf(Date, Future) - Method in class org.marketcetera.client.ClientImpl
-
- getFuturePositionAsOf(Date, Future) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getFuturePositionAsOf(ClientContext, DateWrapper, Future) - Method in interface org.marketcetera.client.Service
-
Returns the position of the supplied future instrument based on reports,
generated and received on or before the supplied date in UTC to the
client with the given context.
- getHeartbeatInterval() - Method in class org.marketcetera.client.ClientParameters
-
The time interval between heartbeats, in ms.
- getHierarchy() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required .Hierarchy hierarchy = 4;
- getHierarchy() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
required .Hierarchy hierarchy = 4;
- getHierarchy() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportRequestOrBuilder
-
required .Hierarchy hierarchy = 4;
- getHostname() - Method in class org.marketcetera.client.ClientModuleFactory
-
- getHostname() - Method in interface org.marketcetera.client.ClientModuleFactoryMXBean
-
The server hostname.
- getHostname() - Method in class org.marketcetera.client.ClientParameters
-
The server hostname.
- getId() - Method in class org.marketcetera.client.brokers.BrokerStatus
-
Get the brokerId value.
- getId() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest.Builder
-
required int64 id = 1;
- getId() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest
-
required int64 id = 1;
- getId() - Method in interface org.marketcetera.client.rpc.RpcClient.HeartbeatRequestOrBuilder
-
required int64 id = 1;
- getId() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse.Builder
-
required int64 id = 1;
- getId() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse
-
required int64 id = 1;
- getId() - Method in interface org.marketcetera.client.rpc.RpcClient.HeartbeatResponseOrBuilder
-
required int64 id = 1;
- getId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required int64 id = 2;
- getId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
required int64 id = 2;
- getId() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
required int64 id = 2;
- getId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest.Builder
-
required int64 id = 2;
- getId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
required int64 id = 2;
- getId() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoRequestOrBuilder
-
required int64 id = 2;
- getId() - Method in class org.marketcetera.client.users.UserInfo
-
Returns the receiver's user ID.
- getIDPrefix() - Method in class org.marketcetera.client.ClientModuleFactory
-
- getIDPrefix() - Method in interface org.marketcetera.client.ClientModuleFactoryMXBean
-
The string that should be prefixed to any orderIDs generated by
the client based on IDs issued by the server.
- getIDPrefix() - Method in class org.marketcetera.client.ClientParameters
-
The string to prefix to the orderIDs generated by this class.
- getIncomingConnectionFactory() - Method in class org.marketcetera.client.config.SpringConfig
-
Returns the receiver's connection factory for incoming
connections.
- getIncomingJmsFactory() - Method in class org.marketcetera.client.jms.JmsManager
-
Returns the receiver's Spring-wrapped factory of incoming
connections.
- getInstance() - Static method in class org.marketcetera.client.ClientManager
-
- getInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
required .Instrument instrument = 1;
- getInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.Position
-
required .Instrument instrument = 1;
- getInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
required .Instrument instrument = 1;
- getInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
required .Instrument instrument = 1;
- getInstrument() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionKeyOrBuilder
-
required .Instrument instrument = 1;
- getInstrument() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionOrBuilder
-
required .Instrument instrument = 1;
- getInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
optional .Instrument instrument = 3;
- getInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
optional .Instrument instrument = 3;
- getInstrument() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
optional .Instrument instrument = 3;
- getInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse.Builder
-
optional .Instrument instrument = 1;
- getInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse
-
optional .Instrument instrument = 1;
- getInstrument() - Method in interface org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponseOrBuilder
-
optional .Instrument instrument = 1;
- getInstrumentBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
required .Instrument instrument = 1;
- getInstrumentBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
required .Instrument instrument = 1;
- getInstrumentBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
optional .Instrument instrument = 3;
- getInstrumentBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse.Builder
-
optional .Instrument instrument = 1;
- getInstrumentOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
required .Instrument instrument = 1;
- getInstrumentOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.Position
-
required .Instrument instrument = 1;
- getInstrumentOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
required .Instrument instrument = 1;
- getInstrumentOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
required .Instrument instrument = 1;
- getInstrumentOrBuilder() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionKeyOrBuilder
-
required .Instrument instrument = 1;
- getInstrumentOrBuilder() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionOrBuilder
-
required .Instrument instrument = 1;
- getInstrumentOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
optional .Instrument instrument = 3;
- getInstrumentOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
optional .Instrument instrument = 3;
- getInstrumentOrBuilder() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
optional .Instrument instrument = 3;
- getInstrumentOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse.Builder
-
optional .Instrument instrument = 1;
- getInstrumentOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse
-
optional .Instrument instrument = 1;
- getInstrumentOrBuilder() - Method in interface org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponseOrBuilder
-
optional .Instrument instrument = 1;
- getInstrumentType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
optional .InstrumentType instrumentType = 2;
- getInstrumentType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
optional .InstrumentType instrumentType = 2;
- getInstrumentType() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
optional .InstrumentType instrumentType = 2;
- getKey() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
required string key = 1;
- getKey() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
required string key = 1;
- getKey() - Method in interface org.marketcetera.client.rpc.RpcClient.SessionSettingOrBuilder
-
required string key = 1;
- getKeyBytes() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
required string key = 1;
- getKeyBytes() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
required string key = 1;
- getKeyBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.SessionSettingOrBuilder
-
required string key = 1;
- getKeys(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated .PositionKey keys = 1;
- getKeys(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
repeated .PositionKey keys = 1;
- getKeys(int) - Method in interface org.marketcetera.client.rpc.RpcClient.PositionResponseOrBuilder
-
repeated .PositionKey keys = 1;
- getKeysBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated .PositionKey keys = 1;
- getKeysBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated .PositionKey keys = 1;
- getKeysCount() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated .PositionKey keys = 1;
- getKeysCount() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
repeated .PositionKey keys = 1;
- getKeysCount() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionResponseOrBuilder
-
repeated .PositionKey keys = 1;
- getKeysList() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated .PositionKey keys = 1;
- getKeysList() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
repeated .PositionKey keys = 1;
- getKeysList() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionResponseOrBuilder
-
repeated .PositionKey keys = 1;
- getKeysOrBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated .PositionKey keys = 1;
- getKeysOrBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
repeated .PositionKey keys = 1;
- getKeysOrBuilder(int) - Method in interface org.marketcetera.client.rpc.RpcClient.PositionResponseOrBuilder
-
repeated .PositionKey keys = 1;
- getKeysOrBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated .PositionKey keys = 1;
- getKeysOrBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
repeated .PositionKey keys = 1;
- getKeysOrBuilderList() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionResponseOrBuilder
-
repeated .PositionKey keys = 1;
- getLabel() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
required string label = 2;
- getLabel() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
required string label = 2;
- getLabel() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
required string label = 2;
- getLabelBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
required string label = 2;
- getLabelBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
required string label = 2;
- getLabelBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
required string label = 2;
- getLanguage() - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
required string language = 2;
- getLanguage() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
required string language = 2;
- getLanguage() - Method in interface org.marketcetera.client.rpc.RpcClient.LocaleOrBuilder
-
required string language = 2;
- getLanguageBytes() - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
required string language = 2;
- getLanguageBytes() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
required string language = 2;
- getLanguageBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.LocaleOrBuilder
-
required string language = 2;
- getLastConnectTime() - Method in interface org.marketcetera.client.Client
-
Returns the last time the client was successfully connected
or reconnected to the server.
- getLastConnectTime() - Method in class org.marketcetera.client.ClientImpl
-
- getLastConnectTime() - Method in interface org.marketcetera.client.ClientModuleMXBean
-
Returns the time the client was connected or reconnected to the server.
- getLocale() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required .Locale locale = 3;
- getLocale() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required .Locale locale = 3;
- getLocale() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required .Locale locale = 3;
- getLocaleBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required .Locale locale = 3;
- getLocaleOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required .Locale locale = 3;
- getLocaleOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required .Locale locale = 3;
- getLocaleOrBuilder() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required .Locale locale = 3;
- getLoggedOn() - Method in class org.marketcetera.client.brokers.BrokerStatus
-
Get the loggedOn value.
- getLoggedOn() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required bool loggedOn = 3;
- getLoggedOn() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
required bool loggedOn = 3;
- getLoggedOn() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
required bool loggedOn = 3;
- getMandatory() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
required bool mandatory = 4;
- getMandatory() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
required bool mandatory = 4;
- getMandatory() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
required bool mandatory = 4;
- getMessage() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string message = 3;
- getMessage() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
required string message = 3;
- getMessage() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportRequestOrBuilder
-
required string message = 3;
- getMessage() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse.Builder
-
optional string message = 2;
- getMessage() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
optional string message = 2;
- getMessage() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportResponseOrBuilder
-
optional string message = 2;
- getMessage() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
required string message = 2;
- getMessage() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
required string message = 2;
- getMessage() - Method in interface org.marketcetera.client.rpc.RpcClient.DeleteReportRequestOrBuilder
-
required string message = 2;
- getMessageBytes() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string message = 3;
- getMessageBytes() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
required string message = 3;
- getMessageBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportRequestOrBuilder
-
required string message = 3;
- getMessageBytes() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse.Builder
-
optional string message = 2;
- getMessageBytes() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
optional string message = 2;
- getMessageBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportResponseOrBuilder
-
optional string message = 2;
- getMessageBytes() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
required string message = 2;
- getMessageBytes() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
required string message = 2;
- getMessageBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.DeleteReportRequestOrBuilder
-
required string message = 2;
- getName() - Method in class org.marketcetera.client.brokers.BrokerStatus
-
Get the name value.
- getName() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
required string name = 1;
- getName() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
required string name = 1;
- getName() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpecOrBuilder
-
required string name = 1;
- getName() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required string name = 1;
- getName() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
required string name = 1;
- getName() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
required string name = 1;
- getName() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required string name = 1;
- getName() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
required string name = 1;
- getName() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
required string name = 1;
- getName() - Method in class org.marketcetera.client.users.UserInfo
-
Returns the receiver's name.
- getNameBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
required string name = 1;
- getNameBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
required string name = 1;
- getNameBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpecOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required string name = 1;
- getNameBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
required string name = 1;
- getNameBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
required string name = 1;
- getNameBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required string name = 1;
- getNameBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
required string name = 1;
- getNameBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
required string name = 1;
- getNext() - Method in class org.marketcetera.client.ClientIDFactory
-
- getNextOrderID(RpcController, RpcClient.NextOrderIdRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- getNextOrderID(RpcController, RpcClient.NextOrderIdRequest, RpcCallback<RpcClient.NextOrderIdResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc getNextOrderID(.NextOrderIdRequest) returns (.NextOrderIdResponse);
- getNextOrderID(RpcController, RpcClient.NextOrderIdRequest, RpcCallback<RpcClient.NextOrderIdResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc getNextOrderID(.NextOrderIdRequest) returns (.NextOrderIdResponse);
- getNextOrderID(RpcController, RpcClient.NextOrderIdRequest, RpcCallback<RpcClient.NextOrderIdResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- getNextOrderID(ClientContext) - Method in interface org.marketcetera.client.Service
-
Returns the next server order ID to the client with the given
context.
- getNextServerID() - Method in class org.marketcetera.client.ClientImpl
-
Fetches the next orderID base from server.
- getNextServerID() - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getNoDelay() - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Get the noDelay value.
- getNumber() - Method in enum org.marketcetera.client.rpc.RpcClient.Hierarchy
-
- getNumber() - Method in enum org.marketcetera.client.rpc.RpcClient.InstrumentType
-
- getOpenOrders() - Method in interface org.marketcetera.client.Client
-
Gets all open orders visible to the current user.
- getOpenOrders() - Method in class org.marketcetera.client.ClientImpl
-
- getOpenOrders(RpcController, RpcClient.OpenOrdersRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- getOpenOrders(RpcController, RpcClient.OpenOrdersRequest, RpcCallback<RpcClient.OpenOrdersResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc getOpenOrders(.OpenOrdersRequest) returns (.OpenOrdersResponse);
- getOpenOrders(RpcController, RpcClient.OpenOrdersRequest, RpcCallback<RpcClient.OpenOrdersResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc getOpenOrders(.OpenOrdersRequest) returns (.OpenOrdersResponse);
- getOpenOrders(RpcController, RpcClient.OpenOrdersRequest, RpcCallback<RpcClient.OpenOrdersResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- getOpenOrders() - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getOpenOrders(ClientContext) - Method in interface org.marketcetera.client.Service
-
Gets the list of open orders visible to the current user.
- getOpenOrders() - Method in class org.marketcetera.client.utils.LiveOrderHistoryManager
-
Gets the open orders.
- getOptionPositionAsOf(Date, Option) - Method in interface org.marketcetera.client.Client
-
Gets the current aggregate position for the option instrument based on
execution reports received on or before the supplied date in UTC, and which
are visible to the given user.
- getOptionPositionAsOf(Date, Option) - Method in class org.marketcetera.client.ClientImpl
-
- getOptionPositionAsOf(Date, Option) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getOptionPositionAsOf(ClientContext, DateWrapper, Option) - Method in interface org.marketcetera.client.Service
-
Gets the current aggregate position for the option instrument based on
execution reports received on or before the supplied date in UTC, and which
are visible to the given user.
- getOptionPositionsAsOf(Date, String...) - Method in interface org.marketcetera.client.Client
-
Returns the aggregate position of each option
(option,account,actor)
tuple based on all reports received for each option instrument on or before
the supplied date in UTC, and which are visible to the given user.
- getOptionPositionsAsOf(Date, String...) - Method in class org.marketcetera.client.ClientImpl
-
- getOptionPositionsAsOf(Date, String...) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getOptionPositionsAsOf(ClientContext, DateWrapper, String...) - Method in interface org.marketcetera.client.Service
-
Returns the aggregate position of each option (option,account,actor)
tuple based on all reports received for each tuple on or before
the supplied date in UTC, and which are visible to the given user.
- getOptionRoots(String) - Method in interface org.marketcetera.client.Client
-
Returns the collection of known option roots for the underlying symbol.
- getOptionRoots(String) - Method in class org.marketcetera.client.ClientImpl
-
- getOptionRoots(RpcController, RpcClient.OptionRootsRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- getOptionRoots(RpcController, RpcClient.OptionRootsRequest, RpcCallback<RpcClient.OptionRootsResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc getOptionRoots(.OptionRootsRequest) returns (.OptionRootsResponse);
- getOptionRoots(RpcController, RpcClient.OptionRootsRequest, RpcCallback<RpcClient.OptionRootsResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc getOptionRoots(.OptionRootsRequest) returns (.OptionRootsResponse);
- getOptionRoots(RpcController, RpcClient.OptionRootsRequest, RpcCallback<RpcClient.OptionRootsResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- getOptionRoots(String) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getOptionRoots(ClientContext, String) - Method in interface org.marketcetera.client.Service
-
Returns the collection of known option roots for the underlying symbol.
- getOptions() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string options = 6;
- getOptions() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
optional string options = 6;
- getOptions() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
optional string options = 6;
- getOptionsBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string options = 6;
- getOptionsBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
optional string options = 6;
- getOptionsBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
optional string options = 6;
- getOrder() - Method in class org.marketcetera.client.jms.OrderEnvelope
-
Returns the receiver's order.
- getOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse.Builder
-
required string orderId = 1;
- getOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse
-
required string orderId = 1;
- getOrderId() - Method in interface org.marketcetera.client.rpc.RpcClient.NextOrderIdResponseOrBuilder
-
required string orderId = 1;
- getOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
required string orderId = 2;
- getOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
required string orderId = 2;
- getOrderId() - Method in interface org.marketcetera.client.rpc.RpcClient.RootOrderIdRequestOrBuilder
-
required string orderId = 2;
- getOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse.Builder
-
optional string orderId = 1;
- getOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse
-
optional string orderId = 1;
- getOrderId() - Method in interface org.marketcetera.client.rpc.RpcClient.RootOrderIdResponseOrBuilder
-
optional string orderId = 1;
- getOrderIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse.Builder
-
required string orderId = 1;
- getOrderIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse
-
required string orderId = 1;
- getOrderIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.NextOrderIdResponseOrBuilder
-
required string orderId = 1;
- getOrderIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
required string orderId = 2;
- getOrderIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
required string orderId = 2;
- getOrderIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.RootOrderIdRequestOrBuilder
-
required string orderId = 2;
- getOrderIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse.Builder
-
optional string orderId = 1;
- getOrderIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse
-
optional string orderId = 1;
- getOrderIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.RootOrderIdResponseOrBuilder
-
optional string orderId = 1;
- getOrderModifiers() - Method in class org.marketcetera.client.config.SpringConfig
-
Get the orderModifiers value.
- getOrigin() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
required int64 origin = 4 [default = -1];
- getOrigin() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
required int64 origin = 4 [default = -1];
- getOrigin() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
required int64 origin = 4 [default = -1];
- getOrigin() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest.Builder
-
required int64 origin = 2;
- getOrigin() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
required int64 origin = 2;
- getOrigin() - Method in interface org.marketcetera.client.rpc.RpcClient.ReportsSinceRequestOrBuilder
-
required int64 origin = 2;
- getOutgoingConnectionFactory() - Method in class org.marketcetera.client.config.SpringConfig
-
Returns the receiver's connection factory for outgoing
connections.
- getOutgoingJmsFactory() - Method in class org.marketcetera.client.jms.JmsManager
-
Returns the receiver's Spring-wrapped factory of outgoing
connections.
- getParameters() - Method in interface org.marketcetera.client.Client
-
Returns the parameters that client is using to connect to the server.
- getParameters() - Method in class org.marketcetera.client.ClientImpl
-
- getParameters() - Method in interface org.marketcetera.client.ClientModuleMXBean
-
Returns the parameters used by the client to connect to the server.
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.Position
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportList
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
- getParserForType() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse
-
- getPassword() - Method in class org.marketcetera.client.ClientParameters
-
The password to use when connecting to the server.
- getPassword() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string password = 6;
- getPassword() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string password = 6;
- getPassword() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string password = 6;
- getPasswordBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string password = 6;
- getPasswordBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string password = 6;
- getPasswordBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string password = 6;
- getPattern() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string pattern = 5;
- getPattern() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
optional string pattern = 5;
- getPattern() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
optional string pattern = 5;
- getPatternBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string pattern = 5;
- getPatternBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
optional string pattern = 5;
- getPatternBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
optional string pattern = 5;
- getPayload() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument.Builder
-
required string payload = 1;
- getPayload() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument
-
required string payload = 1;
- getPayload() - Method in interface org.marketcetera.client.rpc.RpcClient.InstrumentOrBuilder
-
required string payload = 1;
- getPayloadBytes() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument.Builder
-
required string payload = 1;
- getPayloadBytes() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument
-
required string payload = 1;
- getPayloadBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.InstrumentOrBuilder
-
required string payload = 1;
- getPort() - Method in class org.marketcetera.client.ClientModuleFactory
-
- getPort() - Method in interface org.marketcetera.client.ClientModuleFactoryMXBean
-
The port number of the server.
- getPort() - Method in class org.marketcetera.client.ClientParameters
-
The port number of the server.
- getPosition() - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
required string position = 2;
- getPosition() - Method in class org.marketcetera.client.rpc.RpcClient.Position
-
required string position = 2;
- getPosition() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionOrBuilder
-
required string position = 2;
- getPositionBytes() - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
required string position = 2;
- getPositionBytes() - Method in class org.marketcetera.client.rpc.RpcClient.Position
-
required string position = 2;
- getPositionBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionOrBuilder
-
required string position = 2;
- getPositions(RpcController, RpcClient.PositionRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- getPositions(RpcController, RpcClient.PositionRequest, RpcCallback<RpcClient.PositionResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc getPositions(.PositionRequest) returns (.PositionResponse);
- getPositions(RpcController, RpcClient.PositionRequest, RpcCallback<RpcClient.PositionResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc getPositions(.PositionRequest) returns (.PositionResponse);
- getPositions(RpcController, RpcClient.PositionRequest, RpcCallback<RpcClient.PositionResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- getReceiveBufferSize() - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Get the receiveBufferSize value.
- getReplyTopicName(SessionId) - Static method in class org.marketcetera.client.jms.JmsUtils
-
Returns the topic name for replies sent from the ORS to the
ORS client, given the session ID.
- getReportHistoryOrigin() - Method in class org.marketcetera.client.utils.LiveOrderHistoryManager
-
Gets the report history origin date used by this order history manager.
- getReports() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse.Builder
-
required .ReportList reports = 1;
- getReports() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse
-
required .ReportList reports = 1;
- getReports() - Method in interface org.marketcetera.client.rpc.RpcClient.OpenOrdersResponseOrBuilder
-
required .ReportList reports = 1;
- getReports(int) - Method in class org.marketcetera.client.rpc.RpcClient.ReportList.Builder
-
repeated string reports = 1;
- getReports(int) - Method in class org.marketcetera.client.rpc.RpcClient.ReportList
-
repeated string reports = 1;
- getReports(int) - Method in interface org.marketcetera.client.rpc.RpcClient.ReportListOrBuilder
-
repeated string reports = 1;
- getReports() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse.Builder
-
required .ReportList reports = 1;
- getReports() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse
-
required .ReportList reports = 1;
- getReports() - Method in interface org.marketcetera.client.rpc.RpcClient.ReportsSinceResponseOrBuilder
-
required .ReportList reports = 1;
- getReportsBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse.Builder
-
required .ReportList reports = 1;
- getReportsBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse.Builder
-
required .ReportList reports = 1;
- getReportsBytes(int) - Method in class org.marketcetera.client.rpc.RpcClient.ReportList.Builder
-
repeated string reports = 1;
- getReportsBytes(int) - Method in class org.marketcetera.client.rpc.RpcClient.ReportList
-
repeated string reports = 1;
- getReportsBytes(int) - Method in interface org.marketcetera.client.rpc.RpcClient.ReportListOrBuilder
-
repeated string reports = 1;
- getReportsCount() - Method in class org.marketcetera.client.rpc.RpcClient.ReportList.Builder
-
repeated string reports = 1;
- getReportsCount() - Method in class org.marketcetera.client.rpc.RpcClient.ReportList
-
repeated string reports = 1;
- getReportsCount() - Method in interface org.marketcetera.client.rpc.RpcClient.ReportListOrBuilder
-
repeated string reports = 1;
- getReportsList() - Method in class org.marketcetera.client.rpc.RpcClient.ReportList.Builder
-
repeated string reports = 1;
- getReportsList() - Method in class org.marketcetera.client.rpc.RpcClient.ReportList
-
repeated string reports = 1;
- getReportsList() - Method in interface org.marketcetera.client.rpc.RpcClient.ReportListOrBuilder
-
repeated string reports = 1;
- getReportsOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse.Builder
-
required .ReportList reports = 1;
- getReportsOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse
-
required .ReportList reports = 1;
- getReportsOrBuilder() - Method in interface org.marketcetera.client.rpc.RpcClient.OpenOrdersResponseOrBuilder
-
required .ReportList reports = 1;
- getReportsOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse.Builder
-
required .ReportList reports = 1;
- getReportsOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse
-
required .ReportList reports = 1;
- getReportsOrBuilder() - Method in interface org.marketcetera.client.rpc.RpcClient.ReportsSinceResponseOrBuilder
-
required .ReportList reports = 1;
- getReportsSince(Date) - Method in interface org.marketcetera.client.Client
-
Returns all the reports (execution report and order cancel rejects)
generated and received by the server since the supplied date in UTC.
- getReportsSince(Date) - Method in class org.marketcetera.client.ClientImpl
-
- getReportsSince(RpcController, RpcClient.ReportsSinceRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- getReportsSince(RpcController, RpcClient.ReportsSinceRequest, RpcCallback<RpcClient.ReportsSinceResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc getReportsSince(.ReportsSinceRequest) returns (.ReportsSinceResponse);
- getReportsSince(RpcController, RpcClient.ReportsSinceRequest, RpcCallback<RpcClient.ReportsSinceResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc getReportsSince(.ReportsSinceRequest) returns (.ReportsSinceResponse);
- getReportsSince(RpcController, RpcClient.ReportsSinceRequest, RpcCallback<RpcClient.ReportsSinceResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- getReportsSince(Date) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getReportsSince(ClientContext, DateWrapper) - Method in interface org.marketcetera.client.Service
-
Returns all the reports (execution report and order cancel
rejects) generated and received by the server since the
supplied date to the client with the given context.
- getRequestPrototype(Descriptors.MethodDescriptor) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
- getResponsePrototype(Descriptors.MethodDescriptor) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
- getRoot(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
repeated string root = 5;
- getRoot(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
repeated string root = 5;
- getRoot(int) - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
repeated string root = 5;
- getRootBytes(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
repeated string root = 5;
- getRootBytes(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
repeated string root = 5;
- getRootBytes(int) - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
repeated string root = 5;
- getRootCount() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
repeated string root = 5;
- getRootCount() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
repeated string root = 5;
- getRootCount() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
repeated string root = 5;
- getRootList() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
repeated string root = 5;
- getRootList() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
repeated string root = 5;
- getRootList() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
repeated string root = 5;
- getRootOrderIdFor(RpcController, RpcClient.RootOrderIdRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- getRootOrderIdFor(RpcController, RpcClient.RootOrderIdRequest, RpcCallback<RpcClient.RootOrderIdResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc getRootOrderIdFor(.RootOrderIdRequest) returns (.RootOrderIdResponse);
- getRootOrderIdFor(RpcController, RpcClient.RootOrderIdRequest, RpcCallback<RpcClient.RootOrderIdResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc getRootOrderIdFor(.RootOrderIdRequest) returns (.RootOrderIdResponse);
- getRootOrderIdFor(RpcController, RpcClient.RootOrderIdRequest, RpcCallback<RpcClient.RootOrderIdResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- getRootOrderIdFor(ClientContext, OrderID) - Method in interface org.marketcetera.client.Service
-
Gets the order ID of the root order in the given order chain.
- getSendBufferSize() - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Get the sendBufferSize value.
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.Position
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.ReportList
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
- getSerializedSize() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse
-
- getServerVersion() - Method in exception org.marketcetera.client.IncompatibleComponentsException
-
Returns the receiver's server version.
- getSessionId() - Method in class org.marketcetera.client.ClientImpl
-
Gets the session ID value.
- getSessionId() - Method in class org.marketcetera.client.jms.OrderEnvelope
-
Returns the receiver's session ID.
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokersStatusRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.DeleteReportRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.GetUserDataRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginResponseOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.LogoutRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.NextOrderIdRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.OpenOrdersRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.OptionRootsRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.ReportsSinceRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.RootOrderIdRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.SetUserDataRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.UnderlyingRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest.Builder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
required string sessionId = 1;
- getSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoRequestOrBuilder
-
required string sessionId = 1;
- getSessionId() - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokersStatusRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.DeleteReportRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.GetUserDataRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginResponseOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.LogoutRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.NextOrderIdRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.OpenOrdersRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.OptionRootsRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.ReportsSinceRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.RootOrderIdRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.SetUserDataRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.UnderlyingRequestOrBuilder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest.Builder
-
required string sessionId = 1;
- getSessionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
required string sessionId = 1;
- getSessionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoRequestOrBuilder
-
required string sessionId = 1;
- getSettings() - Method in class org.marketcetera.client.brokers.BrokerStatus
-
Get the settings value.
- getSettings(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .SessionSetting settings = 5;
- getSettings(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
repeated .SessionSetting settings = 5;
- getSettings(int) - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
repeated .SessionSetting settings = 5;
- getSettingsBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .SessionSetting settings = 5;
- getSettingsBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .SessionSetting settings = 5;
- getSettingsCount() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .SessionSetting settings = 5;
- getSettingsCount() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
repeated .SessionSetting settings = 5;
- getSettingsCount() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
repeated .SessionSetting settings = 5;
- getSettingsList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .SessionSetting settings = 5;
- getSettingsList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
repeated .SessionSetting settings = 5;
- getSettingsList() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
repeated .SessionSetting settings = 5;
- getSettingsOrBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .SessionSetting settings = 5;
- getSettingsOrBuilder(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
repeated .SessionSetting settings = 5;
- getSettingsOrBuilder(int) - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
repeated .SessionSetting settings = 5;
- getSettingsOrBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .SessionSetting settings = 5;
- getSettingsOrBuilderList() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
repeated .SessionSetting settings = 5;
- getSettingsOrBuilderList() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
repeated .SessionSetting settings = 5;
- getSingleton() - Static method in class org.marketcetera.client.config.SpringConfig
-
Returns the global singleton configuration.
- getStatus() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse.Builder
-
required bool status = 1;
- getStatus() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
required bool status = 1;
- getStatus() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportResponseOrBuilder
-
required bool status = 1;
- getStatus() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse.Builder
-
required bool status = 1;
- getStatus() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse
-
required bool status = 1;
- getStatus() - Method in interface org.marketcetera.client.rpc.RpcClient.LogoutResponseOrBuilder
-
required bool status = 1;
- getSuperuser() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required bool superuser = 4;
- getSuperuser() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
required bool superuser = 4;
- getSuperuser() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
required bool superuser = 4;
- getSuperuser() - Method in class org.marketcetera.client.users.UserInfo
-
Returns the receiver's superuser flag.
- getSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
required string symbol = 2;
- getSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
required string symbol = 2;
- getSymbol() - Method in interface org.marketcetera.client.rpc.RpcClient.OptionRootsRequestOrBuilder
-
required string symbol = 2;
- getSymbol(int) - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse.Builder
-
repeated string symbol = 1;
- getSymbol(int) - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse
-
repeated string symbol = 1;
- getSymbol(int) - Method in interface org.marketcetera.client.rpc.RpcClient.OptionRootsResponseOrBuilder
-
repeated string symbol = 1;
- getSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
required string symbol = 2;
- getSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
required string symbol = 2;
- getSymbol() - Method in interface org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequestOrBuilder
-
required string symbol = 2;
- getSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
required string symbol = 2;
- getSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
required string symbol = 2;
- getSymbol() - Method in interface org.marketcetera.client.rpc.RpcClient.UnderlyingRequestOrBuilder
-
required string symbol = 2;
- getSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse.Builder
-
optional string symbol = 1;
- getSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse
-
optional string symbol = 1;
- getSymbol() - Method in interface org.marketcetera.client.rpc.RpcClient.UnderlyingResponseOrBuilder
-
optional string symbol = 1;
- getSymbolBytes() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
required string symbol = 2;
- getSymbolBytes() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
required string symbol = 2;
- getSymbolBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.OptionRootsRequestOrBuilder
-
required string symbol = 2;
- getSymbolBytes(int) - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse.Builder
-
repeated string symbol = 1;
- getSymbolBytes(int) - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse
-
repeated string symbol = 1;
- getSymbolBytes(int) - Method in interface org.marketcetera.client.rpc.RpcClient.OptionRootsResponseOrBuilder
-
repeated string symbol = 1;
- getSymbolBytes() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
required string symbol = 2;
- getSymbolBytes() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
required string symbol = 2;
- getSymbolBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequestOrBuilder
-
required string symbol = 2;
- getSymbolBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
required string symbol = 2;
- getSymbolBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
required string symbol = 2;
- getSymbolBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.UnderlyingRequestOrBuilder
-
required string symbol = 2;
- getSymbolBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse.Builder
-
optional string symbol = 1;
- getSymbolBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse
-
optional string symbol = 1;
- getSymbolBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.UnderlyingResponseOrBuilder
-
optional string symbol = 1;
- getSymbolCount() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse.Builder
-
repeated string symbol = 1;
- getSymbolCount() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse
-
repeated string symbol = 1;
- getSymbolCount() - Method in interface org.marketcetera.client.rpc.RpcClient.OptionRootsResponseOrBuilder
-
repeated string symbol = 1;
- getSymbolList() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse.Builder
-
repeated string symbol = 1;
- getSymbolList() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse
-
repeated string symbol = 1;
- getSymbolList() - Method in interface org.marketcetera.client.rpc.RpcClient.OptionRootsResponseOrBuilder
-
repeated string symbol = 1;
- getTag() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
required int32 tag = 1;
- getTag() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
required int32 tag = 1;
- getTag() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
required int32 tag = 1;
- getThreadPoolCore() - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Get the threadPoolCore value.
- getThreadPoolMax() - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Get the threadPoolMax value.
- getTraderId() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
optional string traderId = 3;
- getTraderId() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
optional string traderId = 3;
- getTraderId() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionKeyOrBuilder
-
optional string traderId = 3;
- getTraderIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
optional string traderId = 3;
- getTraderIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
optional string traderId = 3;
- getTraderIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionKeyOrBuilder
-
optional string traderId = 3;
- getUnderlying(String) - Method in interface org.marketcetera.client.Client
-
Returns the underlying symbol for the supplied option root, if
a mapping is found for it.
- getUnderlying(String) - Method in class org.marketcetera.client.ClientImpl
-
- getUnderlying(RpcController, RpcClient.UnderlyingRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- getUnderlying(RpcController, RpcClient.UnderlyingRequest, RpcCallback<RpcClient.UnderlyingResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc getUnderlying(.UnderlyingRequest) returns (.UnderlyingResponse);
- getUnderlying(RpcController, RpcClient.UnderlyingRequest, RpcCallback<RpcClient.UnderlyingResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc getUnderlying(.UnderlyingRequest) returns (.UnderlyingResponse);
- getUnderlying(RpcController, RpcClient.UnderlyingRequest, RpcCallback<RpcClient.UnderlyingResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- getUnderlying(String) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getUnderlying(ClientContext, String) - Method in interface org.marketcetera.client.Service
-
Returns the underlying symbol for the supplied option root, if
a mapping is found for it.
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.Position
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.ReportList
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
- getUnknownFields() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse
-
- getURL() - Method in class org.marketcetera.client.ClientModuleFactory
-
- getURL() - Method in interface org.marketcetera.client.ClientModuleFactoryMXBean
-
The Server URL to connect to.
- getURL() - Method in class org.marketcetera.client.ClientParameters
-
The URL of the server.
- getUseJms() - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Get the useJms value.
- getUserData() - Method in interface org.marketcetera.client.Client
-
Gets the user data associated with the current user.
- getUserData() - Method in class org.marketcetera.client.ClientImpl
-
- getUserData() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse.Builder
-
optional string userData = 1;
- getUserData() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse
-
optional string userData = 1;
- getUserData() - Method in interface org.marketcetera.client.rpc.RpcClient.GetUserDataResponseOrBuilder
-
optional string userData = 1;
- getUserData(RpcController, RpcClient.GetUserDataRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- getUserData(RpcController, RpcClient.GetUserDataRequest, RpcCallback<RpcClient.GetUserDataResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc getUserData(.GetUserDataRequest) returns (.GetUserDataResponse);
- getUserData(RpcController, RpcClient.GetUserDataRequest, RpcCallback<RpcClient.GetUserDataResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc getUserData(.GetUserDataRequest) returns (.GetUserDataResponse);
- getUserData(RpcController, RpcClient.GetUserDataRequest, RpcCallback<RpcClient.GetUserDataResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- getUserData() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
optional string userData = 2;
- getUserData() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
optional string userData = 2;
- getUserData() - Method in interface org.marketcetera.client.rpc.RpcClient.SetUserDataRequestOrBuilder
-
optional string userData = 2;
- getUserdata() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
optional string userdata = 5;
- getUserdata() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
optional string userdata = 5;
- getUserdata() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
optional string userdata = 5;
- getUserData() - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getUserData(ClientContext) - Method in interface org.marketcetera.client.Service
-
Gets the user data associated with the current user.
- getUserData() - Method in class org.marketcetera.client.users.UserInfo
-
Returns the receiver's user data.
- getUserDataBytes() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse.Builder
-
optional string userData = 1;
- getUserDataBytes() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse
-
optional string userData = 1;
- getUserDataBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.GetUserDataResponseOrBuilder
-
optional string userData = 1;
- getUserDataBytes() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
optional string userData = 2;
- getUserDataBytes() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
optional string userData = 2;
- getUserDataBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.SetUserDataRequestOrBuilder
-
optional string userData = 2;
- getUserdataBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
optional string userdata = 5;
- getUserdataBytes() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
optional string userdata = 5;
- getUserdataBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
optional string userdata = 5;
- getUserInfo(UserID, boolean) - Method in interface org.marketcetera.client.Client
-
Returns the information of the user with the given ID.
- getUserInfo(UserID, boolean) - Method in class org.marketcetera.client.ClientImpl
-
- getUserInfo(RpcController, RpcClient.UserInfoRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- getUserInfo(RpcController, RpcClient.UserInfoRequest, RpcCallback<RpcClient.UserInfoResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc getUserInfo(.UserInfoRequest) returns (.UserInfoResponse);
- getUserInfo(RpcController, RpcClient.UserInfoRequest, RpcCallback<RpcClient.UserInfoResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc getUserInfo(.UserInfoRequest) returns (.UserInfoResponse);
- getUserInfo(RpcController, RpcClient.UserInfoRequest, RpcCallback<RpcClient.UserInfoResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- getUserInfo() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse.Builder
-
required .UserInfo userInfo = 1;
- getUserInfo() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse
-
required .UserInfo userInfo = 1;
- getUserInfo() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoResponseOrBuilder
-
required .UserInfo userInfo = 1;
- getUserInfo(UserID, boolean) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- getUserInfo(ClientContext, UserID) - Method in interface org.marketcetera.client.Service
-
Returns the information of the user with the given ID to the
client with the given context.
- getUserInfoBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse.Builder
-
required .UserInfo userInfo = 1;
- getUserInfoOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse.Builder
-
required .UserInfo userInfo = 1;
- getUserInfoOrBuilder() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse
-
required .UserInfo userInfo = 1;
- getUserInfoOrBuilder() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoResponseOrBuilder
-
required .UserInfo userInfo = 1;
- getUsername() - Method in class org.marketcetera.client.ClientModuleFactory
-
- getUsername() - Method in interface org.marketcetera.client.ClientModuleFactoryMXBean
-
The username to use when connecting to the server.
- getUsername() - Method in class org.marketcetera.client.ClientParameters
-
Gets the user name to use when connecting to the server.
- getUsername() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string username = 5;
- getUsername() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string username = 5;
- getUsername() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string username = 5;
- getUsernameBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string username = 5;
- getUsernameBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string username = 5;
- getUsernameBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string username = 5;
- getValue() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
required string value = 2;
- getValue() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
required string value = 2;
- getValue() - Method in interface org.marketcetera.client.rpc.RpcClient.SessionSettingOrBuilder
-
required string value = 2;
- getValueBytes() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
required string value = 2;
- getValueBytes() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
required string value = 2;
- getValueBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.SessionSettingOrBuilder
-
required string value = 2;
- getValueDescriptor() - Method in enum org.marketcetera.client.rpc.RpcClient.Hierarchy
-
- getValueDescriptor() - Method in enum org.marketcetera.client.rpc.RpcClient.InstrumentType
-
- getValues(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated string values = 2;
- getValues(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
repeated string values = 2;
- getValues(int) - Method in interface org.marketcetera.client.rpc.RpcClient.PositionResponseOrBuilder
-
repeated string values = 2;
- getValuesBytes(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated string values = 2;
- getValuesBytes(int) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
repeated string values = 2;
- getValuesBytes(int) - Method in interface org.marketcetera.client.rpc.RpcClient.PositionResponseOrBuilder
-
repeated string values = 2;
- getValuesCount() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated string values = 2;
- getValuesCount() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
repeated string values = 2;
- getValuesCount() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionResponseOrBuilder
-
repeated string values = 2;
- getValuesList() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated string values = 2;
- getValuesList() - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse
-
repeated string values = 2;
- getValuesList() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionResponseOrBuilder
-
repeated string values = 2;
- getVariant() - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
optional string variant = 3;
- getVariant() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
optional string variant = 3;
- getVariant() - Method in interface org.marketcetera.client.rpc.RpcClient.LocaleOrBuilder
-
optional string variant = 3;
- getVariantBytes() - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
optional string variant = 3;
- getVariantBytes() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
optional string variant = 3;
- getVariantBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.LocaleOrBuilder
-
optional string variant = 3;
- getVersionId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string versionId = 4;
- getVersionId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string versionId = 4;
- getVersionId() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string versionId = 4;
- getVersionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string versionId = 4;
- getVersionIdBytes() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string versionId = 4;
- getVersionIdBytes() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string versionId = 4;
- hasAccount() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
optional string account = 2;
- hasAccount() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
optional string account = 2;
- hasAccount() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionKeyOrBuilder
-
optional string account = 2;
- hasActive() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required bool active = 3;
- hasActive() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
required bool active = 3;
- hasActive() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
required bool active = 3;
- hasAppId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string appId = 1;
- hasAppId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string appId = 1;
- hasAppId() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string appId = 1;
- hasBrokerId() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string brokerId = 2;
- hasBrokerId() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
required string brokerId = 2;
- hasBrokerId() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportRequestOrBuilder
-
required string brokerId = 2;
- hasBrokerId() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required string brokerId = 2;
- hasBrokerId() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
required string brokerId = 2;
- hasBrokerId() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
required string brokerId = 2;
- hasBrokersStatus() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse.Builder
-
required .BrokersStatus brokersStatus = 1;
- hasBrokersStatus() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse
-
required .BrokersStatus brokersStatus = 1;
- hasBrokersStatus() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokersStatusResponseOrBuilder
-
required .BrokersStatus brokersStatus = 1;
- hasClientId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string clientId = 2;
- hasClientId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string clientId = 2;
- hasClientId() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string clientId = 2;
- hasCountry() - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
required string country = 1;
- hasCountry() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
required string country = 1;
- hasCountry() - Method in interface org.marketcetera.client.rpc.RpcClient.LocaleOrBuilder
-
required string country = 1;
- hasDescription() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string description = 3;
- hasDescription() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
optional string description = 3;
- hasDescription() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
optional string description = 3;
- hashCode() - Method in class org.marketcetera.client.ClientParameters
-
- hasHierarchy() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required .Hierarchy hierarchy = 4;
- hasHierarchy() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
required .Hierarchy hierarchy = 4;
- hasHierarchy() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportRequestOrBuilder
-
required .Hierarchy hierarchy = 4;
- hasId() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest.Builder
-
required int64 id = 1;
- hasId() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest
-
required int64 id = 1;
- hasId() - Method in interface org.marketcetera.client.rpc.RpcClient.HeartbeatRequestOrBuilder
-
required int64 id = 1;
- hasId() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse.Builder
-
required int64 id = 1;
- hasId() - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse
-
required int64 id = 1;
- hasId() - Method in interface org.marketcetera.client.rpc.RpcClient.HeartbeatResponseOrBuilder
-
required int64 id = 1;
- hasId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required int64 id = 2;
- hasId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
required int64 id = 2;
- hasId() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
required int64 id = 2;
- hasId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest.Builder
-
required int64 id = 2;
- hasId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
required int64 id = 2;
- hasId() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoRequestOrBuilder
-
required int64 id = 2;
- hasInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
required .Instrument instrument = 1;
- hasInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.Position
-
required .Instrument instrument = 1;
- hasInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
required .Instrument instrument = 1;
- hasInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
required .Instrument instrument = 1;
- hasInstrument() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionKeyOrBuilder
-
required .Instrument instrument = 1;
- hasInstrument() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionOrBuilder
-
required .Instrument instrument = 1;
- hasInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
optional .Instrument instrument = 3;
- hasInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
optional .Instrument instrument = 3;
- hasInstrument() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
optional .Instrument instrument = 3;
- hasInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse.Builder
-
optional .Instrument instrument = 1;
- hasInstrument() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse
-
optional .Instrument instrument = 1;
- hasInstrument() - Method in interface org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponseOrBuilder
-
optional .Instrument instrument = 1;
- hasInstrumentType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
optional .InstrumentType instrumentType = 2;
- hasInstrumentType() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
optional .InstrumentType instrumentType = 2;
- hasInstrumentType() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
optional .InstrumentType instrumentType = 2;
- hasKey() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
required string key = 1;
- hasKey() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
required string key = 1;
- hasKey() - Method in interface org.marketcetera.client.rpc.RpcClient.SessionSettingOrBuilder
-
required string key = 1;
- hasLabel() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
required string label = 2;
- hasLabel() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
required string label = 2;
- hasLabel() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
required string label = 2;
- hasLanguage() - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
required string language = 2;
- hasLanguage() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
required string language = 2;
- hasLanguage() - Method in interface org.marketcetera.client.rpc.RpcClient.LocaleOrBuilder
-
required string language = 2;
- hasLocale() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required .Locale locale = 3;
- hasLocale() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required .Locale locale = 3;
- hasLocale() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required .Locale locale = 3;
- hasLoggedOn() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required bool loggedOn = 3;
- hasLoggedOn() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
required bool loggedOn = 3;
- hasLoggedOn() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
required bool loggedOn = 3;
- hasMandatory() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
required bool mandatory = 4;
- hasMandatory() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
required bool mandatory = 4;
- hasMandatory() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
required bool mandatory = 4;
- hasMessage() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string message = 3;
- hasMessage() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
required string message = 3;
- hasMessage() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportRequestOrBuilder
-
required string message = 3;
- hasMessage() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse.Builder
-
optional string message = 2;
- hasMessage() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
optional string message = 2;
- hasMessage() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportResponseOrBuilder
-
optional string message = 2;
- hasMessage() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
required string message = 2;
- hasMessage() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
required string message = 2;
- hasMessage() - Method in interface org.marketcetera.client.rpc.RpcClient.DeleteReportRequestOrBuilder
-
required string message = 2;
- hasName() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
required string name = 1;
- hasName() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec
-
required string name = 1;
- hasName() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpecOrBuilder
-
required string name = 1;
- hasName() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required string name = 1;
- hasName() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
required string name = 1;
- hasName() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerStatusOrBuilder
-
required string name = 1;
- hasName() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required string name = 1;
- hasName() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
required string name = 1;
- hasName() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
required string name = 1;
- hasOptions() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string options = 6;
- hasOptions() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
optional string options = 6;
- hasOptions() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
optional string options = 6;
- hasOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse.Builder
-
required string orderId = 1;
- hasOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse
-
required string orderId = 1;
- hasOrderId() - Method in interface org.marketcetera.client.rpc.RpcClient.NextOrderIdResponseOrBuilder
-
required string orderId = 1;
- hasOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
required string orderId = 2;
- hasOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
required string orderId = 2;
- hasOrderId() - Method in interface org.marketcetera.client.rpc.RpcClient.RootOrderIdRequestOrBuilder
-
required string orderId = 2;
- hasOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse.Builder
-
optional string orderId = 1;
- hasOrderId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse
-
optional string orderId = 1;
- hasOrderId() - Method in interface org.marketcetera.client.rpc.RpcClient.RootOrderIdResponseOrBuilder
-
optional string orderId = 1;
- hasOrigin() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
required int64 origin = 4 [default = -1];
- hasOrigin() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
required int64 origin = 4 [default = -1];
- hasOrigin() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
required int64 origin = 4 [default = -1];
- hasOrigin() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest.Builder
-
required int64 origin = 2;
- hasOrigin() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
required int64 origin = 2;
- hasOrigin() - Method in interface org.marketcetera.client.rpc.RpcClient.ReportsSinceRequestOrBuilder
-
required int64 origin = 2;
- hasPassword() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string password = 6;
- hasPassword() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string password = 6;
- hasPassword() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string password = 6;
- hasPattern() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string pattern = 5;
- hasPattern() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
optional string pattern = 5;
- hasPattern() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
optional string pattern = 5;
- hasPayload() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument.Builder
-
required string payload = 1;
- hasPayload() - Method in class org.marketcetera.client.rpc.RpcClient.Instrument
-
required string payload = 1;
- hasPayload() - Method in interface org.marketcetera.client.rpc.RpcClient.InstrumentOrBuilder
-
required string payload = 1;
- hasPosition() - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
required string position = 2;
- hasPosition() - Method in class org.marketcetera.client.rpc.RpcClient.Position
-
required string position = 2;
- hasPosition() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionOrBuilder
-
required string position = 2;
- hasReports() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse.Builder
-
required .ReportList reports = 1;
- hasReports() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse
-
required .ReportList reports = 1;
- hasReports() - Method in interface org.marketcetera.client.rpc.RpcClient.OpenOrdersResponseOrBuilder
-
required .ReportList reports = 1;
- hasReports() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse.Builder
-
required .ReportList reports = 1;
- hasReports() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse
-
required .ReportList reports = 1;
- hasReports() - Method in interface org.marketcetera.client.rpc.RpcClient.ReportsSinceResponseOrBuilder
-
required .ReportList reports = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokersStatusRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.DeleteReportRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.GetUserDataRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginResponseOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.LogoutRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.NextOrderIdRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.OpenOrdersRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.OptionRootsRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.ReportsSinceRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.RootOrderIdRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.SetUserDataRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.UnderlyingRequestOrBuilder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest.Builder
-
required string sessionId = 1;
- hasSessionId() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
required string sessionId = 1;
- hasSessionId() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoRequestOrBuilder
-
required string sessionId = 1;
- hasStatus() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse.Builder
-
required bool status = 1;
- hasStatus() - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
required bool status = 1;
- hasStatus() - Method in interface org.marketcetera.client.rpc.RpcClient.AddReportResponseOrBuilder
-
required bool status = 1;
- hasStatus() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse.Builder
-
required bool status = 1;
- hasStatus() - Method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse
-
required bool status = 1;
- hasStatus() - Method in interface org.marketcetera.client.rpc.RpcClient.LogoutResponseOrBuilder
-
required bool status = 1;
- hasSuperuser() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required bool superuser = 4;
- hasSuperuser() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
required bool superuser = 4;
- hasSuperuser() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
required bool superuser = 4;
- hasSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
required string symbol = 2;
- hasSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
required string symbol = 2;
- hasSymbol() - Method in interface org.marketcetera.client.rpc.RpcClient.OptionRootsRequestOrBuilder
-
required string symbol = 2;
- hasSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
required string symbol = 2;
- hasSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
required string symbol = 2;
- hasSymbol() - Method in interface org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequestOrBuilder
-
required string symbol = 2;
- hasSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
required string symbol = 2;
- hasSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
required string symbol = 2;
- hasSymbol() - Method in interface org.marketcetera.client.rpc.RpcClient.UnderlyingRequestOrBuilder
-
required string symbol = 2;
- hasSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse.Builder
-
optional string symbol = 1;
- hasSymbol() - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse
-
optional string symbol = 1;
- hasSymbol() - Method in interface org.marketcetera.client.rpc.RpcClient.UnderlyingResponseOrBuilder
-
optional string symbol = 1;
- hasTag() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
required int32 tag = 1;
- hasTag() - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec
-
required int32 tag = 1;
- hasTag() - Method in interface org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpecOrBuilder
-
required int32 tag = 1;
- hasTraderId() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
optional string traderId = 3;
- hasTraderId() - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey
-
optional string traderId = 3;
- hasTraderId() - Method in interface org.marketcetera.client.rpc.RpcClient.PositionKeyOrBuilder
-
optional string traderId = 3;
- hasUserData() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse.Builder
-
optional string userData = 1;
- hasUserData() - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse
-
optional string userData = 1;
- hasUserData() - Method in interface org.marketcetera.client.rpc.RpcClient.GetUserDataResponseOrBuilder
-
optional string userData = 1;
- hasUserData() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
optional string userData = 2;
- hasUserData() - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
optional string userData = 2;
- hasUserData() - Method in interface org.marketcetera.client.rpc.RpcClient.SetUserDataRequestOrBuilder
-
optional string userData = 2;
- hasUserdata() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
optional string userdata = 5;
- hasUserdata() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
optional string userdata = 5;
- hasUserdata() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoOrBuilder
-
optional string userdata = 5;
- hasUserInfo() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse.Builder
-
required .UserInfo userInfo = 1;
- hasUserInfo() - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse
-
required .UserInfo userInfo = 1;
- hasUserInfo() - Method in interface org.marketcetera.client.rpc.RpcClient.UserInfoResponseOrBuilder
-
required .UserInfo userInfo = 1;
- hasUsername() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string username = 5;
- hasUsername() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string username = 5;
- hasUsername() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string username = 5;
- hasValue() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
required string value = 2;
- hasValue() - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting
-
required string value = 2;
- hasValue() - Method in interface org.marketcetera.client.rpc.RpcClient.SessionSettingOrBuilder
-
required string value = 2;
- hasVariant() - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
optional string variant = 3;
- hasVariant() - Method in class org.marketcetera.client.rpc.RpcClient.Locale
-
optional string variant = 3;
- hasVariant() - Method in interface org.marketcetera.client.rpc.RpcClient.LocaleOrBuilder
-
optional string variant = 3;
- hasVersionId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string versionId = 4;
- hasVersionId() - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest
-
required string versionId = 4;
- hasVersionId() - Method in interface org.marketcetera.client.rpc.RpcClient.LoginRequestOrBuilder
-
required string versionId = 4;
- heartbeat() - Method in class org.marketcetera.client.ClientImpl
-
Executes a heartbeat.
- heartbeat(RpcController, RpcClient.HeartbeatRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- heartbeat(RpcController, RpcClient.HeartbeatRequest, RpcCallback<RpcClient.HeartbeatResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc heartbeat(.HeartbeatRequest) returns (.HeartbeatResponse);
- heartbeat(RpcController, RpcClient.HeartbeatRequest, RpcCallback<RpcClient.HeartbeatResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc heartbeat(.HeartbeatRequest) returns (.HeartbeatResponse);
- heartbeat(RpcController, RpcClient.HeartbeatRequest, RpcCallback<RpcClient.HeartbeatResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- heartbeat() - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- heartbeat(ClientContext) - Method in interface org.marketcetera.client.Service
-
Sends a heartbeat to the server.
- HEARTBEAT_THREAD_NAME - Static variable in interface org.marketcetera.client.Messages
-
- HIERARCHY_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
- SELECTOR - Static variable in class org.marketcetera.client.instruments.InstrumentValidationHandler
-
The factory that provides the handler instance for the specified
instrument.
- SEND_ORDER_FAIL_NO_CONNECT - Static variable in interface org.marketcetera.client.Messages
-
- SEND_ORDER_VALIDATION_FAILED - Static variable in interface org.marketcetera.client.Messages
-
- sendOrder(OrderSingle) - Method in interface org.marketcetera.client.Client
-
Sends the supplied order to the server.
- sendOrder(OrderReplace) - Method in interface org.marketcetera.client.Client
-
Sends the supplied order to the server.
- sendOrder(OrderCancel) - Method in interface org.marketcetera.client.Client
-
Sends the supplied order to the server.
- sendOrder(OrderSingle) - Method in class org.marketcetera.client.ClientImpl
-
- sendOrder(OrderReplace) - Method in class org.marketcetera.client.ClientImpl
-
- sendOrder(OrderCancel) - Method in class org.marketcetera.client.ClientImpl
-
- sendOrderRaw(FIXOrder) - Method in interface org.marketcetera.client.Client
-
Sends the supplied FIX Message Order to the server.
- sendOrderRaw(FIXOrder) - Method in class org.marketcetera.client.ClientImpl
-
- SERVER_CONNECTION_DEAD - Static variable in interface org.marketcetera.client.Messages
-
- Service - Interface in org.marketcetera.client
-
The application's web services.
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.AddReportRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.LoginResponse
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.LogoutRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.PositionRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
- SESSIONID_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest
-
- setAccount(String) - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
optional string account = 2;
- setAccountBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
optional string account = 2;
- setActive(boolean) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required bool active = 3;
- setAlgoTagSpecs(int, RpcClient.BrokerAlgoTagSpec) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- setAlgoTagSpecs(int, RpcClient.BrokerAlgoTagSpec.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;
- setAppId(String) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string appId = 1;
- setAppIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string appId = 1;
- setBrokerAlgos(int, RpcClient.BrokerAlgoSpec) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- setBrokerAlgos(int, RpcClient.BrokerAlgoSpec.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .BrokerAlgoSpec brokerAlgos = 4;
- setBrokerId(String) - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string brokerId = 2;
- setBrokerId(String) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required string brokerId = 2;
- setBrokerIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string brokerId = 2;
- setBrokerIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required string brokerId = 2;
- setBrokers(int, RpcClient.BrokerStatus) - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
repeated .BrokerStatus brokers = 1;
- setBrokers(int, RpcClient.BrokerStatus.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatus.Builder
-
repeated .BrokerStatus brokers = 1;
- setBrokersStatus(RpcClient.BrokersStatus) - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse.Builder
-
required .BrokersStatus brokersStatus = 1;
- setBrokersStatus(RpcClient.BrokersStatus.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusResponse.Builder
-
required .BrokersStatus brokersStatus = 1;
- setClientFactory(ClientFactory) - Static method in class org.marketcetera.client.ClientManager
-
Sets the ClientFactory to use to create the Client.
- setClientId(String) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string clientId = 2;
- setClientIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string clientId = 2;
- setContextClassProvider(ContextClassProvider) - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Sets the contextClassProvider value.
- setCountry(String) - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
required string country = 1;
- setCountryBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
required string country = 1;
- setDescription(String) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string description = 3;
- setDescriptionBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string description = 3;
- setHierarchy(RpcClient.Hierarchy) - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required .Hierarchy hierarchy = 4;
- setHostname(String) - Method in class org.marketcetera.client.ClientModuleFactory
-
- setHostname(String) - Method in interface org.marketcetera.client.ClientModuleFactoryMXBean
-
Sets the server host name.
- setId(long) - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatRequest.Builder
-
required int64 id = 1;
- setId(long) - Method in class org.marketcetera.client.rpc.RpcClient.HeartbeatResponse.Builder
-
required int64 id = 1;
- setId(long) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required int64 id = 2;
- setId(long) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest.Builder
-
required int64 id = 2;
- setIDPrefix(String) - Method in class org.marketcetera.client.ClientModuleFactory
-
- setIDPrefix(String) - Method in interface org.marketcetera.client.ClientModuleFactoryMXBean
-
Sets the string that should be prefixed to any orderIDs generated by
the client based on IDs issued by the server.
- setIncomingConnectionFactory(ConnectionFactory) - Method in class org.marketcetera.client.config.SpringConfig
-
Sets the receiver's connection factory for incoming connections
to the given one.
- setInstrument(RpcClient.Instrument) - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
required .Instrument instrument = 1;
- setInstrument(RpcClient.Instrument.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
required .Instrument instrument = 1;
- setInstrument(RpcClient.Instrument) - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
required .Instrument instrument = 1;
- setInstrument(RpcClient.Instrument.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
required .Instrument instrument = 1;
- setInstrument(RpcClient.Instrument) - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
optional .Instrument instrument = 3;
- setInstrument(RpcClient.Instrument.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
optional .Instrument instrument = 3;
- setInstrument(RpcClient.Instrument) - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse.Builder
-
optional .Instrument instrument = 1;
- setInstrument(RpcClient.Instrument.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolResponse.Builder
-
optional .Instrument instrument = 1;
- setInstrumentType(RpcClient.InstrumentType) - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
optional .InstrumentType instrumentType = 2;
- setKey(String) - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
required string key = 1;
- setKeyBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
required string key = 1;
- setKeys(int, RpcClient.PositionKey) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated .PositionKey keys = 1;
- setKeys(int, RpcClient.PositionKey.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated .PositionKey keys = 1;
- setLabel(String) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
required string label = 2;
- setLabelBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
required string label = 2;
- setLanguage(String) - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
required string language = 2;
- setLanguageBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
required string language = 2;
- setLocale(RpcClient.Locale) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required .Locale locale = 3;
- setLocale(RpcClient.Locale.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required .Locale locale = 3;
- setLoggedOn(boolean) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required bool loggedOn = 3;
- setMandatory(boolean) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
required bool mandatory = 4;
- setMessage(String) - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string message = 3;
- setMessage(String) - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse.Builder
-
optional string message = 2;
- setMessage(String) - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
required string message = 2;
- setMessageBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string message = 3;
- setMessageBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse.Builder
-
optional string message = 2;
- setMessageBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
required string message = 2;
- setName(String) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
required string name = 1;
- setName(String) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required string name = 1;
- setName(String) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoSpec.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
required string name = 1;
- setNameBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required string name = 1;
- setNoDelay(boolean) - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Sets the noDelay value.
- setOptions(String) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string options = 6;
- setOptionsBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string options = 6;
- setOrderId(String) - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse.Builder
-
required string orderId = 1;
- setOrderId(String) - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
required string orderId = 2;
- setOrderId(String) - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse.Builder
-
optional string orderId = 1;
- setOrderIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdResponse.Builder
-
required string orderId = 1;
- setOrderIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
required string orderId = 2;
- setOrderIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdResponse.Builder
-
optional string orderId = 1;
- setOrderModifiers(Collection<OrderModifier>) - Method in class org.marketcetera.client.config.SpringConfig
-
Sets the orderModifiers value.
- setOrigin(long) - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
required int64 origin = 4 [default = -1];
- setOrigin(long) - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest.Builder
-
required int64 origin = 2;
- setOutgoingConnectionFactory(ConnectionFactory) - Method in class org.marketcetera.client.config.SpringConfig
-
Sets the receiver's connection factory for outgoing connections
to the given one.
- setPassword(String) - Method in class org.marketcetera.client.ClientModuleFactory
-
- setPassword(String) - Method in interface org.marketcetera.client.ClientModuleFactoryMXBean
-
Sets the password to use when connecting to the server.
- setPassword(String) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string password = 6;
- setPasswordBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string password = 6;
- setPattern(String) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string pattern = 5;
- setPatternBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
optional string pattern = 5;
- setPayload(String) - Method in class org.marketcetera.client.rpc.RpcClient.Instrument.Builder
-
required string payload = 1;
- setPayloadBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.Instrument.Builder
-
required string payload = 1;
- setPort(int) - Method in class org.marketcetera.client.ClientModuleFactory
-
- setPort(int) - Method in interface org.marketcetera.client.ClientModuleFactoryMXBean
-
Sets the server port number.
- setPosition(String) - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
required string position = 2;
- setPositionBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.Position.Builder
-
required string position = 2;
- setReceiveBufferSize(int) - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Sets the receiveBufferSize value.
- setReports(RpcClient.ReportList) - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse.Builder
-
required .ReportList reports = 1;
- setReports(RpcClient.ReportList.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersResponse.Builder
-
required .ReportList reports = 1;
- setReports(int, String) - Method in class org.marketcetera.client.rpc.RpcClient.ReportList.Builder
-
repeated string reports = 1;
- setReports(RpcClient.ReportList) - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse.Builder
-
required .ReportList reports = 1;
- setReports(RpcClient.ReportList.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceResponse.Builder
-
required .ReportList reports = 1;
- setRoot(int, String) - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
repeated string root = 5;
- setSendBufferSize(int) - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Sets the sendBufferSize value.
- setSerializeToString(boolean) - Method in class org.marketcetera.client.jms.JMSFIXMessageConverter
-
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
required string sessionId = 1;
- setSessionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.AddReportRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.BrokersStatusRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.DeleteReportRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.LoginResponse.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.LogoutRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.NextOrderIdRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.OpenOrdersRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.PositionRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.ReportsSinceRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.RootOrderIdRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
required string sessionId = 1;
- setSessionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoRequest.Builder
-
required string sessionId = 1;
- setSettings(int, RpcClient.SessionSetting) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .SessionSetting settings = 5;
- setSettings(int, RpcClient.SessionSetting.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerStatus.Builder
-
repeated .SessionSetting settings = 5;
- setSingleton(SpringConfig) - Static method in class org.marketcetera.client.config.SpringConfig
-
Sets the global singleton configuration to the given one.
- setStatus(boolean) - Method in class org.marketcetera.client.rpc.RpcClient.AddReportResponse.Builder
-
required bool status = 1;
- setStatus(boolean) - Method in class org.marketcetera.client.rpc.RpcClient.LogoutResponse.Builder
-
required bool status = 1;
- setSuperuser(boolean) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
required bool superuser = 4;
- setSymbol(String) - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
required string symbol = 2;
- setSymbol(int, String) - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse.Builder
-
repeated string symbol = 1;
- setSymbol(String) - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
required string symbol = 2;
- setSymbol(String) - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
required string symbol = 2;
- setSymbol(String) - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse.Builder
-
optional string symbol = 1;
- setSymbolBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest.Builder
-
required string symbol = 2;
- setSymbolBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest.Builder
-
required string symbol = 2;
- setSymbolBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest.Builder
-
required string symbol = 2;
- setSymbolBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse.Builder
-
optional string symbol = 1;
- setTag(int) - Method in class org.marketcetera.client.rpc.RpcClient.BrokerAlgoTagSpec.Builder
-
required int32 tag = 1;
- setThreadPoolCore(int) - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Sets the threadPoolCore value.
- setThreadPoolMax(int) - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Sets the threadPoolMax value.
- SETTINGS_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.BrokerStatus
-
- setTraderId(String) - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
optional string traderId = 3;
- setTraderIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.PositionKey.Builder
-
optional string traderId = 3;
- setURL(String) - Method in class org.marketcetera.client.ClientModuleFactory
-
- setURL(String) - Method in interface org.marketcetera.client.ClientModuleFactoryMXBean
-
Sets the Server URL to connect to.
- setUseJms(boolean) - Method in class org.marketcetera.client.rpc.RpcClientParameters
-
Sets the useJms value.
- setUserData(Properties) - Method in interface org.marketcetera.client.Client
-
Sets the user data associated with the current user.
- setUserData(Properties) - Method in class org.marketcetera.client.ClientImpl
-
- setUserData(String) - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse.Builder
-
optional string userData = 1;
- setUserData(RpcController, RpcClient.SetUserDataRequest) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.BlockingInterface
-
- setUserData(RpcController, RpcClient.SetUserDataRequest, RpcCallback<RpcClient.SetUserDataResponse>) - Method in interface org.marketcetera.client.rpc.RpcClient.RpcClientService.Interface
-
rpc setUserData(.SetUserDataRequest) returns (.SetUserDataResponse);
- setUserData(RpcController, RpcClient.SetUserDataRequest, RpcCallback<RpcClient.SetUserDataResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService
-
rpc setUserData(.SetUserDataRequest) returns (.SetUserDataResponse);
- setUserData(RpcController, RpcClient.SetUserDataRequest, RpcCallback<RpcClient.SetUserDataResponse>) - Method in class org.marketcetera.client.rpc.RpcClient.RpcClientService.Stub
-
- setUserData(String) - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
optional string userData = 2;
- setUserdata(String) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
optional string userdata = 5;
- setUserData(Properties) - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- setUserData(ClientContext, String) - Method in interface org.marketcetera.client.Service
-
Sets the user data associated with the current user.
- setUserDataBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.GetUserDataResponse.Builder
-
optional string userData = 1;
- setUserDataBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.SetUserDataRequest.Builder
-
optional string userData = 2;
- setUserdataBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfo.Builder
-
optional string userdata = 5;
- setUserInfo(RpcClient.UserInfo) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse.Builder
-
required .UserInfo userInfo = 1;
- setUserInfo(RpcClient.UserInfo.Builder) - Method in class org.marketcetera.client.rpc.RpcClient.UserInfoResponse.Builder
-
required .UserInfo userInfo = 1;
- setUsername(String) - Method in class org.marketcetera.client.ClientModuleFactory
-
- setUsername(String) - Method in interface org.marketcetera.client.ClientModuleFactoryMXBean
-
Sets the user name to use when connecting to the server.
- setUsername(String) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string username = 5;
- setUsernameBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string username = 5;
- setValue(String) - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
required string value = 2;
- setValueBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.SessionSetting.Builder
-
required string value = 2;
- setValues(int, String) - Method in class org.marketcetera.client.rpc.RpcClient.PositionResponse.Builder
-
repeated string values = 2;
- setVariant(String) - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
optional string variant = 3;
- setVariantBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.Locale.Builder
-
optional string variant = 3;
- setVersionId(String) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string versionId = 4;
- setVersionIdBytes(ByteString) - Method in class org.marketcetera.client.rpc.RpcClient.LoginRequest.Builder
-
required string versionId = 4;
- SpringConfig - Class in org.marketcetera.client.config
-
The application's Spring-based configuration.
- SpringConfig() - Constructor for class org.marketcetera.client.config.SpringConfig
-
Creates a new application configuration, which becomes the
global singleton.
- SpringConfig(ConnectionFactory, ConnectionFactory, Collection<OrderModifier>) - Constructor for class org.marketcetera.client.config.SpringConfig
-
Creates a new application configuration with the given
properties.
- start() - Method in class org.marketcetera.client.utils.AutoOrderHistoryManager
-
- start() - Method in class org.marketcetera.client.utils.LiveOrderHistoryManager
-
- startJms() - Method in class org.marketcetera.client.ClientImpl
-
Starts the JMS connection.
- startJms() - Method in class org.marketcetera.client.rpc.RpcClientImpl
-
- STATUS_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.AddReportResponse
-
- STATUS_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.LogoutResponse
-
- stop() - Method in class org.marketcetera.client.utils.AutoOrderHistoryManager
-
- stop() - Method in class org.marketcetera.client.utils.LiveOrderHistoryManager
-
- SUPERUSER_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.UserInfo
-
- SYMBOL_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.OptionRootsRequest
-
- SYMBOL_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.OptionRootsResponse
-
- SYMBOL_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.ResolveSymbolRequest
-
- SYMBOL_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.UnderlyingRequest
-
- SYMBOL_FIELD_NUMBER - Static variable in class org.marketcetera.client.rpc.RpcClient.UnderlyingResponse
-