public static interface Request.SubscribeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount()
optional string account = 3; |
com.google.protobuf.ByteString |
getAccountBytes()
optional string account = 3; |
SocketCommon.DataType |
getDataType()
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.DataType dataType = 1; |
int |
getDataTypeValue()
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.DataType dataType = 1; |
String |
getMarket()
optional string market = 4; |
com.google.protobuf.ByteString |
getMarketBytes()
optional string market = 4; |
String |
getSymbols()
optional string symbols = 2; |
com.google.protobuf.ByteString |
getSymbolsBytes()
optional string symbols = 2; |
boolean |
hasAccount()
optional string account = 3; |
boolean |
hasMarket()
optional string market = 4; |
boolean |
hasSymbols()
optional string symbols = 2; |
int getDataTypeValue()
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.DataType dataType = 1;SocketCommon.DataType getDataType()
.com.tigerbrokers.stock.openapi.client.socket.data.pb.SocketCommon.DataType dataType = 1;boolean hasSymbols()
optional string symbols = 2;String getSymbols()
optional string symbols = 2;com.google.protobuf.ByteString getSymbolsBytes()
optional string symbols = 2;boolean hasAccount()
optional string account = 3;String getAccount()
optional string account = 3;com.google.protobuf.ByteString getAccountBytes()
optional string account = 3;boolean hasMarket()
optional string market = 4;String getMarket()
optional string market = 4;com.google.protobuf.ByteString getMarketBytes()
optional string market = 4;Copyright © 2024. All rights reserved.