dtcproto

package
v0.0.0-...-1912e75 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2021 License: OSL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DTCVersion_name = map[int32]string{
		0: "DTC_VERSION_UNSET",
		8: "CURRENT_VERSION",
	}
	DTCVersion_value = map[string]int32{
		"DTC_VERSION_UNSET": 0,
		"CURRENT_VERSION":   8,
	}
)

Enum value maps for DTCVersion.

View Source
var (
	DTCMessageType_name = map[int32]string{}/* 102 elements not displayed */

	DTCMessageType_value = map[string]int32{}/* 102 elements not displayed */

)

Enum value maps for DTCMessageType.

View Source
var (
	EncodingEnum_name = map[int32]string{
		0: "BINARY_ENCODING",
		1: "BINARY_WITH_VARIABLE_LENGTH_STRINGS",
		2: "JSON_ENCODING",
		3: "JSON_COMPACT_ENCODING",
		4: "PROTOCOL_BUFFERS",
	}
	EncodingEnum_value = map[string]int32{
		"BINARY_ENCODING":                     0,
		"BINARY_WITH_VARIABLE_LENGTH_STRINGS": 1,
		"JSON_ENCODING":                       2,
		"JSON_COMPACT_ENCODING":               3,
		"PROTOCOL_BUFFERS":                    4,
	}
)

Enum value maps for EncodingEnum.

View Source
var (
	LogonStatusEnum_name = map[int32]string{
		0: "LOGON_STATUS_UNSET",
		1: "LOGON_SUCCESS",
		2: "LOGON_ERROR",
		3: "LOGON_ERROR_NO_RECONNECT",
		4: "LOGON_RECONNECT_NEW_ADDRESS",
	}
	LogonStatusEnum_value = map[string]int32{
		"LOGON_STATUS_UNSET":          0,
		"LOGON_SUCCESS":               1,
		"LOGON_ERROR":                 2,
		"LOGON_ERROR_NO_RECONNECT":    3,
		"LOGON_RECONNECT_NEW_ADDRESS": 4,
	}
)

Enum value maps for LogonStatusEnum.

View Source
var (
	MessageSupportedEnum_name = map[int32]string{
		0: "MESSAGE_UNSUPPORTED",
		1: "MESSAGE_SUPPORTED",
	}
	MessageSupportedEnum_value = map[string]int32{
		"MESSAGE_UNSUPPORTED": 0,
		"MESSAGE_SUPPORTED":   1,
	}
)

Enum value maps for MessageSupportedEnum.

View Source
var (
	TradeModeEnum_name = map[int32]string{
		0: "TRADE_MODE_UNSET",
		1: "TRADE_MODE_DEMO",
		2: "TRADE_MODE_SIMULATED",
		3: "TRADE_MODE_LIVE",
	}
	TradeModeEnum_value = map[string]int32{
		"TRADE_MODE_UNSET":     0,
		"TRADE_MODE_DEMO":      1,
		"TRADE_MODE_SIMULATED": 2,
		"TRADE_MODE_LIVE":      3,
	}
)

Enum value maps for TradeModeEnum.

View Source
var (
	RequestActionEnum_name = map[int32]string{
		0: "REQUEST_ACTION_UNSET",
		1: "SUBSCRIBE",
		2: "UNSUBSCRIBE",
		3: "SNAPSHOT",
	}
	RequestActionEnum_value = map[string]int32{
		"REQUEST_ACTION_UNSET": 0,
		"SUBSCRIBE":            1,
		"UNSUBSCRIBE":          2,
		"SNAPSHOT":             3,
	}
)

Enum value maps for RequestActionEnum.

View Source
var (
	UnbundledTradeIndicatorEnum_name = map[int32]string{
		0: "UNBUNDLED_TRADE_NONE",
		1: "FIRST_SUB_TRADE_OF_UNBUNDLED_TRADE",
		2: "LAST_SUB_TRADE_OF_UNBUNDLED_TRADE",
	}
	UnbundledTradeIndicatorEnum_value = map[string]int32{
		"UNBUNDLED_TRADE_NONE":               0,
		"FIRST_SUB_TRADE_OF_UNBUNDLED_TRADE": 1,
		"LAST_SUB_TRADE_OF_UNBUNDLED_TRADE":  2,
	}
)

Enum value maps for UnbundledTradeIndicatorEnum.

View Source
var (
	OrderStatusEnum_name = map[int32]string{
		0:  "ORDER_STATUS_UNSPECIFIED",
		1:  "ORDER_STATUS_ORDER_SENT",
		2:  "ORDER_STATUS_PENDING_OPEN",
		3:  "ORDER_STATUS_PENDING_CHILD",
		4:  "ORDER_STATUS_OPEN",
		5:  "ORDER_STATUS_PENDING_CANCEL_REPLACE",
		6:  "ORDER_STATUS_PENDING_CANCEL",
		7:  "ORDER_STATUS_FILLED",
		8:  "ORDER_STATUS_CANCELED",
		9:  "ORDER_STATUS_REJECTED",
		10: "ORDER_STATUS_PARTIALLY_FILLED",
	}
	OrderStatusEnum_value = map[string]int32{
		"ORDER_STATUS_UNSPECIFIED":            0,
		"ORDER_STATUS_ORDER_SENT":             1,
		"ORDER_STATUS_PENDING_OPEN":           2,
		"ORDER_STATUS_PENDING_CHILD":          3,
		"ORDER_STATUS_OPEN":                   4,
		"ORDER_STATUS_PENDING_CANCEL_REPLACE": 5,
		"ORDER_STATUS_PENDING_CANCEL":         6,
		"ORDER_STATUS_FILLED":                 7,
		"ORDER_STATUS_CANCELED":               8,
		"ORDER_STATUS_REJECTED":               9,
		"ORDER_STATUS_PARTIALLY_FILLED":       10,
	}
)

Enum value maps for OrderStatusEnum.

View Source
var (
	OrderUpdateReasonEnum_name = map[int32]string{
		0:  "ORDER_UPDATE_REASON_UNSET",
		1:  "OPEN_ORDERS_REQUEST_RESPONSE",
		2:  "NEW_ORDER_ACCEPTED",
		3:  "GENERAL_ORDER_UPDATE",
		4:  "ORDER_FILLED",
		5:  "ORDER_FILLED_PARTIALLY",
		6:  "ORDER_CANCELED",
		7:  "ORDER_CANCEL_REPLACE_COMPLETE",
		8:  "NEW_ORDER_REJECTED",
		9:  "ORDER_CANCEL_REJECTED",
		10: "ORDER_CANCEL_REPLACE_REJECTED",
	}
	OrderUpdateReasonEnum_value = map[string]int32{
		"ORDER_UPDATE_REASON_UNSET":     0,
		"OPEN_ORDERS_REQUEST_RESPONSE":  1,
		"NEW_ORDER_ACCEPTED":            2,
		"GENERAL_ORDER_UPDATE":          3,
		"ORDER_FILLED":                  4,
		"ORDER_FILLED_PARTIALLY":        5,
		"ORDER_CANCELED":                6,
		"ORDER_CANCEL_REPLACE_COMPLETE": 7,
		"NEW_ORDER_REJECTED":            8,
		"ORDER_CANCEL_REJECTED":         9,
		"ORDER_CANCEL_REPLACE_REJECTED": 10,
	}
)

Enum value maps for OrderUpdateReasonEnum.

View Source
var (
	AtBidOrAskEnum_name = map[int32]string{
		0: "BID_ASK_UNSET",
		1: "AT_BID",
		2: "AT_ASK",
	}
	AtBidOrAskEnum_value = map[string]int32{
		"BID_ASK_UNSET": 0,
		"AT_BID":        1,
		"AT_ASK":        2,
	}
)

Enum value maps for AtBidOrAskEnum.

View Source
var (
	AtBidOrAskEnum8_name = map[int32]string{
		0: "BID_ASK_UNSET_8",
		1: "AT_BID_8",
		2: "AT_ASK_8",
	}
	AtBidOrAskEnum8_value = map[string]int32{
		"BID_ASK_UNSET_8": 0,
		"AT_BID_8":        1,
		"AT_ASK_8":        2,
	}
)

Enum value maps for AtBidOrAskEnum8.

View Source
var (
	MarketDepthUpdateTypeEnum_name = map[int32]string{
		0: "DEPTH_UNSET",
		1: "MARKET_DEPTH_INSERT_UPDATE_LEVEL",
		2: "MARKET_DEPTH_DELETE_LEVEL",
	}
	MarketDepthUpdateTypeEnum_value = map[string]int32{
		"DEPTH_UNSET":                      0,
		"MARKET_DEPTH_INSERT_UPDATE_LEVEL": 1,
		"MARKET_DEPTH_DELETE_LEVEL":        2,
	}
)

Enum value maps for MarketDepthUpdateTypeEnum.

View Source
var (
	FinalUpdateInBatchEnum_name = map[int32]string{
		0: "FINAL_UPDATE_UNSET",
		1: "FINAL_UPDATE_TRUE",
		2: "FINAL_UPDATE_FALSE",
		3: "FINAL_UPDATE_BEGIN_BATCH",
	}
	FinalUpdateInBatchEnum_value = map[string]int32{
		"FINAL_UPDATE_UNSET":       0,
		"FINAL_UPDATE_TRUE":        1,
		"FINAL_UPDATE_FALSE":       2,
		"FINAL_UPDATE_BEGIN_BATCH": 3,
	}
)

Enum value maps for FinalUpdateInBatchEnum.

View Source
var (
	OrderTypeEnum_name = map[int32]string{
		0: "ORDER_TYPE_UNSET",
		1: "ORDER_TYPE_MARKET",
		2: "ORDER_TYPE_LIMIT",
		3: "ORDER_TYPE_STOP",
		4: "ORDER_TYPE_STOP_LIMIT",
		5: "ORDER_TYPE_MARKET_IF_TOUCHED",
		6: "ORDER_TYPE_LIMIT_IF_TOUCHED",
	}
	OrderTypeEnum_value = map[string]int32{
		"ORDER_TYPE_UNSET":             0,
		"ORDER_TYPE_MARKET":            1,
		"ORDER_TYPE_LIMIT":             2,
		"ORDER_TYPE_STOP":              3,
		"ORDER_TYPE_STOP_LIMIT":        4,
		"ORDER_TYPE_MARKET_IF_TOUCHED": 5,
		"ORDER_TYPE_LIMIT_IF_TOUCHED":  6,
	}
)

Enum value maps for OrderTypeEnum.

View Source
var (
	TimeInForceEnum_name = map[int32]string{
		0: "TIF_UNSET",
		1: "TIF_DAY",
		2: "TIF_GOOD_TILL_CANCELED",
		3: "TIF_GOOD_TILL_DATE_TIME",
		4: "TIF_IMMEDIATE_OR_CANCEL",
		5: "TIF_ALL_OR_NONE",
		6: "TIF_FILL_OR_KILL",
	}
	TimeInForceEnum_value = map[string]int32{
		"TIF_UNSET":               0,
		"TIF_DAY":                 1,
		"TIF_GOOD_TILL_CANCELED":  2,
		"TIF_GOOD_TILL_DATE_TIME": 3,
		"TIF_IMMEDIATE_OR_CANCEL": 4,
		"TIF_ALL_OR_NONE":         5,
		"TIF_FILL_OR_KILL":        6,
	}
)

Enum value maps for TimeInForceEnum.

View Source
var (
	BuySellEnum_name = map[int32]string{
		0: "BUY_SELL_UNSET",
		1: "BUY",
		2: "SELL",
	}
	BuySellEnum_value = map[string]int32{
		"BUY_SELL_UNSET": 0,
		"BUY":            1,
		"SELL":           2,
	}
)

Enum value maps for BuySellEnum.

View Source
var (
	OpenCloseTradeEnum_name = map[int32]string{
		0: "TRADE_UNSET",
		1: "TRADE_OPEN",
		2: "TRADE_CLOSE",
	}
	OpenCloseTradeEnum_value = map[string]int32{
		"TRADE_UNSET": 0,
		"TRADE_OPEN":  1,
		"TRADE_CLOSE": 2,
	}
)

Enum value maps for OpenCloseTradeEnum.

View Source
var (
	PartialFillHandlingEnum_name = map[int32]string{
		0: "PARTIAL_FILL_UNSET",
		1: "PARTIAL_FILL_HANDLING_REDUCE_QUANTITY",
		2: "PARTIAL_FILL_HANDLING_IMMEDIATE_CANCEL",
	}
	PartialFillHandlingEnum_value = map[string]int32{
		"PARTIAL_FILL_UNSET":                     0,
		"PARTIAL_FILL_HANDLING_REDUCE_QUANTITY":  1,
		"PARTIAL_FILL_HANDLING_IMMEDIATE_CANCEL": 2,
	}
)

Enum value maps for PartialFillHandlingEnum.

View Source
var (
	MarketDataFeedStatusEnum_name = map[int32]string{
		0: "MARKET_DATA_FEED_STATUS_UNSET",
		1: "MARKET_DATA_FEED_UNAVAILABLE",
		2: "MARKET_DATA_FEED_AVAILABLE",
	}
	MarketDataFeedStatusEnum_value = map[string]int32{
		"MARKET_DATA_FEED_STATUS_UNSET": 0,
		"MARKET_DATA_FEED_UNAVAILABLE":  1,
		"MARKET_DATA_FEED_AVAILABLE":    2,
	}
)

Enum value maps for MarketDataFeedStatusEnum.

View Source
var (
	PriceDisplayFormatEnum_name = map[int32]string{
		0:   "PRICE_DISPLAY_FORMAT_DECIMAL_0",
		1:   "PRICE_DISPLAY_FORMAT_DECIMAL_1",
		2:   "PRICE_DISPLAY_FORMAT_DECIMAL_2",
		3:   "PRICE_DISPLAY_FORMAT_DECIMAL_3",
		4:   "PRICE_DISPLAY_FORMAT_DECIMAL_4",
		5:   "PRICE_DISPLAY_FORMAT_DECIMAL_5",
		6:   "PRICE_DISPLAY_FORMAT_DECIMAL_6",
		7:   "PRICE_DISPLAY_FORMAT_DECIMAL_7",
		8:   "PRICE_DISPLAY_FORMAT_DECIMAL_8",
		9:   "PRICE_DISPLAY_FORMAT_DECIMAL_9",
		356: "PRICE_DISPLAY_FORMAT_DENOMINATOR_256",
		228: "PRICE_DISPLAY_FORMAT_DENOMINATOR_128",
		164: "PRICE_DISPLAY_FORMAT_DENOMINATOR_64",
		136: "PRICE_DISPLAY_FORMAT_DENOMINATOR_32_QUARTERS",
		134: "PRICE_DISPLAY_FORMAT_DENOMINATOR_32_HALVES",
		132: "PRICE_DISPLAY_FORMAT_DENOMINATOR_32",
		116: "PRICE_DISPLAY_FORMAT_DENOMINATOR_16",
		108: "PRICE_DISPLAY_FORMAT_DENOMINATOR_8",
		104: "PRICE_DISPLAY_FORMAT_DENOMINATOR_4",
		102: "PRICE_DISPLAY_FORMAT_DENOMINATOR_2",
		-1:  "PRICE_DISPLAY_FORMAT_UNSET",
	}
	PriceDisplayFormatEnum_value = map[string]int32{
		"PRICE_DISPLAY_FORMAT_DECIMAL_0":               0,
		"PRICE_DISPLAY_FORMAT_DECIMAL_1":               1,
		"PRICE_DISPLAY_FORMAT_DECIMAL_2":               2,
		"PRICE_DISPLAY_FORMAT_DECIMAL_3":               3,
		"PRICE_DISPLAY_FORMAT_DECIMAL_4":               4,
		"PRICE_DISPLAY_FORMAT_DECIMAL_5":               5,
		"PRICE_DISPLAY_FORMAT_DECIMAL_6":               6,
		"PRICE_DISPLAY_FORMAT_DECIMAL_7":               7,
		"PRICE_DISPLAY_FORMAT_DECIMAL_8":               8,
		"PRICE_DISPLAY_FORMAT_DECIMAL_9":               9,
		"PRICE_DISPLAY_FORMAT_DENOMINATOR_256":         356,
		"PRICE_DISPLAY_FORMAT_DENOMINATOR_128":         228,
		"PRICE_DISPLAY_FORMAT_DENOMINATOR_64":          164,
		"PRICE_DISPLAY_FORMAT_DENOMINATOR_32_QUARTERS": 136,
		"PRICE_DISPLAY_FORMAT_DENOMINATOR_32_HALVES":   134,
		"PRICE_DISPLAY_FORMAT_DENOMINATOR_32":          132,
		"PRICE_DISPLAY_FORMAT_DENOMINATOR_16":          116,
		"PRICE_DISPLAY_FORMAT_DENOMINATOR_8":           108,
		"PRICE_DISPLAY_FORMAT_DENOMINATOR_4":           104,
		"PRICE_DISPLAY_FORMAT_DENOMINATOR_2":           102,
		"PRICE_DISPLAY_FORMAT_UNSET":                   -1,
	}
)

Enum value maps for PriceDisplayFormatEnum.

View Source
var (
	SecurityTypeEnum_name = map[int32]string{
		0:  "SECURITY_TYPE_UNSET",
		1:  "SECURITY_TYPE_FUTURE",
		2:  "SECURITY_TYPE_STOCK",
		3:  "SECURITY_TYPE_FOREX",
		4:  "SECURITY_TYPE_INDEX",
		5:  "SECURITY_TYPE_FUTURES_STRATEGY",
		7:  "SECURITY_TYPE_FUTURES_OPTION",
		6:  "SECURITY_TYPE_STOCK_OPTION",
		8:  "SECURITY_TYPE_INDEX_OPTION",
		9:  "SECURITY_TYPE_BOND",
		10: "SECURITY_TYPE_MUTUAL_FUND",
	}
	SecurityTypeEnum_value = map[string]int32{
		"SECURITY_TYPE_UNSET":            0,
		"SECURITY_TYPE_FUTURE":           1,
		"SECURITY_TYPE_STOCK":            2,
		"SECURITY_TYPE_FOREX":            3,
		"SECURITY_TYPE_INDEX":            4,
		"SECURITY_TYPE_FUTURES_STRATEGY": 5,
		"SECURITY_TYPE_FUTURES_OPTION":   7,
		"SECURITY_TYPE_STOCK_OPTION":     6,
		"SECURITY_TYPE_INDEX_OPTION":     8,
		"SECURITY_TYPE_BOND":             9,
		"SECURITY_TYPE_MUTUAL_FUND":      10,
	}
)

Enum value maps for SecurityTypeEnum.

View Source
var (
	PutCallEnum_name = map[int32]string{
		0: "PC_UNSET",
		1: "PC_CALL",
		2: "PC_PUT",
	}
	PutCallEnum_value = map[string]int32{
		"PC_UNSET": 0,
		"PC_CALL":  1,
		"PC_PUT":   2,
	}
)

Enum value maps for PutCallEnum.

View Source
var (
	SearchTypeEnum_name = map[int32]string{
		0: "SEARCH_TYPE_UNSET",
		1: "SEARCH_TYPE_BY_SYMBOL",
		2: "SEARCH_TYPE_BY_DESCRIPTION",
	}
	SearchTypeEnum_value = map[string]int32{
		"SEARCH_TYPE_UNSET":          0,
		"SEARCH_TYPE_BY_SYMBOL":      1,
		"SEARCH_TYPE_BY_DESCRIPTION": 2,
	}
)

Enum value maps for SearchTypeEnum.

View Source
var (
	HistoricalDataIntervalEnum_name = map[int32]string{
		0:      "INTERVAL_TICK",
		1:      "INTERVAL_1_SECOND",
		2:      "INTERVAL_2_SECONDS",
		4:      "INTERVAL_4_SECONDS",
		5:      "INTERVAL_5_SECONDS",
		10:     "INTERVAL_10_SECONDS",
		30:     "INTERVAL_30_SECONDS",
		60:     "INTERVAL_1_MINUTE",
		300:    "INTERVAL_5_MINUTE",
		600:    "INTERVAL_10_MINUTE",
		900:    "INTERVAL_15_MINUTE",
		1800:   "INTERVAL_30_MINUTE",
		3600:   "INTERVAL_1_HOUR",
		7200:   "INTERVAL_2_HOURS",
		86400:  "INTERVAL_1_DAY",
		604800: "INTERVAL_1_WEEK",
	}
	HistoricalDataIntervalEnum_value = map[string]int32{
		"INTERVAL_TICK":       0,
		"INTERVAL_1_SECOND":   1,
		"INTERVAL_2_SECONDS":  2,
		"INTERVAL_4_SECONDS":  4,
		"INTERVAL_5_SECONDS":  5,
		"INTERVAL_10_SECONDS": 10,
		"INTERVAL_30_SECONDS": 30,
		"INTERVAL_1_MINUTE":   60,
		"INTERVAL_5_MINUTE":   300,
		"INTERVAL_10_MINUTE":  600,
		"INTERVAL_15_MINUTE":  900,
		"INTERVAL_30_MINUTE":  1800,
		"INTERVAL_1_HOUR":     3600,
		"INTERVAL_2_HOURS":    7200,
		"INTERVAL_1_DAY":      86400,
		"INTERVAL_1_WEEK":     604800,
	}
)

Enum value maps for HistoricalDataIntervalEnum.

View Source
var (
	HistoricalPriceDataRejectReasonCodeEnum_name = map[int32]string{
		0: "HPDR_UNSET",
		1: "HPDR_UNABLE_TO_SERVE_DATA_RETRY_LATER",
		2: "HPDR_UNABLE_TO_SERVE_DATA_DO_NOT_RETRY",
		3: "HPDR_DATA_REQUEST_OUTSIDE_BOUNDS_OF_AVAILABLE_DATA",
		4: "HPDR_GENERAL_REJECT_ERROR",
	}
	HistoricalPriceDataRejectReasonCodeEnum_value = map[string]int32{
		"HPDR_UNSET":                                         0,
		"HPDR_UNABLE_TO_SERVE_DATA_RETRY_LATER":              1,
		"HPDR_UNABLE_TO_SERVE_DATA_DO_NOT_RETRY":             2,
		"HPDR_DATA_REQUEST_OUTSIDE_BOUNDS_OF_AVAILABLE_DATA": 3,
		"HPDR_GENERAL_REJECT_ERROR":                          4,
	}
)

Enum value maps for HistoricalPriceDataRejectReasonCodeEnum.

View Source
var (
	TradingStatusEnum_name = map[int32]string{
		0: "TRADING_STATUS_UNKNOWN",
		1: "TRADING_STATUS_PRE_OPEN",
		2: "TRADING_STATUS_OPEN",
		3: "TRADING_STATUS_CLOSE",
		4: "TRADING_STATUS_TRADING_HALT",
	}
	TradingStatusEnum_value = map[string]int32{
		"TRADING_STATUS_UNKNOWN":      0,
		"TRADING_STATUS_PRE_OPEN":     1,
		"TRADING_STATUS_OPEN":         2,
		"TRADING_STATUS_CLOSE":        3,
		"TRADING_STATUS_TRADING_HALT": 4,
	}
)

Enum value maps for TradingStatusEnum.

View Source
var File_DTCProtocol_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccountBalanceAdjustment

type AccountBalanceAdjustment struct {
	RequestID    int32   `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	CreditAmount float64 `protobuf:"fixed64,2,opt,name=CreditAmount,proto3" json:"CreditAmount,omitempty"`
	DebitAmount  float64 `protobuf:"fixed64,3,opt,name=DebitAmount,proto3" json:"DebitAmount,omitempty"`
	Currency     string  `protobuf:"bytes,4,opt,name=Currency,proto3" json:"Currency,omitempty"`
	Reason       string  `protobuf:"bytes,5,opt,name=Reason,proto3" json:"Reason,omitempty"`
	TradeAccount string  `protobuf:"bytes,6,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*AccountBalanceAdjustment) Descriptor deprecated

func (*AccountBalanceAdjustment) Descriptor() ([]byte, []int)

Deprecated: Use AccountBalanceAdjustment.ProtoReflect.Descriptor instead.

func (*AccountBalanceAdjustment) GetCreditAmount

func (x *AccountBalanceAdjustment) GetCreditAmount() float64

func (*AccountBalanceAdjustment) GetCurrency

func (x *AccountBalanceAdjustment) GetCurrency() string

func (*AccountBalanceAdjustment) GetDebitAmount

func (x *AccountBalanceAdjustment) GetDebitAmount() float64

func (*AccountBalanceAdjustment) GetReason

func (x *AccountBalanceAdjustment) GetReason() string

func (*AccountBalanceAdjustment) GetRequestID

func (x *AccountBalanceAdjustment) GetRequestID() int32

func (*AccountBalanceAdjustment) GetTradeAccount

func (x *AccountBalanceAdjustment) GetTradeAccount() string

func (*AccountBalanceAdjustment) ProtoMessage

func (*AccountBalanceAdjustment) ProtoMessage()

func (*AccountBalanceAdjustment) ProtoReflect

func (x *AccountBalanceAdjustment) ProtoReflect() protoreflect.Message

func (*AccountBalanceAdjustment) Reset

func (x *AccountBalanceAdjustment) Reset()

func (*AccountBalanceAdjustment) String

func (x *AccountBalanceAdjustment) String() string

type AccountBalanceAdjustmentComplete

type AccountBalanceAdjustmentComplete struct {
	RequestID     int32 `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	TransactionID int64 `protobuf:"varint,2,opt,name=TransactionID,proto3" json:"TransactionID,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*AccountBalanceAdjustmentComplete) Descriptor deprecated

func (*AccountBalanceAdjustmentComplete) Descriptor() ([]byte, []int)

Deprecated: Use AccountBalanceAdjustmentComplete.ProtoReflect.Descriptor instead.

func (*AccountBalanceAdjustmentComplete) GetRequestID

func (x *AccountBalanceAdjustmentComplete) GetRequestID() int32

func (*AccountBalanceAdjustmentComplete) GetTransactionID

func (x *AccountBalanceAdjustmentComplete) GetTransactionID() int64

func (*AccountBalanceAdjustmentComplete) ProtoMessage

func (*AccountBalanceAdjustmentComplete) ProtoMessage()

func (*AccountBalanceAdjustmentComplete) ProtoReflect

func (*AccountBalanceAdjustmentComplete) Reset

func (*AccountBalanceAdjustmentComplete) String

type AccountBalanceAdjustmentReject

type AccountBalanceAdjustmentReject struct {
	RequestID  int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RejectText string `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*AccountBalanceAdjustmentReject) Descriptor deprecated

func (*AccountBalanceAdjustmentReject) Descriptor() ([]byte, []int)

Deprecated: Use AccountBalanceAdjustmentReject.ProtoReflect.Descriptor instead.

func (*AccountBalanceAdjustmentReject) GetRejectText

func (x *AccountBalanceAdjustmentReject) GetRejectText() string

func (*AccountBalanceAdjustmentReject) GetRequestID

func (x *AccountBalanceAdjustmentReject) GetRequestID() int32

func (*AccountBalanceAdjustmentReject) ProtoMessage

func (*AccountBalanceAdjustmentReject) ProtoMessage()

func (*AccountBalanceAdjustmentReject) ProtoReflect

func (*AccountBalanceAdjustmentReject) Reset

func (x *AccountBalanceAdjustmentReject) Reset()

func (*AccountBalanceAdjustmentReject) String

type AccountBalanceReject

type AccountBalanceReject struct {
	RequestID  int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RejectText string `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*AccountBalanceReject) Descriptor deprecated

func (*AccountBalanceReject) Descriptor() ([]byte, []int)

Deprecated: Use AccountBalanceReject.ProtoReflect.Descriptor instead.

func (*AccountBalanceReject) GetRejectText

func (x *AccountBalanceReject) GetRejectText() string

func (*AccountBalanceReject) GetRequestID

func (x *AccountBalanceReject) GetRequestID() int32

func (*AccountBalanceReject) ProtoMessage

func (*AccountBalanceReject) ProtoMessage()

func (*AccountBalanceReject) ProtoReflect

func (x *AccountBalanceReject) ProtoReflect() protoreflect.Message

func (*AccountBalanceReject) Reset

func (x *AccountBalanceReject) Reset()

func (*AccountBalanceReject) String

func (x *AccountBalanceReject) String() string

type AccountBalanceRequest

type AccountBalanceRequest struct {
	RequestID    int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	TradeAccount string `protobuf:"bytes,2,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*AccountBalanceRequest) Descriptor deprecated

func (*AccountBalanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use AccountBalanceRequest.ProtoReflect.Descriptor instead.

func (*AccountBalanceRequest) GetRequestID

func (x *AccountBalanceRequest) GetRequestID() int32

func (*AccountBalanceRequest) GetTradeAccount

func (x *AccountBalanceRequest) GetTradeAccount() string

func (*AccountBalanceRequest) ProtoMessage

func (*AccountBalanceRequest) ProtoMessage()

func (*AccountBalanceRequest) ProtoReflect

func (x *AccountBalanceRequest) ProtoReflect() protoreflect.Message

func (*AccountBalanceRequest) Reset

func (x *AccountBalanceRequest) Reset()

func (*AccountBalanceRequest) String

func (x *AccountBalanceRequest) String() string

type AccountBalanceUpdate

type AccountBalanceUpdate struct {
	RequestID                            int32   `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	CashBalance                          float64 `protobuf:"fixed64,2,opt,name=CashBalance,proto3" json:"CashBalance,omitempty"`
	BalanceAvailableForNewPositions      float64 `protobuf:"fixed64,3,opt,name=BalanceAvailableForNewPositions,proto3" json:"BalanceAvailableForNewPositions,omitempty"`
	AccountCurrency                      string  `protobuf:"bytes,4,opt,name=AccountCurrency,proto3" json:"AccountCurrency,omitempty"`
	TradeAccount                         string  `protobuf:"bytes,5,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	SecuritiesValue                      float64 `protobuf:"fixed64,6,opt,name=SecuritiesValue,proto3" json:"SecuritiesValue,omitempty"` // Not including cash
	MarginRequirement                    float64 `protobuf:"fixed64,7,opt,name=MarginRequirement,proto3" json:"MarginRequirement,omitempty"`
	TotalNumberMessages                  int32   `protobuf:"varint,8,opt,name=TotalNumberMessages,proto3" json:"TotalNumberMessages,omitempty"`
	MessageNumber                        int32   `protobuf:"varint,9,opt,name=MessageNumber,proto3" json:"MessageNumber,omitempty"`
	NoAccountBalances                    uint32  `protobuf:"varint,10,opt,name=NoAccountBalances,proto3" json:"NoAccountBalances,omitempty"`
	Unsolicited                          uint32  `protobuf:"varint,11,opt,name=Unsolicited,proto3" json:"Unsolicited,omitempty"`
	OpenPositionsProfitLoss              float64 `protobuf:"fixed64,12,opt,name=OpenPositionsProfitLoss,proto3" json:"OpenPositionsProfitLoss,omitempty"`
	DailyProfitLoss                      float64 `protobuf:"fixed64,13,opt,name=DailyProfitLoss,proto3" json:"DailyProfitLoss,omitempty"`
	InfoText                             string  `protobuf:"bytes,14,opt,name=InfoText,proto3" json:"InfoText,omitempty"`
	TransactionIdentifier                uint64  `protobuf:"varint,15,opt,name=TransactionIdentifier,proto3" json:"TransactionIdentifier,omitempty"`
	DailyNetLossLimit                    float64 `protobuf:"fixed64,16,opt,name=DailyNetLossLimit,proto3" json:"DailyNetLossLimit,omitempty"`
	TrailingAccountValueToLimitPositions float64 `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

============================================================================

func (*AccountBalanceUpdate) Descriptor deprecated

func (*AccountBalanceUpdate) Descriptor() ([]byte, []int)

Deprecated: Use AccountBalanceUpdate.ProtoReflect.Descriptor instead.

func (*AccountBalanceUpdate) GetAccountCurrency

func (x *AccountBalanceUpdate) GetAccountCurrency() string

func (*AccountBalanceUpdate) GetBalanceAvailableForNewPositions

func (x *AccountBalanceUpdate) GetBalanceAvailableForNewPositions() float64

func (*AccountBalanceUpdate) GetCashBalance

func (x *AccountBalanceUpdate) GetCashBalance() float64

func (*AccountBalanceUpdate) GetDailyNetLossLimit

func (x *AccountBalanceUpdate) GetDailyNetLossLimit() float64

func (*AccountBalanceUpdate) GetDailyProfitLoss

func (x *AccountBalanceUpdate) GetDailyProfitLoss() float64

func (*AccountBalanceUpdate) GetInfoText

func (x *AccountBalanceUpdate) GetInfoText() string

func (*AccountBalanceUpdate) GetMarginRequirement

func (x *AccountBalanceUpdate) GetMarginRequirement() float64

func (*AccountBalanceUpdate) GetMessageNumber

func (x *AccountBalanceUpdate) GetMessageNumber() int32

func (*AccountBalanceUpdate) GetNoAccountBalances

func (x *AccountBalanceUpdate) GetNoAccountBalances() uint32

func (*AccountBalanceUpdate) GetOpenPositionsProfitLoss

func (x *AccountBalanceUpdate) GetOpenPositionsProfitLoss() float64

func (*AccountBalanceUpdate) GetRequestID

func (x *AccountBalanceUpdate) GetRequestID() int32

func (*AccountBalanceUpdate) GetSecuritiesValue

func (x *AccountBalanceUpdate) GetSecuritiesValue() float64

func (*AccountBalanceUpdate) GetTotalNumberMessages

func (x *AccountBalanceUpdate) GetTotalNumberMessages() int32

func (*AccountBalanceUpdate) GetTradeAccount

func (x *AccountBalanceUpdate) GetTradeAccount() string

func (*AccountBalanceUpdate) GetTrailingAccountValueToLimitPositions

func (x *AccountBalanceUpdate) GetTrailingAccountValueToLimitPositions() float64

func (*AccountBalanceUpdate) GetTransactionIdentifier

func (x *AccountBalanceUpdate) GetTransactionIdentifier() uint64

func (*AccountBalanceUpdate) GetUnsolicited

func (x *AccountBalanceUpdate) GetUnsolicited() uint32

func (*AccountBalanceUpdate) ProtoMessage

func (*AccountBalanceUpdate) ProtoMessage()

func (*AccountBalanceUpdate) ProtoReflect

func (x *AccountBalanceUpdate) ProtoReflect() protoreflect.Message

func (*AccountBalanceUpdate) Reset

func (x *AccountBalanceUpdate) Reset()

func (*AccountBalanceUpdate) String

func (x *AccountBalanceUpdate) String() string

type AlertMessage

type AlertMessage struct {
	MessageText  string `protobuf:"bytes,3,opt,name=MessageText,proto3" json:"MessageText,omitempty"`
	TradeAccount string `protobuf:"bytes,4,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*AlertMessage) Descriptor deprecated

func (*AlertMessage) Descriptor() ([]byte, []int)

Deprecated: Use AlertMessage.ProtoReflect.Descriptor instead.

func (*AlertMessage) GetMessageText

func (x *AlertMessage) GetMessageText() string

func (*AlertMessage) GetTradeAccount

func (x *AlertMessage) GetTradeAccount() string

func (*AlertMessage) ProtoMessage

func (*AlertMessage) ProtoMessage()

func (*AlertMessage) ProtoReflect

func (x *AlertMessage) ProtoReflect() protoreflect.Message

func (*AlertMessage) Reset

func (x *AlertMessage) Reset()

func (*AlertMessage) String

func (x *AlertMessage) String() string

type AtBidOrAskEnum

type AtBidOrAskEnum int32

============================================================================

const (
	AtBidOrAskEnum_BID_ASK_UNSET AtBidOrAskEnum = 0
	AtBidOrAskEnum_AT_BID        AtBidOrAskEnum = 1
	AtBidOrAskEnum_AT_ASK        AtBidOrAskEnum = 2
)

func (AtBidOrAskEnum) Descriptor

func (AtBidOrAskEnum) Enum

func (x AtBidOrAskEnum) Enum() *AtBidOrAskEnum

func (AtBidOrAskEnum) EnumDescriptor deprecated

func (AtBidOrAskEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use AtBidOrAskEnum.Descriptor instead.

func (AtBidOrAskEnum) Number

func (AtBidOrAskEnum) String

func (x AtBidOrAskEnum) String() string

func (AtBidOrAskEnum) Type

type AtBidOrAskEnum8

type AtBidOrAskEnum8 int32

============================================================================

const (
	AtBidOrAskEnum8_BID_ASK_UNSET_8 AtBidOrAskEnum8 = 0
	AtBidOrAskEnum8_AT_BID_8        AtBidOrAskEnum8 = 1
	AtBidOrAskEnum8_AT_ASK_8        AtBidOrAskEnum8 = 2
)

func (AtBidOrAskEnum8) Descriptor

func (AtBidOrAskEnum8) Enum

func (x AtBidOrAskEnum8) Enum() *AtBidOrAskEnum8

func (AtBidOrAskEnum8) EnumDescriptor deprecated

func (AtBidOrAskEnum8) EnumDescriptor() ([]byte, []int)

Deprecated: Use AtBidOrAskEnum8.Descriptor instead.

func (AtBidOrAskEnum8) Number

func (AtBidOrAskEnum8) String

func (x AtBidOrAskEnum8) String() string

func (AtBidOrAskEnum8) Type

type BuySellEnum

type BuySellEnum int32

============================================================================

const (
	BuySellEnum_BUY_SELL_UNSET BuySellEnum = 0
	BuySellEnum_BUY            BuySellEnum = 1
	BuySellEnum_SELL           BuySellEnum = 2
)

func (BuySellEnum) Descriptor

func (BuySellEnum) Enum

func (x BuySellEnum) Enum() *BuySellEnum

func (BuySellEnum) EnumDescriptor deprecated

func (BuySellEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use BuySellEnum.Descriptor instead.

func (BuySellEnum) Number

func (x BuySellEnum) Number() protoreflect.EnumNumber

func (BuySellEnum) String

func (x BuySellEnum) String() string

func (BuySellEnum) Type

type CancelOrder

type CancelOrder struct {
	ServerOrderID string `protobuf:"bytes,1,opt,name=ServerOrderID,proto3" json:"ServerOrderID,omitempty"`
	ClientOrderID string `protobuf:"bytes,2,opt,name=ClientOrderID,proto3" json:"ClientOrderID,omitempty"`
	TradeAccount  string `protobuf:"bytes,3,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*CancelOrder) Descriptor deprecated

func (*CancelOrder) Descriptor() ([]byte, []int)

Deprecated: Use CancelOrder.ProtoReflect.Descriptor instead.

func (*CancelOrder) GetClientOrderID

func (x *CancelOrder) GetClientOrderID() string

func (*CancelOrder) GetServerOrderID

func (x *CancelOrder) GetServerOrderID() string

func (*CancelOrder) GetTradeAccount

func (x *CancelOrder) GetTradeAccount() string

func (*CancelOrder) ProtoMessage

func (*CancelOrder) ProtoMessage()

func (*CancelOrder) ProtoReflect

func (x *CancelOrder) ProtoReflect() protoreflect.Message

func (*CancelOrder) Reset

func (x *CancelOrder) Reset()

func (*CancelOrder) String

func (x *CancelOrder) String() string

type CancelReplaceOrder

type CancelReplaceOrder struct {
	ServerOrderID              string          `protobuf:"bytes,1,opt,name=ServerOrderID,proto3" json:"ServerOrderID,omitempty"`
	ClientOrderID              string          `protobuf:"bytes,2,opt,name=ClientOrderID,proto3" json:"ClientOrderID,omitempty"`
	Price1                     float64         `protobuf:"fixed64,3,opt,name=Price1,proto3" json:"Price1,omitempty"`
	Price2                     float64         `protobuf:"fixed64,4,opt,name=Price2,proto3" json:"Price2,omitempty"`
	Quantity                   float64         `protobuf:"fixed64,5,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	Price1IsSet                uint32          `protobuf:"varint,6,opt,name=Price1IsSet,proto3" json:"Price1IsSet,omitempty"`
	Price2IsSet                uint32          `protobuf:"varint,7,opt,name=Price2IsSet,proto3" json:"Price2IsSet,omitempty"`
	TimeInForce                TimeInForceEnum `protobuf:"varint,9,opt,name=TimeInForce,proto3,enum=DTC_PB.TimeInForceEnum" json:"TimeInForce,omitempty"`
	GoodTillDateTime           uint64          `protobuf:"varint,10,opt,name=GoodTillDateTime,proto3" json:"GoodTillDateTime,omitempty"`
	UpdatePrice1OffsetToParent uint32          `protobuf:"varint,11,opt,name=UpdatePrice1OffsetToParent,proto3" json:"UpdatePrice1OffsetToParent,omitempty"`
	TradeAccount               string          `protobuf:"bytes,12,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*CancelReplaceOrder) Descriptor deprecated

func (*CancelReplaceOrder) Descriptor() ([]byte, []int)

Deprecated: Use CancelReplaceOrder.ProtoReflect.Descriptor instead.

func (*CancelReplaceOrder) GetClientOrderID

func (x *CancelReplaceOrder) GetClientOrderID() string

func (*CancelReplaceOrder) GetGoodTillDateTime

func (x *CancelReplaceOrder) GetGoodTillDateTime() uint64

func (*CancelReplaceOrder) GetPrice1

func (x *CancelReplaceOrder) GetPrice1() float64

func (*CancelReplaceOrder) GetPrice1IsSet

func (x *CancelReplaceOrder) GetPrice1IsSet() uint32

func (*CancelReplaceOrder) GetPrice2

func (x *CancelReplaceOrder) GetPrice2() float64

func (*CancelReplaceOrder) GetPrice2IsSet

func (x *CancelReplaceOrder) GetPrice2IsSet() uint32

func (*CancelReplaceOrder) GetQuantity

func (x *CancelReplaceOrder) GetQuantity() float64

func (*CancelReplaceOrder) GetServerOrderID

func (x *CancelReplaceOrder) GetServerOrderID() string

func (*CancelReplaceOrder) GetTimeInForce

func (x *CancelReplaceOrder) GetTimeInForce() TimeInForceEnum

func (*CancelReplaceOrder) GetTradeAccount

func (x *CancelReplaceOrder) GetTradeAccount() string

func (*CancelReplaceOrder) GetUpdatePrice1OffsetToParent

func (x *CancelReplaceOrder) GetUpdatePrice1OffsetToParent() uint32

func (*CancelReplaceOrder) ProtoMessage

func (*CancelReplaceOrder) ProtoMessage()

func (*CancelReplaceOrder) ProtoReflect

func (x *CancelReplaceOrder) ProtoReflect() protoreflect.Message

func (*CancelReplaceOrder) Reset

func (x *CancelReplaceOrder) Reset()

func (*CancelReplaceOrder) String

func (x *CancelReplaceOrder) String() string

type CancelReplaceOrderInt

type CancelReplaceOrderInt struct {
	ServerOrderID              string          `protobuf:"bytes,1,opt,name=ServerOrderID,proto3" json:"ServerOrderID,omitempty"`
	ClientOrderID              string          `protobuf:"bytes,2,opt,name=ClientOrderID,proto3" json:"ClientOrderID,omitempty"`
	Price1                     int64           `protobuf:"varint,3,opt,name=Price1,proto3" json:"Price1,omitempty"`
	Price2                     int64           `protobuf:"varint,4,opt,name=Price2,proto3" json:"Price2,omitempty"`
	Divisor                    float32         `protobuf:"fixed32,5,opt,name=Divisor,proto3" json:"Divisor,omitempty"`
	Quantity                   int64           `protobuf:"varint,6,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	Price1IsSet                uint32          `protobuf:"varint,7,opt,name=Price1IsSet,proto3" json:"Price1IsSet,omitempty"`
	Price2IsSet                uint32          `protobuf:"varint,8,opt,name=Price2IsSet,proto3" json:"Price2IsSet,omitempty"`
	TimeInForce                TimeInForceEnum `protobuf:"varint,10,opt,name=TimeInForce,proto3,enum=DTC_PB.TimeInForceEnum" json:"TimeInForce,omitempty"`
	GoodTillDateTime           uint64          `protobuf:"varint,11,opt,name=GoodTillDateTime,proto3" json:"GoodTillDateTime,omitempty"`
	UpdatePrice1OffsetToParent uint32          `protobuf:"varint,12,opt,name=UpdatePrice1OffsetToParent,proto3" json:"UpdatePrice1OffsetToParent,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*CancelReplaceOrderInt) Descriptor deprecated

func (*CancelReplaceOrderInt) Descriptor() ([]byte, []int)

Deprecated: Use CancelReplaceOrderInt.ProtoReflect.Descriptor instead.

func (*CancelReplaceOrderInt) GetClientOrderID

func (x *CancelReplaceOrderInt) GetClientOrderID() string

func (*CancelReplaceOrderInt) GetDivisor

func (x *CancelReplaceOrderInt) GetDivisor() float32

func (*CancelReplaceOrderInt) GetGoodTillDateTime

func (x *CancelReplaceOrderInt) GetGoodTillDateTime() uint64

func (*CancelReplaceOrderInt) GetPrice1

func (x *CancelReplaceOrderInt) GetPrice1() int64

func (*CancelReplaceOrderInt) GetPrice1IsSet

func (x *CancelReplaceOrderInt) GetPrice1IsSet() uint32

func (*CancelReplaceOrderInt) GetPrice2

func (x *CancelReplaceOrderInt) GetPrice2() int64

func (*CancelReplaceOrderInt) GetPrice2IsSet

func (x *CancelReplaceOrderInt) GetPrice2IsSet() uint32

func (*CancelReplaceOrderInt) GetQuantity

func (x *CancelReplaceOrderInt) GetQuantity() int64

func (*CancelReplaceOrderInt) GetServerOrderID

func (x *CancelReplaceOrderInt) GetServerOrderID() string

func (*CancelReplaceOrderInt) GetTimeInForce

func (x *CancelReplaceOrderInt) GetTimeInForce() TimeInForceEnum

func (*CancelReplaceOrderInt) GetUpdatePrice1OffsetToParent

func (x *CancelReplaceOrderInt) GetUpdatePrice1OffsetToParent() uint32

func (*CancelReplaceOrderInt) ProtoMessage

func (*CancelReplaceOrderInt) ProtoMessage()

func (*CancelReplaceOrderInt) ProtoReflect

func (x *CancelReplaceOrderInt) ProtoReflect() protoreflect.Message

func (*CancelReplaceOrderInt) Reset

func (x *CancelReplaceOrderInt) Reset()

func (*CancelReplaceOrderInt) String

func (x *CancelReplaceOrderInt) String() string

type CurrentPositionsReject

type CurrentPositionsReject struct {
	RequestID  int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RejectText string `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*CurrentPositionsReject) Descriptor deprecated

func (*CurrentPositionsReject) Descriptor() ([]byte, []int)

Deprecated: Use CurrentPositionsReject.ProtoReflect.Descriptor instead.

func (*CurrentPositionsReject) GetRejectText

func (x *CurrentPositionsReject) GetRejectText() string

func (*CurrentPositionsReject) GetRequestID

func (x *CurrentPositionsReject) GetRequestID() int32

func (*CurrentPositionsReject) ProtoMessage

func (*CurrentPositionsReject) ProtoMessage()

func (*CurrentPositionsReject) ProtoReflect

func (x *CurrentPositionsReject) ProtoReflect() protoreflect.Message

func (*CurrentPositionsReject) Reset

func (x *CurrentPositionsReject) Reset()

func (*CurrentPositionsReject) String

func (x *CurrentPositionsReject) String() string

type CurrentPositionsRequest

type CurrentPositionsRequest struct {
	RequestID    int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	TradeAccount string `protobuf:"bytes,2,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*CurrentPositionsRequest) Descriptor deprecated

func (*CurrentPositionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use CurrentPositionsRequest.ProtoReflect.Descriptor instead.

func (*CurrentPositionsRequest) GetRequestID

func (x *CurrentPositionsRequest) GetRequestID() int32

func (*CurrentPositionsRequest) GetTradeAccount

func (x *CurrentPositionsRequest) GetTradeAccount() string

func (*CurrentPositionsRequest) ProtoMessage

func (*CurrentPositionsRequest) ProtoMessage()

func (*CurrentPositionsRequest) ProtoReflect

func (x *CurrentPositionsRequest) ProtoReflect() protoreflect.Message

func (*CurrentPositionsRequest) Reset

func (x *CurrentPositionsRequest) Reset()

func (*CurrentPositionsRequest) String

func (x *CurrentPositionsRequest) String() string

type DTCMessageType

type DTCMessageType int32
const (
	DTCMessageType_MESSAGE_TYPE_UNSET DTCMessageType = 0
	// Authentication and connection monitoring
	DTCMessageType_LOGON_REQUEST     DTCMessageType = 1
	DTCMessageType_LOGON_RESPONSE    DTCMessageType = 2
	DTCMessageType_HEARTBEAT         DTCMessageType = 3
	DTCMessageType_LOGOFF            DTCMessageType = 5
	DTCMessageType_ENCODING_REQUEST  DTCMessageType = 6
	DTCMessageType_ENCODING_RESPONSE DTCMessageType = 7
	// Market data
	DTCMessageType_MARKET_DATA_REQUEST                                 DTCMessageType = 101
	DTCMessageType_MARKET_DATA_REJECT                                  DTCMessageType = 103
	DTCMessageType_MARKET_DATA_SNAPSHOT                                DTCMessageType = 104
	DTCMessageType_MARKET_DATA_SNAPSHOT_INT                            DTCMessageType = 125
	DTCMessageType_MARKET_DATA_UPDATE_TRADE                            DTCMessageType = 107
	DTCMessageType_MARKET_DATA_UPDATE_TRADE_COMPACT                    DTCMessageType = 112
	DTCMessageType_MARKET_DATA_UPDATE_TRADE_INT                        DTCMessageType = 126
	DTCMessageType_MARKET_DATA_UPDATE_LAST_TRADE_SNAPSHOT              DTCMessageType = 134
	DTCMessageType_MARKET_DATA_UPDATE_TRADE_WITH_UNBUNDLED_INDICATOR   DTCMessageType = 137
	DTCMessageType_MARKET_DATA_UPDATE_TRADE_WITH_UNBUNDLED_INDICATOR_2 DTCMessageType = 146
	DTCMessageType_MARKET_DATA_UPDATE_TRADE_NO_TIMESTAMP               DTCMessageType = 142
	DTCMessageType_MARKET_DATA_UPDATE_BID_ASK                          DTCMessageType = 108
	DTCMessageType_MARKET_DATA_UPDATE_BID_ASK_COMPACT                  DTCMessageType = 117
	DTCMessageType_MARKET_DATA_UPDATE_BID_ASK_NO_TIMESTAMP             DTCMessageType = 143
	DTCMessageType_MARKET_DATA_UPDATE_BID_ASK_INT                      DTCMessageType = 127
	DTCMessageType_MARKET_DATA_UPDATE_SESSION_OPEN                     DTCMessageType = 120
	DTCMessageType_MARKET_DATA_UPDATE_SESSION_OPEN_INT                 DTCMessageType = 128
	DTCMessageType_MARKET_DATA_UPDATE_SESSION_HIGH                     DTCMessageType = 114
	DTCMessageType_MARKET_DATA_UPDATE_SESSION_HIGH_INT                 DTCMessageType = 129
	DTCMessageType_MARKET_DATA_UPDATE_SESSION_LOW                      DTCMessageType = 115
	DTCMessageType_MARKET_DATA_UPDATE_SESSION_LOW_INT                  DTCMessageType = 130
	DTCMessageType_MARKET_DATA_UPDATE_SESSION_VOLUME                   DTCMessageType = 113
	DTCMessageType_MARKET_DATA_UPDATE_OPEN_INTEREST                    DTCMessageType = 124
	DTCMessageType_MARKET_DATA_UPDATE_SESSION_SETTLEMENT               DTCMessageType = 119
	DTCMessageType_MARKET_DATA_UPDATE_SESSION_SETTLEMENT_INT           DTCMessageType = 131
	DTCMessageType_MARKET_DATA_UPDATE_SESSION_NUM_TRADES               DTCMessageType = 135
	DTCMessageType_MARKET_DATA_UPDATE_TRADING_SESSION_DATE             DTCMessageType = 136
	DTCMessageType_MARKET_DEPTH_REQUEST                                DTCMessageType = 102
	DTCMessageType_MARKET_DEPTH_REJECT                                 DTCMessageType = 121
	DTCMessageType_MARKET_DEPTH_SNAPSHOT_LEVEL                         DTCMessageType = 122
	DTCMessageType_MARKET_DEPTH_SNAPSHOT_LEVEL_INT                     DTCMessageType = 132
	DTCMessageType_MARKET_DEPTH_SNAPSHOT_LEVEL_FLOAT                   DTCMessageType = 145
	DTCMessageType_MARKET_DEPTH_UPDATE_LEVEL                           DTCMessageType = 106
	DTCMessageType_MARKET_DEPTH_UPDATE_LEVEL_FLOAT_WITH_MILLISECONDS   DTCMessageType = 140
	DTCMessageType_MARKET_DEPTH_UPDATE_LEVEL_NO_TIMESTAMP              DTCMessageType = 141
	DTCMessageType_MARKET_DEPTH_UPDATE_LEVEL_INT                       DTCMessageType = 133
	DTCMessageType_MARKET_DATA_FEED_STATUS                             DTCMessageType = 100
	DTCMessageType_MARKET_DATA_FEED_SYMBOL_STATUS                      DTCMessageType = 116
	DTCMessageType_TRADING_SYMBOL_STATUS                               DTCMessageType = 138
	// Order entry and modification
	DTCMessageType_SUBMIT_NEW_SINGLE_ORDER       DTCMessageType = 208
	DTCMessageType_SUBMIT_NEW_SINGLE_ORDER_INT   DTCMessageType = 206
	DTCMessageType_SUBMIT_NEW_OCO_ORDER          DTCMessageType = 201
	DTCMessageType_SUBMIT_NEW_OCO_ORDER_INT      DTCMessageType = 207
	DTCMessageType_SUBMIT_FLATTEN_POSITION_ORDER DTCMessageType = 209
	DTCMessageType_CANCEL_ORDER                  DTCMessageType = 203
	DTCMessageType_CANCEL_REPLACE_ORDER          DTCMessageType = 204
	DTCMessageType_CANCEL_REPLACE_ORDER_INT      DTCMessageType = 205
	// Trading related
	DTCMessageType_OPEN_ORDERS_REQUEST            DTCMessageType = 300
	DTCMessageType_OPEN_ORDERS_REJECT             DTCMessageType = 302
	DTCMessageType_ORDER_UPDATE                   DTCMessageType = 301
	DTCMessageType_HISTORICAL_ORDER_FILLS_REQUEST DTCMessageType = 303
	DTCMessageType_HISTORICAL_ORDER_FILL_RESPONSE DTCMessageType = 304
	DTCMessageType_HISTORICAL_ORDER_FILLS_REJECT  DTCMessageType = 308
	DTCMessageType_CURRENT_POSITIONS_REQUEST      DTCMessageType = 305
	DTCMessageType_CURRENT_POSITIONS_REJECT       DTCMessageType = 307
	DTCMessageType_POSITION_UPDATE                DTCMessageType = 306
	// Account list
	DTCMessageType_TRADE_ACCOUNTS_REQUEST DTCMessageType = 400
	DTCMessageType_TRADE_ACCOUNT_RESPONSE DTCMessageType = 401
	// Symbol discovery and security definitions
	DTCMessageType_EXCHANGE_LIST_REQUEST                   DTCMessageType = 500
	DTCMessageType_EXCHANGE_LIST_RESPONSE                  DTCMessageType = 501
	DTCMessageType_SYMBOLS_FOR_EXCHANGE_REQUEST            DTCMessageType = 502
	DTCMessageType_UNDERLYING_SYMBOLS_FOR_EXCHANGE_REQUEST DTCMessageType = 503
	DTCMessageType_SYMBOLS_FOR_UNDERLYING_REQUEST          DTCMessageType = 504
	DTCMessageType_SECURITY_DEFINITION_FOR_SYMBOL_REQUEST  DTCMessageType = 506
	DTCMessageType_SECURITY_DEFINITION_RESPONSE            DTCMessageType = 507
	DTCMessageType_SYMBOL_SEARCH_REQUEST                   DTCMessageType = 508
	DTCMessageType_SECURITY_DEFINITION_REJECT              DTCMessageType = 509
	// Account balance
	DTCMessageType_ACCOUNT_BALANCE_REQUEST             DTCMessageType = 601
	DTCMessageType_ACCOUNT_BALANCE_REJECT              DTCMessageType = 602
	DTCMessageType_ACCOUNT_BALANCE_UPDATE              DTCMessageType = 600
	DTCMessageType_ACCOUNT_BALANCE_ADJUSTMENT          DTCMessageType = 607
	DTCMessageType_ACCOUNT_BALANCE_ADJUSTMENT_REJECT   DTCMessageType = 608
	DTCMessageType_ACCOUNT_BALANCE_ADJUSTMENT_COMPLETE DTCMessageType = 609
	DTCMessageType_HISTORICAL_ACCOUNT_BALANCES_REQUEST DTCMessageType = 603
	DTCMessageType_HISTORICAL_ACCOUNT_BALANCES_REJECT  DTCMessageType = 604
	DTCMessageType_HISTORICAL_ACCOUNT_BALANCE_RESPONSE DTCMessageType = 605
	// Logging
	DTCMessageType_USER_MESSAGE            DTCMessageType = 700
	DTCMessageType_GENERAL_LOG_MESSAGE     DTCMessageType = 701
	DTCMessageType_ALERT_MESSAGE           DTCMessageType = 702
	DTCMessageType_JOURNAL_ENTRY_ADD       DTCMessageType = 703
	DTCMessageType_JOURNAL_ENTRIES_REQUEST DTCMessageType = 704
	DTCMessageType_JOURNAL_ENTRIES_REJECT  DTCMessageType = 705
	DTCMessageType_JOURNAL_ENTRY_RESPONSE  DTCMessageType = 706
	// Historical price data
	DTCMessageType_HISTORICAL_PRICE_DATA_REQUEST                  DTCMessageType = 800
	DTCMessageType_HISTORICAL_PRICE_DATA_RESPONSE_HEADER          DTCMessageType = 801
	DTCMessageType_HISTORICAL_PRICE_DATA_REJECT                   DTCMessageType = 802
	DTCMessageType_HISTORICAL_PRICE_DATA_RECORD_RESPONSE          DTCMessageType = 803
	DTCMessageType_HISTORICAL_PRICE_DATA_TICK_RECORD_RESPONSE     DTCMessageType = 804
	DTCMessageType_HISTORICAL_PRICE_DATA_RECORD_RESPONSE_INT      DTCMessageType = 805
	DTCMessageType_HISTORICAL_PRICE_DATA_TICK_RECORD_RESPONSE_INT DTCMessageType = 806
	DTCMessageType_HISTORICAL_PRICE_DATA_RESPONSE_TRAILER         DTCMessageType = 807
	// Historical market depth data
	DTCMessageType_HISTORICAL_MARKET_DEPTH_DATA_REQUEST         DTCMessageType = 900
	DTCMessageType_HISTORICAL_MARKET_DEPTH_DATA_RESPONSE_HEADER DTCMessageType = 901
	DTCMessageType_HISTORICAL_MARKET_DEPTH_DATA_REJECT          DTCMessageType = 902
	DTCMessageType_HISTORICAL_MARKET_DEPTH_DATA_RECORD_RESPONSE DTCMessageType = 903
)

func (DTCMessageType) Descriptor

func (DTCMessageType) Enum

func (x DTCMessageType) Enum() *DTCMessageType

func (DTCMessageType) EnumDescriptor deprecated

func (DTCMessageType) EnumDescriptor() ([]byte, []int)

Deprecated: Use DTCMessageType.Descriptor instead.

func (DTCMessageType) Number

func (DTCMessageType) String

func (x DTCMessageType) String() string

func (DTCMessageType) Type

type DTCVersion

type DTCVersion int32

============================================================================ DTC protocol version

const (
	DTCVersion_DTC_VERSION_UNSET DTCVersion = 0
	DTCVersion_CURRENT_VERSION   DTCVersion = 8
)

func (DTCVersion) Descriptor

func (DTCVersion) Descriptor() protoreflect.EnumDescriptor

func (DTCVersion) Enum

func (x DTCVersion) Enum() *DTCVersion

func (DTCVersion) EnumDescriptor deprecated

func (DTCVersion) EnumDescriptor() ([]byte, []int)

Deprecated: Use DTCVersion.Descriptor instead.

func (DTCVersion) Number

func (x DTCVersion) Number() protoreflect.EnumNumber

func (DTCVersion) String

func (x DTCVersion) String() string

func (DTCVersion) Type

type EncodingEnum

type EncodingEnum int32

============================================================================

const (
	EncodingEnum_BINARY_ENCODING                     EncodingEnum = 0
	EncodingEnum_BINARY_WITH_VARIABLE_LENGTH_STRINGS EncodingEnum = 1
	EncodingEnum_JSON_ENCODING                       EncodingEnum = 2
	EncodingEnum_JSON_COMPACT_ENCODING               EncodingEnum = 3
	EncodingEnum_PROTOCOL_BUFFERS                    EncodingEnum = 4
)

func (EncodingEnum) Descriptor

func (EncodingEnum) Enum

func (x EncodingEnum) Enum() *EncodingEnum

func (EncodingEnum) EnumDescriptor deprecated

func (EncodingEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use EncodingEnum.Descriptor instead.

func (EncodingEnum) Number

func (EncodingEnum) String

func (x EncodingEnum) String() string

func (EncodingEnum) Type

type EncodingRequest

type EncodingRequest struct {
	ProtocolVersion int32        `protobuf:"varint,1,opt,name=ProtocolVersion,proto3" json:"ProtocolVersion,omitempty"`
	Encoding        EncodingEnum `protobuf:"varint,2,opt,name=Encoding,proto3,enum=DTC_PB.EncodingEnum" json:"Encoding,omitempty"`
	ProtocolType    string       `protobuf:"bytes,3,opt,name=ProtocolType,proto3" json:"ProtocolType,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*EncodingRequest) Descriptor deprecated

func (*EncodingRequest) Descriptor() ([]byte, []int)

Deprecated: Use EncodingRequest.ProtoReflect.Descriptor instead.

func (*EncodingRequest) GetEncoding

func (x *EncodingRequest) GetEncoding() EncodingEnum

func (*EncodingRequest) GetProtocolType

func (x *EncodingRequest) GetProtocolType() string

func (*EncodingRequest) GetProtocolVersion

func (x *EncodingRequest) GetProtocolVersion() int32

func (*EncodingRequest) ProtoMessage

func (*EncodingRequest) ProtoMessage()

func (*EncodingRequest) ProtoReflect

func (x *EncodingRequest) ProtoReflect() protoreflect.Message

func (*EncodingRequest) Reset

func (x *EncodingRequest) Reset()

func (*EncodingRequest) String

func (x *EncodingRequest) String() string

type EncodingResponse

type EncodingResponse struct {
	ProtocolVersion int32        `protobuf:"varint,1,opt,name=ProtocolVersion,proto3" json:"ProtocolVersion,omitempty"`
	Encoding        EncodingEnum `protobuf:"varint,2,opt,name=Encoding,proto3,enum=DTC_PB.EncodingEnum" json:"Encoding,omitempty"`
	ProtocolType    string       `protobuf:"bytes,3,opt,name=ProtocolType,proto3" json:"ProtocolType,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*EncodingResponse) Descriptor deprecated

func (*EncodingResponse) Descriptor() ([]byte, []int)

Deprecated: Use EncodingResponse.ProtoReflect.Descriptor instead.

func (*EncodingResponse) GetEncoding

func (x *EncodingResponse) GetEncoding() EncodingEnum

func (*EncodingResponse) GetProtocolType

func (x *EncodingResponse) GetProtocolType() string

func (*EncodingResponse) GetProtocolVersion

func (x *EncodingResponse) GetProtocolVersion() int32

func (*EncodingResponse) ProtoMessage

func (*EncodingResponse) ProtoMessage()

func (*EncodingResponse) ProtoReflect

func (x *EncodingResponse) ProtoReflect() protoreflect.Message

func (*EncodingResponse) Reset

func (x *EncodingResponse) Reset()

func (*EncodingResponse) String

func (x *EncodingResponse) String() string

type ExchangeListRequest

type ExchangeListRequest struct {
	RequestID int32 `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*ExchangeListRequest) Descriptor deprecated

func (*ExchangeListRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExchangeListRequest.ProtoReflect.Descriptor instead.

func (*ExchangeListRequest) GetRequestID

func (x *ExchangeListRequest) GetRequestID() int32

func (*ExchangeListRequest) ProtoMessage

func (*ExchangeListRequest) ProtoMessage()

func (*ExchangeListRequest) ProtoReflect

func (x *ExchangeListRequest) ProtoReflect() protoreflect.Message

func (*ExchangeListRequest) Reset

func (x *ExchangeListRequest) Reset()

func (*ExchangeListRequest) String

func (x *ExchangeListRequest) String() string

type ExchangeListResponse

type ExchangeListResponse struct {
	RequestID      int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	Exchange       string `protobuf:"bytes,2,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	IsFinalMessage uint32 `protobuf:"varint,3,opt,name=IsFinalMessage,proto3" json:"IsFinalMessage,omitempty"`
	Description    string `protobuf:"bytes,4,opt,name=Description,proto3" json:"Description,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*ExchangeListResponse) Descriptor deprecated

func (*ExchangeListResponse) Descriptor() ([]byte, []int)

Deprecated: Use ExchangeListResponse.ProtoReflect.Descriptor instead.

func (*ExchangeListResponse) GetDescription

func (x *ExchangeListResponse) GetDescription() string

func (*ExchangeListResponse) GetExchange

func (x *ExchangeListResponse) GetExchange() string

func (*ExchangeListResponse) GetIsFinalMessage

func (x *ExchangeListResponse) GetIsFinalMessage() uint32

func (*ExchangeListResponse) GetRequestID

func (x *ExchangeListResponse) GetRequestID() int32

func (*ExchangeListResponse) ProtoMessage

func (*ExchangeListResponse) ProtoMessage()

func (*ExchangeListResponse) ProtoReflect

func (x *ExchangeListResponse) ProtoReflect() protoreflect.Message

func (*ExchangeListResponse) Reset

func (x *ExchangeListResponse) Reset()

func (*ExchangeListResponse) String

func (x *ExchangeListResponse) String() string

type FinalUpdateInBatchEnum

type FinalUpdateInBatchEnum int32

============================================================================

const (
	FinalUpdateInBatchEnum_FINAL_UPDATE_UNSET       FinalUpdateInBatchEnum = 0
	FinalUpdateInBatchEnum_FINAL_UPDATE_TRUE        FinalUpdateInBatchEnum = 1
	FinalUpdateInBatchEnum_FINAL_UPDATE_FALSE       FinalUpdateInBatchEnum = 2
	FinalUpdateInBatchEnum_FINAL_UPDATE_BEGIN_BATCH FinalUpdateInBatchEnum = 3
)

func (FinalUpdateInBatchEnum) Descriptor

func (FinalUpdateInBatchEnum) Enum

func (FinalUpdateInBatchEnum) EnumDescriptor deprecated

func (FinalUpdateInBatchEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use FinalUpdateInBatchEnum.Descriptor instead.

func (FinalUpdateInBatchEnum) Number

func (FinalUpdateInBatchEnum) String

func (x FinalUpdateInBatchEnum) String() string

func (FinalUpdateInBatchEnum) Type

type GeneralLogMessage

type GeneralLogMessage struct {
	MessageText string `protobuf:"bytes,3,opt,name=MessageText,proto3" json:"MessageText,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*GeneralLogMessage) Descriptor deprecated

func (*GeneralLogMessage) Descriptor() ([]byte, []int)

Deprecated: Use GeneralLogMessage.ProtoReflect.Descriptor instead.

func (*GeneralLogMessage) GetMessageText

func (x *GeneralLogMessage) GetMessageText() string

func (*GeneralLogMessage) ProtoMessage

func (*GeneralLogMessage) ProtoMessage()

func (*GeneralLogMessage) ProtoReflect

func (x *GeneralLogMessage) ProtoReflect() protoreflect.Message

func (*GeneralLogMessage) Reset

func (x *GeneralLogMessage) Reset()

func (*GeneralLogMessage) String

func (x *GeneralLogMessage) String() string

type Heartbeat

type Heartbeat struct {
	NumDroppedMessages uint32 `protobuf:"varint,1,opt,name=NumDroppedMessages,proto3" json:"NumDroppedMessages,omitempty"`
	CurrentDateTime    int64  `protobuf:"fixed64,2,opt,name=CurrentDateTime,proto3" json:"CurrentDateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*Heartbeat) Descriptor deprecated

func (*Heartbeat) Descriptor() ([]byte, []int)

Deprecated: Use Heartbeat.ProtoReflect.Descriptor instead.

func (*Heartbeat) GetCurrentDateTime

func (x *Heartbeat) GetCurrentDateTime() int64

func (*Heartbeat) GetNumDroppedMessages

func (x *Heartbeat) GetNumDroppedMessages() uint32

func (*Heartbeat) ProtoMessage

func (*Heartbeat) ProtoMessage()

func (*Heartbeat) ProtoReflect

func (x *Heartbeat) ProtoReflect() protoreflect.Message

func (*Heartbeat) Reset

func (x *Heartbeat) Reset()

func (*Heartbeat) String

func (x *Heartbeat) String() string

type HistoricalAccountBalanceResponse

type HistoricalAccountBalanceResponse struct {
	RequestID         int32   `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	DateTime          float64 `protobuf:"fixed64,2,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	CashBalance       float64 `protobuf:"fixed64,3,opt,name=CashBalance,proto3" json:"CashBalance,omitempty"`
	AccountCurrency   string  `protobuf:"bytes,4,opt,name=AccountCurrency,proto3" json:"AccountCurrency,omitempty"`
	TradeAccount      string  `protobuf:"bytes,5,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	IsFinalResponse   uint32  `protobuf:"varint,6,opt,name=IsFinalResponse,proto3" json:"IsFinalResponse,omitempty"`
	NoAccountBalances uint32  `protobuf:"varint,7,opt,name=NoAccountBalances,proto3" json:"NoAccountBalances,omitempty"`
	InfoText          string  `protobuf:"bytes,8,opt,name=InfoText,proto3" json:"InfoText,omitempty"`
	TransactionId     string  `protobuf:"bytes,9,opt,name=TransactionId,proto3" json:"TransactionId,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalAccountBalanceResponse) Descriptor deprecated

func (*HistoricalAccountBalanceResponse) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalAccountBalanceResponse.ProtoReflect.Descriptor instead.

func (*HistoricalAccountBalanceResponse) GetAccountCurrency

func (x *HistoricalAccountBalanceResponse) GetAccountCurrency() string

func (*HistoricalAccountBalanceResponse) GetCashBalance

func (x *HistoricalAccountBalanceResponse) GetCashBalance() float64

func (*HistoricalAccountBalanceResponse) GetDateTime

func (x *HistoricalAccountBalanceResponse) GetDateTime() float64

func (*HistoricalAccountBalanceResponse) GetInfoText

func (x *HistoricalAccountBalanceResponse) GetInfoText() string

func (*HistoricalAccountBalanceResponse) GetIsFinalResponse

func (x *HistoricalAccountBalanceResponse) GetIsFinalResponse() uint32

func (*HistoricalAccountBalanceResponse) GetNoAccountBalances

func (x *HistoricalAccountBalanceResponse) GetNoAccountBalances() uint32

func (*HistoricalAccountBalanceResponse) GetRequestID

func (x *HistoricalAccountBalanceResponse) GetRequestID() int32

func (*HistoricalAccountBalanceResponse) GetTradeAccount

func (x *HistoricalAccountBalanceResponse) GetTradeAccount() string

func (*HistoricalAccountBalanceResponse) GetTransactionId

func (x *HistoricalAccountBalanceResponse) GetTransactionId() string

func (*HistoricalAccountBalanceResponse) ProtoMessage

func (*HistoricalAccountBalanceResponse) ProtoMessage()

func (*HistoricalAccountBalanceResponse) ProtoReflect

func (*HistoricalAccountBalanceResponse) Reset

func (*HistoricalAccountBalanceResponse) String

type HistoricalAccountBalancesReject

type HistoricalAccountBalancesReject struct {
	RequestID  int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RejectText string `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalAccountBalancesReject) Descriptor deprecated

func (*HistoricalAccountBalancesReject) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalAccountBalancesReject.ProtoReflect.Descriptor instead.

func (*HistoricalAccountBalancesReject) GetRejectText

func (x *HistoricalAccountBalancesReject) GetRejectText() string

func (*HistoricalAccountBalancesReject) GetRequestID

func (x *HistoricalAccountBalancesReject) GetRequestID() int32

func (*HistoricalAccountBalancesReject) ProtoMessage

func (*HistoricalAccountBalancesReject) ProtoMessage()

func (*HistoricalAccountBalancesReject) ProtoReflect

func (*HistoricalAccountBalancesReject) Reset

func (*HistoricalAccountBalancesReject) String

type HistoricalAccountBalancesRequest

type HistoricalAccountBalancesRequest struct {
	RequestID     int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	TradeAccount  string `protobuf:"bytes,2,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	StartDateTime int64  `protobuf:"fixed64,3,opt,name=StartDateTime,proto3" json:"StartDateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalAccountBalancesRequest) Descriptor deprecated

func (*HistoricalAccountBalancesRequest) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalAccountBalancesRequest.ProtoReflect.Descriptor instead.

func (*HistoricalAccountBalancesRequest) GetRequestID

func (x *HistoricalAccountBalancesRequest) GetRequestID() int32

func (*HistoricalAccountBalancesRequest) GetStartDateTime

func (x *HistoricalAccountBalancesRequest) GetStartDateTime() int64

func (*HistoricalAccountBalancesRequest) GetTradeAccount

func (x *HistoricalAccountBalancesRequest) GetTradeAccount() string

func (*HistoricalAccountBalancesRequest) ProtoMessage

func (*HistoricalAccountBalancesRequest) ProtoMessage()

func (*HistoricalAccountBalancesRequest) ProtoReflect

func (*HistoricalAccountBalancesRequest) Reset

func (*HistoricalAccountBalancesRequest) String

type HistoricalDataIntervalEnum

type HistoricalDataIntervalEnum int32

============================================================================

const (
	HistoricalDataIntervalEnum_INTERVAL_TICK       HistoricalDataIntervalEnum = 0
	HistoricalDataIntervalEnum_INTERVAL_1_SECOND   HistoricalDataIntervalEnum = 1
	HistoricalDataIntervalEnum_INTERVAL_2_SECONDS  HistoricalDataIntervalEnum = 2
	HistoricalDataIntervalEnum_INTERVAL_4_SECONDS  HistoricalDataIntervalEnum = 4
	HistoricalDataIntervalEnum_INTERVAL_5_SECONDS  HistoricalDataIntervalEnum = 5
	HistoricalDataIntervalEnum_INTERVAL_10_SECONDS HistoricalDataIntervalEnum = 10
	HistoricalDataIntervalEnum_INTERVAL_30_SECONDS HistoricalDataIntervalEnum = 30
	HistoricalDataIntervalEnum_INTERVAL_1_MINUTE   HistoricalDataIntervalEnum = 60
	HistoricalDataIntervalEnum_INTERVAL_5_MINUTE   HistoricalDataIntervalEnum = 300
	HistoricalDataIntervalEnum_INTERVAL_10_MINUTE  HistoricalDataIntervalEnum = 600
	HistoricalDataIntervalEnum_INTERVAL_15_MINUTE  HistoricalDataIntervalEnum = 900
	HistoricalDataIntervalEnum_INTERVAL_30_MINUTE  HistoricalDataIntervalEnum = 1800
	HistoricalDataIntervalEnum_INTERVAL_1_HOUR     HistoricalDataIntervalEnum = 3600
	HistoricalDataIntervalEnum_INTERVAL_2_HOURS    HistoricalDataIntervalEnum = 7200
	HistoricalDataIntervalEnum_INTERVAL_1_DAY      HistoricalDataIntervalEnum = 86400
	HistoricalDataIntervalEnum_INTERVAL_1_WEEK     HistoricalDataIntervalEnum = 604800
)

func (HistoricalDataIntervalEnum) Descriptor

func (HistoricalDataIntervalEnum) Enum

func (HistoricalDataIntervalEnum) EnumDescriptor deprecated

func (HistoricalDataIntervalEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use HistoricalDataIntervalEnum.Descriptor instead.

func (HistoricalDataIntervalEnum) Number

func (HistoricalDataIntervalEnum) String

func (HistoricalDataIntervalEnum) Type

type HistoricalMarketDepthDataRecordResponse

type HistoricalMarketDepthDataRecordResponse struct {
	RequestID     int32   `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	StartDateTime int64   `protobuf:"varint,2,opt,name=StartDateTime,proto3" json:"StartDateTime,omitempty"`
	Command       uint32  `protobuf:"varint,3,opt,name=Command,proto3" json:"Command,omitempty"`
	Flags         uint32  `protobuf:"varint,4,opt,name=Flags,proto3" json:"Flags,omitempty"`
	NumOrders     uint32  `protobuf:"varint,5,opt,name=NumOrders,proto3" json:"NumOrders,omitempty"`
	Price         float32 `protobuf:"fixed32,6,opt,name=Price,proto3" json:"Price,omitempty"`
	Quantity      uint32  `protobuf:"varint,7,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	IsFinalRecord uint32  `protobuf:"varint,8,opt,name=IsFinalRecord,proto3" json:"IsFinalRecord,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalMarketDepthDataRecordResponse) Descriptor deprecated

func (*HistoricalMarketDepthDataRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalMarketDepthDataRecordResponse.ProtoReflect.Descriptor instead.

func (*HistoricalMarketDepthDataRecordResponse) GetCommand

func (*HistoricalMarketDepthDataRecordResponse) GetFlags

func (*HistoricalMarketDepthDataRecordResponse) GetIsFinalRecord

func (x *HistoricalMarketDepthDataRecordResponse) GetIsFinalRecord() uint32

func (*HistoricalMarketDepthDataRecordResponse) GetNumOrders

func (*HistoricalMarketDepthDataRecordResponse) GetPrice

func (*HistoricalMarketDepthDataRecordResponse) GetQuantity

func (*HistoricalMarketDepthDataRecordResponse) GetRequestID

func (*HistoricalMarketDepthDataRecordResponse) GetStartDateTime

func (x *HistoricalMarketDepthDataRecordResponse) GetStartDateTime() int64

func (*HistoricalMarketDepthDataRecordResponse) ProtoMessage

func (*HistoricalMarketDepthDataRecordResponse) ProtoReflect

func (*HistoricalMarketDepthDataRecordResponse) Reset

func (*HistoricalMarketDepthDataRecordResponse) String

type HistoricalMarketDepthDataReject

type HistoricalMarketDepthDataReject struct {
	RequestID        int32                                   `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RejectText       string                                  `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	RejectReasonCode HistoricalPriceDataRejectReasonCodeEnum `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalMarketDepthDataReject) Descriptor deprecated

func (*HistoricalMarketDepthDataReject) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalMarketDepthDataReject.ProtoReflect.Descriptor instead.

func (*HistoricalMarketDepthDataReject) GetRejectReasonCode

func (*HistoricalMarketDepthDataReject) GetRejectText

func (x *HistoricalMarketDepthDataReject) GetRejectText() string

func (*HistoricalMarketDepthDataReject) GetRequestID

func (x *HistoricalMarketDepthDataReject) GetRequestID() int32

func (*HistoricalMarketDepthDataReject) ProtoMessage

func (*HistoricalMarketDepthDataReject) ProtoMessage()

func (*HistoricalMarketDepthDataReject) ProtoReflect

func (*HistoricalMarketDepthDataReject) Reset

func (*HistoricalMarketDepthDataReject) String

type HistoricalMarketDepthDataRequest

type HistoricalMarketDepthDataRequest struct {
	RequestID          int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	Symbol             string `protobuf:"bytes,2,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange           string `protobuf:"bytes,3,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	StartDateTime      int64  `protobuf:"varint,4,opt,name=StartDateTime,proto3" json:"StartDateTime,omitempty"`
	EndDateTime        int64  `protobuf:"varint,5,opt,name=EndDateTime,proto3" json:"EndDateTime,omitempty"`
	UseZLibCompression uint32 `protobuf:"varint,6,opt,name=UseZLibCompression,proto3" json:"UseZLibCompression,omitempty"`
	Integer_1          uint32 `protobuf:"varint,7,opt,name=Integer_1,json=Integer1,proto3" json:"Integer_1,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalMarketDepthDataRequest) Descriptor deprecated

func (*HistoricalMarketDepthDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalMarketDepthDataRequest.ProtoReflect.Descriptor instead.

func (*HistoricalMarketDepthDataRequest) GetEndDateTime

func (x *HistoricalMarketDepthDataRequest) GetEndDateTime() int64

func (*HistoricalMarketDepthDataRequest) GetExchange

func (x *HistoricalMarketDepthDataRequest) GetExchange() string

func (*HistoricalMarketDepthDataRequest) GetInteger_1

func (x *HistoricalMarketDepthDataRequest) GetInteger_1() uint32

func (*HistoricalMarketDepthDataRequest) GetRequestID

func (x *HistoricalMarketDepthDataRequest) GetRequestID() int32

func (*HistoricalMarketDepthDataRequest) GetStartDateTime

func (x *HistoricalMarketDepthDataRequest) GetStartDateTime() int64

func (*HistoricalMarketDepthDataRequest) GetSymbol

func (*HistoricalMarketDepthDataRequest) GetUseZLibCompression

func (x *HistoricalMarketDepthDataRequest) GetUseZLibCompression() uint32

func (*HistoricalMarketDepthDataRequest) ProtoMessage

func (*HistoricalMarketDepthDataRequest) ProtoMessage()

func (*HistoricalMarketDepthDataRequest) ProtoReflect

func (*HistoricalMarketDepthDataRequest) Reset

func (*HistoricalMarketDepthDataRequest) String

type HistoricalMarketDepthDataResponseHeader

type HistoricalMarketDepthDataResponseHeader struct {
	RequestID          int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	UseZLibCompression uint32 `protobuf:"varint,2,opt,name=UseZLibCompression,proto3" json:"UseZLibCompression,omitempty"`
	NoRecordsToReturn  uint32 `protobuf:"varint,3,opt,name=NoRecordsToReturn,proto3" json:"NoRecordsToReturn,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalMarketDepthDataResponseHeader) Descriptor deprecated

func (*HistoricalMarketDepthDataResponseHeader) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalMarketDepthDataResponseHeader.ProtoReflect.Descriptor instead.

func (*HistoricalMarketDepthDataResponseHeader) GetNoRecordsToReturn

func (x *HistoricalMarketDepthDataResponseHeader) GetNoRecordsToReturn() uint32

func (*HistoricalMarketDepthDataResponseHeader) GetRequestID

func (*HistoricalMarketDepthDataResponseHeader) GetUseZLibCompression

func (x *HistoricalMarketDepthDataResponseHeader) GetUseZLibCompression() uint32

func (*HistoricalMarketDepthDataResponseHeader) ProtoMessage

func (*HistoricalMarketDepthDataResponseHeader) ProtoReflect

func (*HistoricalMarketDepthDataResponseHeader) Reset

func (*HistoricalMarketDepthDataResponseHeader) String

type HistoricalOrderFillResponse

type HistoricalOrderFillResponse struct {
	RequestID               int32              `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	TotalNumberMessages     int32              `protobuf:"varint,2,opt,name=TotalNumberMessages,proto3" json:"TotalNumberMessages,omitempty"`
	MessageNumber           int32              `protobuf:"varint,3,opt,name=MessageNumber,proto3" json:"MessageNumber,omitempty"`
	Symbol                  string             `protobuf:"bytes,4,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange                string             `protobuf:"bytes,5,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	ServerOrderID           string             `protobuf:"bytes,6,opt,name=ServerOrderID,proto3" json:"ServerOrderID,omitempty"`
	BuySell                 BuySellEnum        `protobuf:"varint,7,opt,name=BuySell,proto3,enum=DTC_PB.BuySellEnum" json:"BuySell,omitempty"`
	Price                   float64            `protobuf:"fixed64,8,opt,name=Price,proto3" json:"Price,omitempty"`
	DateTime                int64              `protobuf:"fixed64,9,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	Quantity                float64            `protobuf:"fixed64,10,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	UniqueExecutionID       string             `protobuf:"bytes,11,opt,name=UniqueExecutionID,proto3" json:"UniqueExecutionID,omitempty"`
	TradeAccount            string             `protobuf:"bytes,12,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	OpenClose               OpenCloseTradeEnum `protobuf:"varint,13,opt,name=OpenClose,proto3,enum=DTC_PB.OpenCloseTradeEnum" json:"OpenClose,omitempty"`
	NoOrderFills            uint32             `protobuf:"varint,14,opt,name=NoOrderFills,proto3" json:"NoOrderFills,omitempty"`
	InfoText                string             `protobuf:"bytes,15,opt,name=InfoText,proto3" json:"InfoText,omitempty"`
	HighPriceDuringPosition float64            `protobuf:"fixed64,16,opt,name=HighPriceDuringPosition,proto3" json:"HighPriceDuringPosition,omitempty"`
	LowPriceDuringPosition  float64            `protobuf:"fixed64,17,opt,name=LowPriceDuringPosition,proto3" json:"LowPriceDuringPosition,omitempty"`
	PositionQuantity        float64            `protobuf:"fixed64,18,opt,name=PositionQuantity,proto3" json:"PositionQuantity,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalOrderFillResponse) Descriptor deprecated

func (*HistoricalOrderFillResponse) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalOrderFillResponse.ProtoReflect.Descriptor instead.

func (*HistoricalOrderFillResponse) GetBuySell

func (x *HistoricalOrderFillResponse) GetBuySell() BuySellEnum

func (*HistoricalOrderFillResponse) GetDateTime

func (x *HistoricalOrderFillResponse) GetDateTime() int64

func (*HistoricalOrderFillResponse) GetExchange

func (x *HistoricalOrderFillResponse) GetExchange() string

func (*HistoricalOrderFillResponse) GetHighPriceDuringPosition

func (x *HistoricalOrderFillResponse) GetHighPriceDuringPosition() float64

func (*HistoricalOrderFillResponse) GetInfoText

func (x *HistoricalOrderFillResponse) GetInfoText() string

func (*HistoricalOrderFillResponse) GetLowPriceDuringPosition

func (x *HistoricalOrderFillResponse) GetLowPriceDuringPosition() float64

func (*HistoricalOrderFillResponse) GetMessageNumber

func (x *HistoricalOrderFillResponse) GetMessageNumber() int32

func (*HistoricalOrderFillResponse) GetNoOrderFills

func (x *HistoricalOrderFillResponse) GetNoOrderFills() uint32

func (*HistoricalOrderFillResponse) GetOpenClose

func (*HistoricalOrderFillResponse) GetPositionQuantity

func (x *HistoricalOrderFillResponse) GetPositionQuantity() float64

func (*HistoricalOrderFillResponse) GetPrice

func (x *HistoricalOrderFillResponse) GetPrice() float64

func (*HistoricalOrderFillResponse) GetQuantity

func (x *HistoricalOrderFillResponse) GetQuantity() float64

func (*HistoricalOrderFillResponse) GetRequestID

func (x *HistoricalOrderFillResponse) GetRequestID() int32

func (*HistoricalOrderFillResponse) GetServerOrderID

func (x *HistoricalOrderFillResponse) GetServerOrderID() string

func (*HistoricalOrderFillResponse) GetSymbol

func (x *HistoricalOrderFillResponse) GetSymbol() string

func (*HistoricalOrderFillResponse) GetTotalNumberMessages

func (x *HistoricalOrderFillResponse) GetTotalNumberMessages() int32

func (*HistoricalOrderFillResponse) GetTradeAccount

func (x *HistoricalOrderFillResponse) GetTradeAccount() string

func (*HistoricalOrderFillResponse) GetUniqueExecutionID

func (x *HistoricalOrderFillResponse) GetUniqueExecutionID() string

func (*HistoricalOrderFillResponse) ProtoMessage

func (*HistoricalOrderFillResponse) ProtoMessage()

func (*HistoricalOrderFillResponse) ProtoReflect

func (*HistoricalOrderFillResponse) Reset

func (x *HistoricalOrderFillResponse) Reset()

func (*HistoricalOrderFillResponse) String

func (x *HistoricalOrderFillResponse) String() string

type HistoricalOrderFillsReject

type HistoricalOrderFillsReject struct {
	RequestID  int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RejectText string `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalOrderFillsReject) Descriptor deprecated

func (*HistoricalOrderFillsReject) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalOrderFillsReject.ProtoReflect.Descriptor instead.

func (*HistoricalOrderFillsReject) GetRejectText

func (x *HistoricalOrderFillsReject) GetRejectText() string

func (*HistoricalOrderFillsReject) GetRequestID

func (x *HistoricalOrderFillsReject) GetRequestID() int32

func (*HistoricalOrderFillsReject) ProtoMessage

func (*HistoricalOrderFillsReject) ProtoMessage()

func (*HistoricalOrderFillsReject) ProtoReflect

func (*HistoricalOrderFillsReject) Reset

func (x *HistoricalOrderFillsReject) Reset()

func (*HistoricalOrderFillsReject) String

func (x *HistoricalOrderFillsReject) String() string

type HistoricalOrderFillsRequest

type HistoricalOrderFillsRequest struct {
	RequestID     int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	ServerOrderID string `protobuf:"bytes,2,opt,name=ServerOrderID,proto3" json:"ServerOrderID,omitempty"`
	NumberOfDays  int32  `protobuf:"varint,3,opt,name=NumberOfDays,proto3" json:"NumberOfDays,omitempty"`
	TradeAccount  string `protobuf:"bytes,4,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	StartDateTime int64  `protobuf:"fixed64,5,opt,name=StartDateTime,proto3" json:"StartDateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalOrderFillsRequest) Descriptor deprecated

func (*HistoricalOrderFillsRequest) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalOrderFillsRequest.ProtoReflect.Descriptor instead.

func (*HistoricalOrderFillsRequest) GetNumberOfDays

func (x *HistoricalOrderFillsRequest) GetNumberOfDays() int32

func (*HistoricalOrderFillsRequest) GetRequestID

func (x *HistoricalOrderFillsRequest) GetRequestID() int32

func (*HistoricalOrderFillsRequest) GetServerOrderID

func (x *HistoricalOrderFillsRequest) GetServerOrderID() string

func (*HistoricalOrderFillsRequest) GetStartDateTime

func (x *HistoricalOrderFillsRequest) GetStartDateTime() int64

func (*HistoricalOrderFillsRequest) GetTradeAccount

func (x *HistoricalOrderFillsRequest) GetTradeAccount() string

func (*HistoricalOrderFillsRequest) ProtoMessage

func (*HistoricalOrderFillsRequest) ProtoMessage()

func (*HistoricalOrderFillsRequest) ProtoReflect

func (*HistoricalOrderFillsRequest) Reset

func (x *HistoricalOrderFillsRequest) Reset()

func (*HistoricalOrderFillsRequest) String

func (x *HistoricalOrderFillsRequest) String() string

type HistoricalPriceDataRecordResponse

type HistoricalPriceDataRecordResponse struct {
	RequestID     int32   `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	StartDateTime int64   `protobuf:"fixed64,2,opt,name=StartDateTime,proto3" json:"StartDateTime,omitempty"`
	OpenPrice     float64 `protobuf:"fixed64,3,opt,name=OpenPrice,proto3" json:"OpenPrice,omitempty"`
	HighPrice     float64 `protobuf:"fixed64,4,opt,name=HighPrice,proto3" json:"HighPrice,omitempty"`
	LowPrice      float64 `protobuf:"fixed64,5,opt,name=LowPrice,proto3" json:"LowPrice,omitempty"`
	LastPrice     float64 `protobuf:"fixed64,6,opt,name=LastPrice,proto3" json:"LastPrice,omitempty"`
	Volume        float64 `protobuf:"fixed64,7,opt,name=Volume,proto3" json:"Volume,omitempty"`
	NumTrades     uint32  `protobuf:"varint,8,opt,name=NumTrades,proto3" json:"NumTrades,omitempty"`
	BidVolume     float64 `protobuf:"fixed64,9,opt,name=BidVolume,proto3" json:"BidVolume,omitempty"`
	AskVolume     float64 `protobuf:"fixed64,10,opt,name=AskVolume,proto3" json:"AskVolume,omitempty"`
	IsFinalRecord uint32  `protobuf:"varint,11,opt,name=IsFinalRecord,proto3" json:"IsFinalRecord,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalPriceDataRecordResponse) Descriptor deprecated

func (*HistoricalPriceDataRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalPriceDataRecordResponse.ProtoReflect.Descriptor instead.

func (*HistoricalPriceDataRecordResponse) GetAskVolume

func (x *HistoricalPriceDataRecordResponse) GetAskVolume() float64

func (*HistoricalPriceDataRecordResponse) GetBidVolume

func (x *HistoricalPriceDataRecordResponse) GetBidVolume() float64

func (*HistoricalPriceDataRecordResponse) GetHighPrice

func (x *HistoricalPriceDataRecordResponse) GetHighPrice() float64

func (*HistoricalPriceDataRecordResponse) GetIsFinalRecord

func (x *HistoricalPriceDataRecordResponse) GetIsFinalRecord() uint32

func (*HistoricalPriceDataRecordResponse) GetLastPrice

func (x *HistoricalPriceDataRecordResponse) GetLastPrice() float64

func (*HistoricalPriceDataRecordResponse) GetLowPrice

func (x *HistoricalPriceDataRecordResponse) GetLowPrice() float64

func (*HistoricalPriceDataRecordResponse) GetNumTrades

func (x *HistoricalPriceDataRecordResponse) GetNumTrades() uint32

func (*HistoricalPriceDataRecordResponse) GetOpenPrice

func (x *HistoricalPriceDataRecordResponse) GetOpenPrice() float64

func (*HistoricalPriceDataRecordResponse) GetRequestID

func (x *HistoricalPriceDataRecordResponse) GetRequestID() int32

func (*HistoricalPriceDataRecordResponse) GetStartDateTime

func (x *HistoricalPriceDataRecordResponse) GetStartDateTime() int64

func (*HistoricalPriceDataRecordResponse) GetVolume

func (*HistoricalPriceDataRecordResponse) ProtoMessage

func (*HistoricalPriceDataRecordResponse) ProtoMessage()

func (*HistoricalPriceDataRecordResponse) ProtoReflect

func (*HistoricalPriceDataRecordResponse) Reset

func (*HistoricalPriceDataRecordResponse) String

type HistoricalPriceDataRecordResponse_Int

type HistoricalPriceDataRecordResponse_Int struct {
	RequestID     int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	StartDateTime int64  `protobuf:"fixed64,2,opt,name=StartDateTime,proto3" json:"StartDateTime,omitempty"`
	OpenPrice     int32  `protobuf:"varint,3,opt,name=OpenPrice,proto3" json:"OpenPrice,omitempty"`
	HighPrice     int32  `protobuf:"varint,4,opt,name=HighPrice,proto3" json:"HighPrice,omitempty"`
	LowPrice      int32  `protobuf:"varint,5,opt,name=LowPrice,proto3" json:"LowPrice,omitempty"`
	LastPrice     int32  `protobuf:"varint,6,opt,name=LastPrice,proto3" json:"LastPrice,omitempty"`
	Volume        int32  `protobuf:"varint,7,opt,name=Volume,proto3" json:"Volume,omitempty"`
	NumTrades     uint32 `protobuf:"varint,8,opt,name=NumTrades,proto3" json:"NumTrades,omitempty"`
	BidVolume     int32  `protobuf:"varint,9,opt,name=BidVolume,proto3" json:"BidVolume,omitempty"`
	AskVolume     int32  `protobuf:"varint,10,opt,name=AskVolume,proto3" json:"AskVolume,omitempty"`
	IsFinalRecord uint32 `protobuf:"varint,11,opt,name=IsFinalRecord,proto3" json:"IsFinalRecord,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalPriceDataRecordResponse_Int) Descriptor deprecated

func (*HistoricalPriceDataRecordResponse_Int) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalPriceDataRecordResponse_Int.ProtoReflect.Descriptor instead.

func (*HistoricalPriceDataRecordResponse_Int) GetAskVolume

func (x *HistoricalPriceDataRecordResponse_Int) GetAskVolume() int32

func (*HistoricalPriceDataRecordResponse_Int) GetBidVolume

func (x *HistoricalPriceDataRecordResponse_Int) GetBidVolume() int32

func (*HistoricalPriceDataRecordResponse_Int) GetHighPrice

func (x *HistoricalPriceDataRecordResponse_Int) GetHighPrice() int32

func (*HistoricalPriceDataRecordResponse_Int) GetIsFinalRecord

func (x *HistoricalPriceDataRecordResponse_Int) GetIsFinalRecord() uint32

func (*HistoricalPriceDataRecordResponse_Int) GetLastPrice

func (x *HistoricalPriceDataRecordResponse_Int) GetLastPrice() int32

func (*HistoricalPriceDataRecordResponse_Int) GetLowPrice

func (*HistoricalPriceDataRecordResponse_Int) GetNumTrades

func (*HistoricalPriceDataRecordResponse_Int) GetOpenPrice

func (x *HistoricalPriceDataRecordResponse_Int) GetOpenPrice() int32

func (*HistoricalPriceDataRecordResponse_Int) GetRequestID

func (x *HistoricalPriceDataRecordResponse_Int) GetRequestID() int32

func (*HistoricalPriceDataRecordResponse_Int) GetStartDateTime

func (x *HistoricalPriceDataRecordResponse_Int) GetStartDateTime() int64

func (*HistoricalPriceDataRecordResponse_Int) GetVolume

func (*HistoricalPriceDataRecordResponse_Int) ProtoMessage

func (*HistoricalPriceDataRecordResponse_Int) ProtoMessage()

func (*HistoricalPriceDataRecordResponse_Int) ProtoReflect

func (*HistoricalPriceDataRecordResponse_Int) Reset

func (*HistoricalPriceDataRecordResponse_Int) String

type HistoricalPriceDataReject

type HistoricalPriceDataReject struct {
	RequestID          int32                                   `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RejectText         string                                  `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	RejectReasonCode   HistoricalPriceDataRejectReasonCodeEnum `` /* 138-byte string literal not displayed */
	RetryTimeInSeconds uint32                                  `protobuf:"varint,4,opt,name=RetryTimeInSeconds,proto3" json:"RetryTimeInSeconds,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalPriceDataReject) Descriptor deprecated

func (*HistoricalPriceDataReject) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalPriceDataReject.ProtoReflect.Descriptor instead.

func (*HistoricalPriceDataReject) GetRejectReasonCode

func (*HistoricalPriceDataReject) GetRejectText

func (x *HistoricalPriceDataReject) GetRejectText() string

func (*HistoricalPriceDataReject) GetRequestID

func (x *HistoricalPriceDataReject) GetRequestID() int32

func (*HistoricalPriceDataReject) GetRetryTimeInSeconds

func (x *HistoricalPriceDataReject) GetRetryTimeInSeconds() uint32

func (*HistoricalPriceDataReject) ProtoMessage

func (*HistoricalPriceDataReject) ProtoMessage()

func (*HistoricalPriceDataReject) ProtoReflect

func (*HistoricalPriceDataReject) Reset

func (x *HistoricalPriceDataReject) Reset()

func (*HistoricalPriceDataReject) String

func (x *HistoricalPriceDataReject) String() string

type HistoricalPriceDataRejectReasonCodeEnum

type HistoricalPriceDataRejectReasonCodeEnum int32

============================================================================

const (
	HistoricalPriceDataRejectReasonCodeEnum_HPDR_UNSET                                         HistoricalPriceDataRejectReasonCodeEnum = 0
	HistoricalPriceDataRejectReasonCodeEnum_HPDR_UNABLE_TO_SERVE_DATA_RETRY_LATER              HistoricalPriceDataRejectReasonCodeEnum = 1
	HistoricalPriceDataRejectReasonCodeEnum_HPDR_UNABLE_TO_SERVE_DATA_DO_NOT_RETRY             HistoricalPriceDataRejectReasonCodeEnum = 2
	HistoricalPriceDataRejectReasonCodeEnum_HPDR_DATA_REQUEST_OUTSIDE_BOUNDS_OF_AVAILABLE_DATA HistoricalPriceDataRejectReasonCodeEnum = 3
	HistoricalPriceDataRejectReasonCodeEnum_HPDR_GENERAL_REJECT_ERROR                          HistoricalPriceDataRejectReasonCodeEnum = 4
)

func (HistoricalPriceDataRejectReasonCodeEnum) Descriptor

func (HistoricalPriceDataRejectReasonCodeEnum) Enum

func (HistoricalPriceDataRejectReasonCodeEnum) EnumDescriptor deprecated

func (HistoricalPriceDataRejectReasonCodeEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use HistoricalPriceDataRejectReasonCodeEnum.Descriptor instead.

func (HistoricalPriceDataRejectReasonCodeEnum) Number

func (HistoricalPriceDataRejectReasonCodeEnum) String

func (HistoricalPriceDataRejectReasonCodeEnum) Type

type HistoricalPriceDataRequest

type HistoricalPriceDataRequest struct {
	RequestID                        int32                      `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	Symbol                           string                     `protobuf:"bytes,2,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange                         string                     `protobuf:"bytes,3,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	RecordInterval                   HistoricalDataIntervalEnum `protobuf:"varint,4,opt,name=RecordInterval,proto3,enum=DTC_PB.HistoricalDataIntervalEnum" json:"RecordInterval,omitempty"`
	StartDateTime                    int64                      `protobuf:"fixed64,5,opt,name=StartDateTime,proto3" json:"StartDateTime,omitempty"`
	EndDateTime                      int64                      `protobuf:"fixed64,6,opt,name=EndDateTime,proto3" json:"EndDateTime,omitempty"`
	MaxDaysToReturn                  uint32                     `protobuf:"varint,7,opt,name=MaxDaysToReturn,proto3" json:"MaxDaysToReturn,omitempty"`
	UseZLibCompression               uint32                     `protobuf:"varint,8,opt,name=UseZLibCompression,proto3" json:"UseZLibCompression,omitempty"`
	RequestDividendAdjustedStockData uint32                     `protobuf:"varint,9,opt,name=RequestDividendAdjustedStockData,proto3" json:"RequestDividendAdjustedStockData,omitempty"`
	Integer_1                        uint32                     `protobuf:"varint,10,opt,name=Integer_1,json=Integer1,proto3" json:"Integer_1,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalPriceDataRequest) Descriptor deprecated

func (*HistoricalPriceDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalPriceDataRequest.ProtoReflect.Descriptor instead.

func (*HistoricalPriceDataRequest) GetEndDateTime

func (x *HistoricalPriceDataRequest) GetEndDateTime() int64

func (*HistoricalPriceDataRequest) GetExchange

func (x *HistoricalPriceDataRequest) GetExchange() string

func (*HistoricalPriceDataRequest) GetInteger_1

func (x *HistoricalPriceDataRequest) GetInteger_1() uint32

func (*HistoricalPriceDataRequest) GetMaxDaysToReturn

func (x *HistoricalPriceDataRequest) GetMaxDaysToReturn() uint32

func (*HistoricalPriceDataRequest) GetRecordInterval

func (*HistoricalPriceDataRequest) GetRequestDividendAdjustedStockData

func (x *HistoricalPriceDataRequest) GetRequestDividendAdjustedStockData() uint32

func (*HistoricalPriceDataRequest) GetRequestID

func (x *HistoricalPriceDataRequest) GetRequestID() int32

func (*HistoricalPriceDataRequest) GetStartDateTime

func (x *HistoricalPriceDataRequest) GetStartDateTime() int64

func (*HistoricalPriceDataRequest) GetSymbol

func (x *HistoricalPriceDataRequest) GetSymbol() string

func (*HistoricalPriceDataRequest) GetUseZLibCompression

func (x *HistoricalPriceDataRequest) GetUseZLibCompression() uint32

func (*HistoricalPriceDataRequest) ProtoMessage

func (*HistoricalPriceDataRequest) ProtoMessage()

func (*HistoricalPriceDataRequest) ProtoReflect

func (*HistoricalPriceDataRequest) Reset

func (x *HistoricalPriceDataRequest) Reset()

func (*HistoricalPriceDataRequest) String

func (x *HistoricalPriceDataRequest) String() string

type HistoricalPriceDataResponseHeader

type HistoricalPriceDataResponseHeader struct {
	RequestID              int32                      `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RecordInterval         HistoricalDataIntervalEnum `protobuf:"varint,2,opt,name=RecordInterval,proto3,enum=DTC_PB.HistoricalDataIntervalEnum" json:"RecordInterval,omitempty"`
	UseZLibCompression     uint32                     `protobuf:"varint,3,opt,name=UseZLibCompression,proto3" json:"UseZLibCompression,omitempty"`
	NoRecordsToReturn      uint32                     `protobuf:"varint,4,opt,name=NoRecordsToReturn,proto3" json:"NoRecordsToReturn,omitempty"`
	IntToFloatPriceDivisor float32                    `protobuf:"fixed32,5,opt,name=IntToFloatPriceDivisor,proto3" json:"IntToFloatPriceDivisor,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalPriceDataResponseHeader) Descriptor deprecated

func (*HistoricalPriceDataResponseHeader) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalPriceDataResponseHeader.ProtoReflect.Descriptor instead.

func (*HistoricalPriceDataResponseHeader) GetIntToFloatPriceDivisor

func (x *HistoricalPriceDataResponseHeader) GetIntToFloatPriceDivisor() float32

func (*HistoricalPriceDataResponseHeader) GetNoRecordsToReturn

func (x *HistoricalPriceDataResponseHeader) GetNoRecordsToReturn() uint32

func (*HistoricalPriceDataResponseHeader) GetRecordInterval

func (*HistoricalPriceDataResponseHeader) GetRequestID

func (x *HistoricalPriceDataResponseHeader) GetRequestID() int32

func (*HistoricalPriceDataResponseHeader) GetUseZLibCompression

func (x *HistoricalPriceDataResponseHeader) GetUseZLibCompression() uint32

func (*HistoricalPriceDataResponseHeader) ProtoMessage

func (*HistoricalPriceDataResponseHeader) ProtoMessage()

func (*HistoricalPriceDataResponseHeader) ProtoReflect

func (*HistoricalPriceDataResponseHeader) Reset

func (*HistoricalPriceDataResponseHeader) String

type HistoricalPriceDataResponseTrailer

type HistoricalPriceDataResponseTrailer struct {
	RequestID               int32 `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	FinalRecordLastDateTime int64 `protobuf:"varint,2,opt,name=FinalRecordLastDateTime,proto3" json:"FinalRecordLastDateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalPriceDataResponseTrailer) Descriptor deprecated

func (*HistoricalPriceDataResponseTrailer) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalPriceDataResponseTrailer.ProtoReflect.Descriptor instead.

func (*HistoricalPriceDataResponseTrailer) GetFinalRecordLastDateTime

func (x *HistoricalPriceDataResponseTrailer) GetFinalRecordLastDateTime() int64

func (*HistoricalPriceDataResponseTrailer) GetRequestID

func (x *HistoricalPriceDataResponseTrailer) GetRequestID() int32

func (*HistoricalPriceDataResponseTrailer) ProtoMessage

func (*HistoricalPriceDataResponseTrailer) ProtoMessage()

func (*HistoricalPriceDataResponseTrailer) ProtoReflect

func (*HistoricalPriceDataResponseTrailer) Reset

func (*HistoricalPriceDataResponseTrailer) String

type HistoricalPriceDataTickRecordResponse

type HistoricalPriceDataTickRecordResponse struct {
	RequestID     int32          `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	DateTime      float64        `protobuf:"fixed64,2,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	AtBidOrAsk    AtBidOrAskEnum `protobuf:"varint,3,opt,name=AtBidOrAsk,proto3,enum=DTC_PB.AtBidOrAskEnum" json:"AtBidOrAsk,omitempty"`
	Price         float64        `protobuf:"fixed64,4,opt,name=Price,proto3" json:"Price,omitempty"`
	Volume        float64        `protobuf:"fixed64,5,opt,name=Volume,proto3" json:"Volume,omitempty"`
	IsFinalRecord uint32         `protobuf:"varint,6,opt,name=IsFinalRecord,proto3" json:"IsFinalRecord,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalPriceDataTickRecordResponse) Descriptor deprecated

func (*HistoricalPriceDataTickRecordResponse) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalPriceDataTickRecordResponse.ProtoReflect.Descriptor instead.

func (*HistoricalPriceDataTickRecordResponse) GetAtBidOrAsk

func (*HistoricalPriceDataTickRecordResponse) GetDateTime

func (*HistoricalPriceDataTickRecordResponse) GetIsFinalRecord

func (x *HistoricalPriceDataTickRecordResponse) GetIsFinalRecord() uint32

func (*HistoricalPriceDataTickRecordResponse) GetPrice

func (*HistoricalPriceDataTickRecordResponse) GetRequestID

func (x *HistoricalPriceDataTickRecordResponse) GetRequestID() int32

func (*HistoricalPriceDataTickRecordResponse) GetVolume

func (*HistoricalPriceDataTickRecordResponse) ProtoMessage

func (*HistoricalPriceDataTickRecordResponse) ProtoMessage()

func (*HistoricalPriceDataTickRecordResponse) ProtoReflect

func (*HistoricalPriceDataTickRecordResponse) Reset

func (*HistoricalPriceDataTickRecordResponse) String

type HistoricalPriceDataTickRecordResponse_Int

type HistoricalPriceDataTickRecordResponse_Int struct {
	RequestID     int32          `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	DateTime      float64        `protobuf:"fixed64,2,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	Price         int32          `protobuf:"varint,3,opt,name=Price,proto3" json:"Price,omitempty"`
	Volume        int32          `protobuf:"varint,4,opt,name=Volume,proto3" json:"Volume,omitempty"`
	AtBidOrAsk    AtBidOrAskEnum `protobuf:"varint,5,opt,name=AtBidOrAsk,proto3,enum=DTC_PB.AtBidOrAskEnum" json:"AtBidOrAsk,omitempty"`
	IsFinalRecord uint32         `protobuf:"varint,6,opt,name=IsFinalRecord,proto3" json:"IsFinalRecord,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*HistoricalPriceDataTickRecordResponse_Int) Descriptor deprecated

func (*HistoricalPriceDataTickRecordResponse_Int) Descriptor() ([]byte, []int)

Deprecated: Use HistoricalPriceDataTickRecordResponse_Int.ProtoReflect.Descriptor instead.

func (*HistoricalPriceDataTickRecordResponse_Int) GetAtBidOrAsk

func (*HistoricalPriceDataTickRecordResponse_Int) GetDateTime

func (*HistoricalPriceDataTickRecordResponse_Int) GetIsFinalRecord

func (x *HistoricalPriceDataTickRecordResponse_Int) GetIsFinalRecord() uint32

func (*HistoricalPriceDataTickRecordResponse_Int) GetPrice

func (*HistoricalPriceDataTickRecordResponse_Int) GetRequestID

func (*HistoricalPriceDataTickRecordResponse_Int) GetVolume

func (*HistoricalPriceDataTickRecordResponse_Int) ProtoMessage

func (*HistoricalPriceDataTickRecordResponse_Int) ProtoReflect

func (*HistoricalPriceDataTickRecordResponse_Int) Reset

func (*HistoricalPriceDataTickRecordResponse_Int) String

type JournalEntriesReject

type JournalEntriesReject struct {
	RequestID  int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RejectText string `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	// contains filtered or unexported fields
}

==========================================================================

func (*JournalEntriesReject) Descriptor deprecated

func (*JournalEntriesReject) Descriptor() ([]byte, []int)

Deprecated: Use JournalEntriesReject.ProtoReflect.Descriptor instead.

func (*JournalEntriesReject) GetRejectText

func (x *JournalEntriesReject) GetRejectText() string

func (*JournalEntriesReject) GetRequestID

func (x *JournalEntriesReject) GetRequestID() int32

func (*JournalEntriesReject) ProtoMessage

func (*JournalEntriesReject) ProtoMessage()

func (*JournalEntriesReject) ProtoReflect

func (x *JournalEntriesReject) ProtoReflect() protoreflect.Message

func (*JournalEntriesReject) Reset

func (x *JournalEntriesReject) Reset()

func (*JournalEntriesReject) String

func (x *JournalEntriesReject) String() string

type JournalEntriesRequest

type JournalEntriesRequest struct {
	RequestID     int32 `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	StartDateTime int64 `protobuf:"fixed64,2,opt,name=StartDateTime,proto3" json:"StartDateTime,omitempty"`
	// contains filtered or unexported fields
}

==========================================================================

func (*JournalEntriesRequest) Descriptor deprecated

func (*JournalEntriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use JournalEntriesRequest.ProtoReflect.Descriptor instead.

func (*JournalEntriesRequest) GetRequestID

func (x *JournalEntriesRequest) GetRequestID() int32

func (*JournalEntriesRequest) GetStartDateTime

func (x *JournalEntriesRequest) GetStartDateTime() int64

func (*JournalEntriesRequest) ProtoMessage

func (*JournalEntriesRequest) ProtoMessage()

func (*JournalEntriesRequest) ProtoReflect

func (x *JournalEntriesRequest) ProtoReflect() protoreflect.Message

func (*JournalEntriesRequest) Reset

func (x *JournalEntriesRequest) Reset()

func (*JournalEntriesRequest) String

func (x *JournalEntriesRequest) String() string

type JournalEntryAdd

type JournalEntryAdd struct {
	JournalEntry string `protobuf:"bytes,1,opt,name=JournalEntry,proto3" json:"JournalEntry,omitempty"`
	DateTime     int64  `protobuf:"fixed64,2,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	// contains filtered or unexported fields
}

==========================================================================

func (*JournalEntryAdd) Descriptor deprecated

func (*JournalEntryAdd) Descriptor() ([]byte, []int)

Deprecated: Use JournalEntryAdd.ProtoReflect.Descriptor instead.

func (*JournalEntryAdd) GetDateTime

func (x *JournalEntryAdd) GetDateTime() int64

func (*JournalEntryAdd) GetJournalEntry

func (x *JournalEntryAdd) GetJournalEntry() string

func (*JournalEntryAdd) ProtoMessage

func (*JournalEntryAdd) ProtoMessage()

func (*JournalEntryAdd) ProtoReflect

func (x *JournalEntryAdd) ProtoReflect() protoreflect.Message

func (*JournalEntryAdd) Reset

func (x *JournalEntryAdd) Reset()

func (*JournalEntryAdd) String

func (x *JournalEntryAdd) String() string

type JournalEntryResponse

type JournalEntryResponse struct {
	JournalEntry    string `protobuf:"bytes,1,opt,name=JournalEntry,proto3" json:"JournalEntry,omitempty"`
	DateTime        int64  `protobuf:"fixed64,2,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	IsFinalResponse uint32 `protobuf:"varint,3,opt,name=IsFinalResponse,proto3" json:"IsFinalResponse,omitempty"`
	// contains filtered or unexported fields
}

==========================================================================

func (*JournalEntryResponse) Descriptor deprecated

func (*JournalEntryResponse) Descriptor() ([]byte, []int)

Deprecated: Use JournalEntryResponse.ProtoReflect.Descriptor instead.

func (*JournalEntryResponse) GetDateTime

func (x *JournalEntryResponse) GetDateTime() int64

func (*JournalEntryResponse) GetIsFinalResponse

func (x *JournalEntryResponse) GetIsFinalResponse() uint32

func (*JournalEntryResponse) GetJournalEntry

func (x *JournalEntryResponse) GetJournalEntry() string

func (*JournalEntryResponse) ProtoMessage

func (*JournalEntryResponse) ProtoMessage()

func (*JournalEntryResponse) ProtoReflect

func (x *JournalEntryResponse) ProtoReflect() protoreflect.Message

func (*JournalEntryResponse) Reset

func (x *JournalEntryResponse) Reset()

func (*JournalEntryResponse) String

func (x *JournalEntryResponse) String() string

type Logoff

type Logoff struct {
	Reason         string `protobuf:"bytes,1,opt,name=Reason,proto3" json:"Reason,omitempty"`
	DoNotReconnect uint32 `protobuf:"varint,2,opt,name=DoNotReconnect,proto3" json:"DoNotReconnect,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*Logoff) Descriptor deprecated

func (*Logoff) Descriptor() ([]byte, []int)

Deprecated: Use Logoff.ProtoReflect.Descriptor instead.

func (*Logoff) GetDoNotReconnect

func (x *Logoff) GetDoNotReconnect() uint32

func (*Logoff) GetReason

func (x *Logoff) GetReason() string

func (*Logoff) ProtoMessage

func (*Logoff) ProtoMessage()

func (*Logoff) ProtoReflect

func (x *Logoff) ProtoReflect() protoreflect.Message

func (*Logoff) Reset

func (x *Logoff) Reset()

func (*Logoff) String

func (x *Logoff) String() string

type LogonRequest

type LogonRequest struct {
	ProtocolVersion            int32         `protobuf:"varint,1,opt,name=ProtocolVersion,proto3" json:"ProtocolVersion,omitempty"`
	Username                   string        `protobuf:"bytes,2,opt,name=Username,proto3" json:"Username,omitempty"`
	Password                   string        `protobuf:"bytes,3,opt,name=Password,proto3" json:"Password,omitempty"`
	GeneralTextData            string        `protobuf:"bytes,4,opt,name=GeneralTextData,proto3" json:"GeneralTextData,omitempty"`
	Integer_1                  int32         `protobuf:"varint,5,opt,name=Integer_1,json=Integer1,proto3" json:"Integer_1,omitempty"`
	Integer_2                  int32         `protobuf:"varint,6,opt,name=Integer_2,json=Integer2,proto3" json:"Integer_2,omitempty"`
	HeartbeatIntervalInSeconds int32         `protobuf:"varint,7,opt,name=HeartbeatIntervalInSeconds,proto3" json:"HeartbeatIntervalInSeconds,omitempty"`
	TradeMode                  TradeModeEnum `protobuf:"varint,8,opt,name=TradeMode,proto3,enum=DTC_PB.TradeModeEnum" json:"TradeMode,omitempty"`
	TradeAccount               string        `protobuf:"bytes,9,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	HardwareIdentifier         string        `protobuf:"bytes,10,opt,name=HardwareIdentifier,proto3" json:"HardwareIdentifier,omitempty"`
	ClientName                 string        `protobuf:"bytes,11,opt,name=ClientName,proto3" json:"ClientName,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*LogonRequest) Descriptor deprecated

func (*LogonRequest) Descriptor() ([]byte, []int)

Deprecated: Use LogonRequest.ProtoReflect.Descriptor instead.

func (*LogonRequest) GetClientName

func (x *LogonRequest) GetClientName() string

func (*LogonRequest) GetGeneralTextData

func (x *LogonRequest) GetGeneralTextData() string

func (*LogonRequest) GetHardwareIdentifier

func (x *LogonRequest) GetHardwareIdentifier() string

func (*LogonRequest) GetHeartbeatIntervalInSeconds

func (x *LogonRequest) GetHeartbeatIntervalInSeconds() int32

func (*LogonRequest) GetInteger_1

func (x *LogonRequest) GetInteger_1() int32

func (*LogonRequest) GetInteger_2

func (x *LogonRequest) GetInteger_2() int32

func (*LogonRequest) GetPassword

func (x *LogonRequest) GetPassword() string

func (*LogonRequest) GetProtocolVersion

func (x *LogonRequest) GetProtocolVersion() int32

func (*LogonRequest) GetTradeAccount

func (x *LogonRequest) GetTradeAccount() string

func (*LogonRequest) GetTradeMode

func (x *LogonRequest) GetTradeMode() TradeModeEnum

func (*LogonRequest) GetUsername

func (x *LogonRequest) GetUsername() string

func (*LogonRequest) ProtoMessage

func (*LogonRequest) ProtoMessage()

func (*LogonRequest) ProtoReflect

func (x *LogonRequest) ProtoReflect() protoreflect.Message

func (*LogonRequest) Reset

func (x *LogonRequest) Reset()

func (*LogonRequest) String

func (x *LogonRequest) String() string

type LogonResponse

type LogonResponse struct {
	ProtocolVersion                               int32           `protobuf:"varint,1,opt,name=ProtocolVersion,proto3" json:"ProtocolVersion,omitempty"`
	Result                                        LogonStatusEnum `protobuf:"varint,2,opt,name=Result,proto3,enum=DTC_PB.LogonStatusEnum" json:"Result,omitempty"`
	ResultText                                    string          `protobuf:"bytes,3,opt,name=ResultText,proto3" json:"ResultText,omitempty"`
	ReconnectAddress                              string          `protobuf:"bytes,4,opt,name=ReconnectAddress,proto3" json:"ReconnectAddress,omitempty"`
	Integer_1                                     int32           `protobuf:"varint,5,opt,name=Integer_1,json=Integer1,proto3" json:"Integer_1,omitempty"`
	ServerName                                    string          `protobuf:"bytes,6,opt,name=ServerName,proto3" json:"ServerName,omitempty"`
	MarketDepthUpdatesBestBidAndAsk               uint32          `protobuf:"varint,7,opt,name=MarketDepthUpdatesBestBidAndAsk,proto3" json:"MarketDepthUpdatesBestBidAndAsk,omitempty"`
	TradingIsSupported                            uint32          `protobuf:"varint,8,opt,name=TradingIsSupported,proto3" json:"TradingIsSupported,omitempty"`
	OCOOrdersSupported                            uint32          `protobuf:"varint,9,opt,name=OCOOrdersSupported,proto3" json:"OCOOrdersSupported,omitempty"`
	OrderCancelReplaceSupported                   uint32          `protobuf:"varint,10,opt,name=OrderCancelReplaceSupported,proto3" json:"OrderCancelReplaceSupported,omitempty"`
	SymbolExchangeDelimiter                       string          `protobuf:"bytes,11,opt,name=SymbolExchangeDelimiter,proto3" json:"SymbolExchangeDelimiter,omitempty"`
	SecurityDefinitionsSupported                  uint32          `protobuf:"varint,12,opt,name=SecurityDefinitionsSupported,proto3" json:"SecurityDefinitionsSupported,omitempty"`
	HistoricalPriceDataSupported                  uint32          `protobuf:"varint,13,opt,name=HistoricalPriceDataSupported,proto3" json:"HistoricalPriceDataSupported,omitempty"`
	ResubscribeWhenMarketDataFeedAvailable        uint32          `` /* 131-byte string literal not displayed */
	MarketDepthIsSupported                        uint32          `protobuf:"varint,15,opt,name=MarketDepthIsSupported,proto3" json:"MarketDepthIsSupported,omitempty"`
	OneHistoricalPriceDataRequestPerConnection    uint32          `` /* 139-byte string literal not displayed */
	BracketOrdersSupported                        uint32          `protobuf:"varint,17,opt,name=BracketOrdersSupported,proto3" json:"BracketOrdersSupported,omitempty"`
	UseIntegerPriceOrderMessages                  uint32          `protobuf:"varint,18,opt,name=UseIntegerPriceOrderMessages,proto3" json:"UseIntegerPriceOrderMessages,omitempty"`
	UsesMultiplePositionsPerSymbolAndTradeAccount uint32          `` /* 145-byte string literal not displayed */
	MarketDataSupported                           uint32          `protobuf:"varint,20,opt,name=MarketDataSupported,proto3" json:"MarketDataSupported,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*LogonResponse) Descriptor deprecated

func (*LogonResponse) Descriptor() ([]byte, []int)

Deprecated: Use LogonResponse.ProtoReflect.Descriptor instead.

func (*LogonResponse) GetBracketOrdersSupported

func (x *LogonResponse) GetBracketOrdersSupported() uint32

func (*LogonResponse) GetHistoricalPriceDataSupported

func (x *LogonResponse) GetHistoricalPriceDataSupported() uint32

func (*LogonResponse) GetInteger_1

func (x *LogonResponse) GetInteger_1() int32

func (*LogonResponse) GetMarketDataSupported

func (x *LogonResponse) GetMarketDataSupported() uint32

func (*LogonResponse) GetMarketDepthIsSupported

func (x *LogonResponse) GetMarketDepthIsSupported() uint32

func (*LogonResponse) GetMarketDepthUpdatesBestBidAndAsk

func (x *LogonResponse) GetMarketDepthUpdatesBestBidAndAsk() uint32

func (*LogonResponse) GetOCOOrdersSupported

func (x *LogonResponse) GetOCOOrdersSupported() uint32

func (*LogonResponse) GetOneHistoricalPriceDataRequestPerConnection

func (x *LogonResponse) GetOneHistoricalPriceDataRequestPerConnection() uint32

func (*LogonResponse) GetOrderCancelReplaceSupported

func (x *LogonResponse) GetOrderCancelReplaceSupported() uint32

func (*LogonResponse) GetProtocolVersion

func (x *LogonResponse) GetProtocolVersion() int32

func (*LogonResponse) GetReconnectAddress

func (x *LogonResponse) GetReconnectAddress() string

func (*LogonResponse) GetResubscribeWhenMarketDataFeedAvailable

func (x *LogonResponse) GetResubscribeWhenMarketDataFeedAvailable() uint32

func (*LogonResponse) GetResult

func (x *LogonResponse) GetResult() LogonStatusEnum

func (*LogonResponse) GetResultText

func (x *LogonResponse) GetResultText() string

func (*LogonResponse) GetSecurityDefinitionsSupported

func (x *LogonResponse) GetSecurityDefinitionsSupported() uint32

func (*LogonResponse) GetServerName

func (x *LogonResponse) GetServerName() string

func (*LogonResponse) GetSymbolExchangeDelimiter

func (x *LogonResponse) GetSymbolExchangeDelimiter() string

func (*LogonResponse) GetTradingIsSupported

func (x *LogonResponse) GetTradingIsSupported() uint32

func (*LogonResponse) GetUseIntegerPriceOrderMessages

func (x *LogonResponse) GetUseIntegerPriceOrderMessages() uint32

func (*LogonResponse) GetUsesMultiplePositionsPerSymbolAndTradeAccount

func (x *LogonResponse) GetUsesMultiplePositionsPerSymbolAndTradeAccount() uint32

func (*LogonResponse) ProtoMessage

func (*LogonResponse) ProtoMessage()

func (*LogonResponse) ProtoReflect

func (x *LogonResponse) ProtoReflect() protoreflect.Message

func (*LogonResponse) Reset

func (x *LogonResponse) Reset()

func (*LogonResponse) String

func (x *LogonResponse) String() string

type LogonStatusEnum

type LogonStatusEnum int32

============================================================================

const (
	LogonStatusEnum_LOGON_STATUS_UNSET          LogonStatusEnum = 0
	LogonStatusEnum_LOGON_SUCCESS               LogonStatusEnum = 1
	LogonStatusEnum_LOGON_ERROR                 LogonStatusEnum = 2
	LogonStatusEnum_LOGON_ERROR_NO_RECONNECT    LogonStatusEnum = 3
	LogonStatusEnum_LOGON_RECONNECT_NEW_ADDRESS LogonStatusEnum = 4
)

func (LogonStatusEnum) Descriptor

func (LogonStatusEnum) Enum

func (x LogonStatusEnum) Enum() *LogonStatusEnum

func (LogonStatusEnum) EnumDescriptor deprecated

func (LogonStatusEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use LogonStatusEnum.Descriptor instead.

func (LogonStatusEnum) Number

func (LogonStatusEnum) String

func (x LogonStatusEnum) String() string

func (LogonStatusEnum) Type

type MarketDataFeedStatus

type MarketDataFeedStatus struct {
	Status MarketDataFeedStatusEnum `protobuf:"varint,1,opt,name=Status,proto3,enum=DTC_PB.MarketDataFeedStatusEnum" json:"Status,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataFeedStatus) Descriptor deprecated

func (*MarketDataFeedStatus) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataFeedStatus.ProtoReflect.Descriptor instead.

func (*MarketDataFeedStatus) GetStatus

func (*MarketDataFeedStatus) ProtoMessage

func (*MarketDataFeedStatus) ProtoMessage()

func (*MarketDataFeedStatus) ProtoReflect

func (x *MarketDataFeedStatus) ProtoReflect() protoreflect.Message

func (*MarketDataFeedStatus) Reset

func (x *MarketDataFeedStatus) Reset()

func (*MarketDataFeedStatus) String

func (x *MarketDataFeedStatus) String() string

type MarketDataFeedStatusEnum

type MarketDataFeedStatusEnum int32

============================================================================

const (
	MarketDataFeedStatusEnum_MARKET_DATA_FEED_STATUS_UNSET MarketDataFeedStatusEnum = 0
	MarketDataFeedStatusEnum_MARKET_DATA_FEED_UNAVAILABLE  MarketDataFeedStatusEnum = 1
	MarketDataFeedStatusEnum_MARKET_DATA_FEED_AVAILABLE    MarketDataFeedStatusEnum = 2
)

func (MarketDataFeedStatusEnum) Descriptor

func (MarketDataFeedStatusEnum) Enum

func (MarketDataFeedStatusEnum) EnumDescriptor deprecated

func (MarketDataFeedStatusEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use MarketDataFeedStatusEnum.Descriptor instead.

func (MarketDataFeedStatusEnum) Number

func (MarketDataFeedStatusEnum) String

func (x MarketDataFeedStatusEnum) String() string

func (MarketDataFeedStatusEnum) Type

type MarketDataFeedSymbolStatus

type MarketDataFeedSymbolStatus struct {
	SymbolID uint32                   `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Status   MarketDataFeedStatusEnum `protobuf:"varint,2,opt,name=Status,proto3,enum=DTC_PB.MarketDataFeedStatusEnum" json:"Status,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataFeedSymbolStatus) Descriptor deprecated

func (*MarketDataFeedSymbolStatus) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataFeedSymbolStatus.ProtoReflect.Descriptor instead.

func (*MarketDataFeedSymbolStatus) GetStatus

func (*MarketDataFeedSymbolStatus) GetSymbolID

func (x *MarketDataFeedSymbolStatus) GetSymbolID() uint32

func (*MarketDataFeedSymbolStatus) ProtoMessage

func (*MarketDataFeedSymbolStatus) ProtoMessage()

func (*MarketDataFeedSymbolStatus) ProtoReflect

func (*MarketDataFeedSymbolStatus) Reset

func (x *MarketDataFeedSymbolStatus) Reset()

func (*MarketDataFeedSymbolStatus) String

func (x *MarketDataFeedSymbolStatus) String() string

type MarketDataReject

type MarketDataReject struct {
	SymbolID   uint32 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	RejectText string `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataReject) Descriptor deprecated

func (*MarketDataReject) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataReject.ProtoReflect.Descriptor instead.

func (*MarketDataReject) GetRejectText

func (x *MarketDataReject) GetRejectText() string

func (*MarketDataReject) GetSymbolID

func (x *MarketDataReject) GetSymbolID() uint32

func (*MarketDataReject) ProtoMessage

func (*MarketDataReject) ProtoMessage()

func (*MarketDataReject) ProtoReflect

func (x *MarketDataReject) ProtoReflect() protoreflect.Message

func (*MarketDataReject) Reset

func (x *MarketDataReject) Reset()

func (*MarketDataReject) String

func (x *MarketDataReject) String() string

type MarketDataRequest

type MarketDataRequest struct {
	RequestAction                            RequestActionEnum `protobuf:"varint,1,opt,name=RequestAction,proto3,enum=DTC_PB.RequestActionEnum" json:"RequestAction,omitempty"`
	SymbolID                                 uint32            `protobuf:"varint,2,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Symbol                                   string            `protobuf:"bytes,3,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange                                 string            `protobuf:"bytes,4,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	IntervalForSnapshotUpdatesInMilliseconds uint32            `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataRequest) Descriptor deprecated

func (*MarketDataRequest) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataRequest.ProtoReflect.Descriptor instead.

func (*MarketDataRequest) GetExchange

func (x *MarketDataRequest) GetExchange() string

func (*MarketDataRequest) GetIntervalForSnapshotUpdatesInMilliseconds

func (x *MarketDataRequest) GetIntervalForSnapshotUpdatesInMilliseconds() uint32

func (*MarketDataRequest) GetRequestAction

func (x *MarketDataRequest) GetRequestAction() RequestActionEnum

func (*MarketDataRequest) GetSymbol

func (x *MarketDataRequest) GetSymbol() string

func (*MarketDataRequest) GetSymbolID

func (x *MarketDataRequest) GetSymbolID() uint32

func (*MarketDataRequest) ProtoMessage

func (*MarketDataRequest) ProtoMessage()

func (*MarketDataRequest) ProtoReflect

func (x *MarketDataRequest) ProtoReflect() protoreflect.Message

func (*MarketDataRequest) Reset

func (x *MarketDataRequest) Reset()

func (*MarketDataRequest) String

func (x *MarketDataRequest) String() string

type MarketDataSnapshot

type MarketDataSnapshot struct {
	SymbolID                  uint32            `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	SessionSettlementPrice    float64           `protobuf:"fixed64,2,opt,name=SessionSettlementPrice,proto3" json:"SessionSettlementPrice,omitempty"`
	SessionOpenPrice          float64           `protobuf:"fixed64,3,opt,name=SessionOpenPrice,proto3" json:"SessionOpenPrice,omitempty"`
	SessionHighPrice          float64           `protobuf:"fixed64,4,opt,name=SessionHighPrice,proto3" json:"SessionHighPrice,omitempty"`
	SessionLowPrice           float64           `protobuf:"fixed64,5,opt,name=SessionLowPrice,proto3" json:"SessionLowPrice,omitempty"`
	SessionVolume             float64           `protobuf:"fixed64,6,opt,name=SessionVolume,proto3" json:"SessionVolume,omitempty"`
	SessionNumTrades          uint32            `protobuf:"varint,7,opt,name=SessionNumTrades,proto3" json:"SessionNumTrades,omitempty"`
	OpenInterest              uint32            `protobuf:"varint,8,opt,name=OpenInterest,proto3" json:"OpenInterest,omitempty"`
	BidPrice                  float64           `protobuf:"fixed64,9,opt,name=BidPrice,proto3" json:"BidPrice,omitempty"`
	AskPrice                  float64           `protobuf:"fixed64,10,opt,name=AskPrice,proto3" json:"AskPrice,omitempty"`
	AskQuantity               float64           `protobuf:"fixed64,11,opt,name=AskQuantity,proto3" json:"AskQuantity,omitempty"`
	BidQuantity               float64           `protobuf:"fixed64,12,opt,name=BidQuantity,proto3" json:"BidQuantity,omitempty"`
	LastTradePrice            float64           `protobuf:"fixed64,13,opt,name=LastTradePrice,proto3" json:"LastTradePrice,omitempty"`
	LastTradeVolume           float64           `protobuf:"fixed64,14,opt,name=LastTradeVolume,proto3" json:"LastTradeVolume,omitempty"`
	LastTradeDateTime         float64           `protobuf:"fixed64,15,opt,name=LastTradeDateTime,proto3" json:"LastTradeDateTime,omitempty"`
	BidAskDateTime            float64           `protobuf:"fixed64,16,opt,name=BidAskDateTime,proto3" json:"BidAskDateTime,omitempty"`
	SessionSettlementDateTime uint32            `protobuf:"varint,17,opt,name=SessionSettlementDateTime,proto3" json:"SessionSettlementDateTime,omitempty"`
	TradingSessionDate        uint32            `protobuf:"varint,18,opt,name=TradingSessionDate,proto3" json:"TradingSessionDate,omitempty"`
	TradingStatus             TradingStatusEnum `protobuf:"varint,19,opt,name=TradingStatus,proto3,enum=DTC_PB.TradingStatusEnum" json:"TradingStatus,omitempty"`
	MarketDepthUpdateDateTime float64           `protobuf:"fixed64,20,opt,name=MarketDepthUpdateDateTime,proto3" json:"MarketDepthUpdateDateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataSnapshot) Descriptor deprecated

func (*MarketDataSnapshot) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataSnapshot.ProtoReflect.Descriptor instead.

func (*MarketDataSnapshot) GetAskPrice

func (x *MarketDataSnapshot) GetAskPrice() float64

func (*MarketDataSnapshot) GetAskQuantity

func (x *MarketDataSnapshot) GetAskQuantity() float64

func (*MarketDataSnapshot) GetBidAskDateTime

func (x *MarketDataSnapshot) GetBidAskDateTime() float64

func (*MarketDataSnapshot) GetBidPrice

func (x *MarketDataSnapshot) GetBidPrice() float64

func (*MarketDataSnapshot) GetBidQuantity

func (x *MarketDataSnapshot) GetBidQuantity() float64

func (*MarketDataSnapshot) GetLastTradeDateTime

func (x *MarketDataSnapshot) GetLastTradeDateTime() float64

func (*MarketDataSnapshot) GetLastTradePrice

func (x *MarketDataSnapshot) GetLastTradePrice() float64

func (*MarketDataSnapshot) GetLastTradeVolume

func (x *MarketDataSnapshot) GetLastTradeVolume() float64

func (*MarketDataSnapshot) GetMarketDepthUpdateDateTime

func (x *MarketDataSnapshot) GetMarketDepthUpdateDateTime() float64

func (*MarketDataSnapshot) GetOpenInterest

func (x *MarketDataSnapshot) GetOpenInterest() uint32

func (*MarketDataSnapshot) GetSessionHighPrice

func (x *MarketDataSnapshot) GetSessionHighPrice() float64

func (*MarketDataSnapshot) GetSessionLowPrice

func (x *MarketDataSnapshot) GetSessionLowPrice() float64

func (*MarketDataSnapshot) GetSessionNumTrades

func (x *MarketDataSnapshot) GetSessionNumTrades() uint32

func (*MarketDataSnapshot) GetSessionOpenPrice

func (x *MarketDataSnapshot) GetSessionOpenPrice() float64

func (*MarketDataSnapshot) GetSessionSettlementDateTime

func (x *MarketDataSnapshot) GetSessionSettlementDateTime() uint32

func (*MarketDataSnapshot) GetSessionSettlementPrice

func (x *MarketDataSnapshot) GetSessionSettlementPrice() float64

func (*MarketDataSnapshot) GetSessionVolume

func (x *MarketDataSnapshot) GetSessionVolume() float64

func (*MarketDataSnapshot) GetSymbolID

func (x *MarketDataSnapshot) GetSymbolID() uint32

func (*MarketDataSnapshot) GetTradingSessionDate

func (x *MarketDataSnapshot) GetTradingSessionDate() uint32

func (*MarketDataSnapshot) GetTradingStatus

func (x *MarketDataSnapshot) GetTradingStatus() TradingStatusEnum

func (*MarketDataSnapshot) ProtoMessage

func (*MarketDataSnapshot) ProtoMessage()

func (*MarketDataSnapshot) ProtoReflect

func (x *MarketDataSnapshot) ProtoReflect() protoreflect.Message

func (*MarketDataSnapshot) Reset

func (x *MarketDataSnapshot) Reset()

func (*MarketDataSnapshot) String

func (x *MarketDataSnapshot) String() string

type MarketDataSnapshot_Int

type MarketDataSnapshot_Int struct {
	SymbolID                  uint32            `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	SessionSettlementPrice    int32             `protobuf:"varint,2,opt,name=SessionSettlementPrice,proto3" json:"SessionSettlementPrice,omitempty"`
	SessionOpenPrice          int32             `protobuf:"varint,3,opt,name=SessionOpenPrice,proto3" json:"SessionOpenPrice,omitempty"`
	SessionHighPrice          int32             `protobuf:"varint,4,opt,name=SessionHighPrice,proto3" json:"SessionHighPrice,omitempty"`
	SessionLowPrice           int32             `protobuf:"varint,5,opt,name=SessionLowPrice,proto3" json:"SessionLowPrice,omitempty"`
	SessionVolume             int32             `protobuf:"varint,6,opt,name=SessionVolume,proto3" json:"SessionVolume,omitempty"`
	SessionNumTrades          uint32            `protobuf:"varint,7,opt,name=SessionNumTrades,proto3" json:"SessionNumTrades,omitempty"`
	OpenInterest              uint32            `protobuf:"varint,8,opt,name=OpenInterest,proto3" json:"OpenInterest,omitempty"`
	BidPrice                  int32             `protobuf:"varint,9,opt,name=BidPrice,proto3" json:"BidPrice,omitempty"`
	AskPrice                  int32             `protobuf:"varint,10,opt,name=AskPrice,proto3" json:"AskPrice,omitempty"`
	AskQuantity               int32             `protobuf:"varint,11,opt,name=AskQuantity,proto3" json:"AskQuantity,omitempty"`
	BidQuantity               int32             `protobuf:"varint,12,opt,name=BidQuantity,proto3" json:"BidQuantity,omitempty"`
	LastTradePrice            int32             `protobuf:"varint,13,opt,name=LastTradePrice,proto3" json:"LastTradePrice,omitempty"`
	LastTradeVolume           int32             `protobuf:"varint,14,opt,name=LastTradeVolume,proto3" json:"LastTradeVolume,omitempty"`
	LastTradeDateTime         float64           `protobuf:"fixed64,15,opt,name=LastTradeDateTime,proto3" json:"LastTradeDateTime,omitempty"`
	BidAskDateTime            float64           `protobuf:"fixed64,16,opt,name=BidAskDateTime,proto3" json:"BidAskDateTime,omitempty"`
	SessionSettlementDateTime uint32            `protobuf:"varint,17,opt,name=SessionSettlementDateTime,proto3" json:"SessionSettlementDateTime,omitempty"`
	TradingSessionDate        uint32            `protobuf:"varint,18,opt,name=TradingSessionDate,proto3" json:"TradingSessionDate,omitempty"`
	TradingStatus             TradingStatusEnum `protobuf:"varint,19,opt,name=TradingStatus,proto3,enum=DTC_PB.TradingStatusEnum" json:"TradingStatus,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataSnapshot_Int) Descriptor deprecated

func (*MarketDataSnapshot_Int) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataSnapshot_Int.ProtoReflect.Descriptor instead.

func (*MarketDataSnapshot_Int) GetAskPrice

func (x *MarketDataSnapshot_Int) GetAskPrice() int32

func (*MarketDataSnapshot_Int) GetAskQuantity

func (x *MarketDataSnapshot_Int) GetAskQuantity() int32

func (*MarketDataSnapshot_Int) GetBidAskDateTime

func (x *MarketDataSnapshot_Int) GetBidAskDateTime() float64

func (*MarketDataSnapshot_Int) GetBidPrice

func (x *MarketDataSnapshot_Int) GetBidPrice() int32

func (*MarketDataSnapshot_Int) GetBidQuantity

func (x *MarketDataSnapshot_Int) GetBidQuantity() int32

func (*MarketDataSnapshot_Int) GetLastTradeDateTime

func (x *MarketDataSnapshot_Int) GetLastTradeDateTime() float64

func (*MarketDataSnapshot_Int) GetLastTradePrice

func (x *MarketDataSnapshot_Int) GetLastTradePrice() int32

func (*MarketDataSnapshot_Int) GetLastTradeVolume

func (x *MarketDataSnapshot_Int) GetLastTradeVolume() int32

func (*MarketDataSnapshot_Int) GetOpenInterest

func (x *MarketDataSnapshot_Int) GetOpenInterest() uint32

func (*MarketDataSnapshot_Int) GetSessionHighPrice

func (x *MarketDataSnapshot_Int) GetSessionHighPrice() int32

func (*MarketDataSnapshot_Int) GetSessionLowPrice

func (x *MarketDataSnapshot_Int) GetSessionLowPrice() int32

func (*MarketDataSnapshot_Int) GetSessionNumTrades

func (x *MarketDataSnapshot_Int) GetSessionNumTrades() uint32

func (*MarketDataSnapshot_Int) GetSessionOpenPrice

func (x *MarketDataSnapshot_Int) GetSessionOpenPrice() int32

func (*MarketDataSnapshot_Int) GetSessionSettlementDateTime

func (x *MarketDataSnapshot_Int) GetSessionSettlementDateTime() uint32

func (*MarketDataSnapshot_Int) GetSessionSettlementPrice

func (x *MarketDataSnapshot_Int) GetSessionSettlementPrice() int32

func (*MarketDataSnapshot_Int) GetSessionVolume

func (x *MarketDataSnapshot_Int) GetSessionVolume() int32

func (*MarketDataSnapshot_Int) GetSymbolID

func (x *MarketDataSnapshot_Int) GetSymbolID() uint32

func (*MarketDataSnapshot_Int) GetTradingSessionDate

func (x *MarketDataSnapshot_Int) GetTradingSessionDate() uint32

func (*MarketDataSnapshot_Int) GetTradingStatus

func (x *MarketDataSnapshot_Int) GetTradingStatus() TradingStatusEnum

func (*MarketDataSnapshot_Int) ProtoMessage

func (*MarketDataSnapshot_Int) ProtoMessage()

func (*MarketDataSnapshot_Int) ProtoReflect

func (x *MarketDataSnapshot_Int) ProtoReflect() protoreflect.Message

func (*MarketDataSnapshot_Int) Reset

func (x *MarketDataSnapshot_Int) Reset()

func (*MarketDataSnapshot_Int) String

func (x *MarketDataSnapshot_Int) String() string

type MarketDataUpdateBidAsk

type MarketDataUpdateBidAsk struct {
	SymbolID    uint32  `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	BidPrice    float64 `protobuf:"fixed64,2,opt,name=BidPrice,proto3" json:"BidPrice,omitempty"`
	BidQuantity float32 `protobuf:"fixed32,3,opt,name=BidQuantity,proto3" json:"BidQuantity,omitempty"`
	AskPrice    float64 `protobuf:"fixed64,4,opt,name=AskPrice,proto3" json:"AskPrice,omitempty"`
	AskQuantity float32 `protobuf:"fixed32,5,opt,name=AskQuantity,proto3" json:"AskQuantity,omitempty"`
	DateTime    int32   `protobuf:"fixed32,6,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateBidAsk) Descriptor deprecated

func (*MarketDataUpdateBidAsk) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateBidAsk.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateBidAsk) GetAskPrice

func (x *MarketDataUpdateBidAsk) GetAskPrice() float64

func (*MarketDataUpdateBidAsk) GetAskQuantity

func (x *MarketDataUpdateBidAsk) GetAskQuantity() float32

func (*MarketDataUpdateBidAsk) GetBidPrice

func (x *MarketDataUpdateBidAsk) GetBidPrice() float64

func (*MarketDataUpdateBidAsk) GetBidQuantity

func (x *MarketDataUpdateBidAsk) GetBidQuantity() float32

func (*MarketDataUpdateBidAsk) GetDateTime

func (x *MarketDataUpdateBidAsk) GetDateTime() int32

func (*MarketDataUpdateBidAsk) GetSymbolID

func (x *MarketDataUpdateBidAsk) GetSymbolID() uint32

func (*MarketDataUpdateBidAsk) ProtoMessage

func (*MarketDataUpdateBidAsk) ProtoMessage()

func (*MarketDataUpdateBidAsk) ProtoReflect

func (x *MarketDataUpdateBidAsk) ProtoReflect() protoreflect.Message

func (*MarketDataUpdateBidAsk) Reset

func (x *MarketDataUpdateBidAsk) Reset()

func (*MarketDataUpdateBidAsk) String

func (x *MarketDataUpdateBidAsk) String() string

type MarketDataUpdateBidAsk2

type MarketDataUpdateBidAsk2 struct {
	SymbolID    uint32  `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	BidPrice    float32 `protobuf:"fixed32,2,opt,name=BidPrice,proto3" json:"BidPrice,omitempty"`
	BidQuantity float32 `protobuf:"fixed32,3,opt,name=BidQuantity,proto3" json:"BidQuantity,omitempty"`
	AskPrice    float32 `protobuf:"fixed32,4,opt,name=AskPrice,proto3" json:"AskPrice,omitempty"`
	AskQuantity float32 `protobuf:"fixed32,5,opt,name=AskQuantity,proto3" json:"AskQuantity,omitempty"`
	DateTime    int64   `protobuf:"varint,6,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateBidAsk2) Descriptor deprecated

func (*MarketDataUpdateBidAsk2) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateBidAsk2.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateBidAsk2) GetAskPrice

func (x *MarketDataUpdateBidAsk2) GetAskPrice() float32

func (*MarketDataUpdateBidAsk2) GetAskQuantity

func (x *MarketDataUpdateBidAsk2) GetAskQuantity() float32

func (*MarketDataUpdateBidAsk2) GetBidPrice

func (x *MarketDataUpdateBidAsk2) GetBidPrice() float32

func (*MarketDataUpdateBidAsk2) GetBidQuantity

func (x *MarketDataUpdateBidAsk2) GetBidQuantity() float32

func (*MarketDataUpdateBidAsk2) GetDateTime

func (x *MarketDataUpdateBidAsk2) GetDateTime() int64

func (*MarketDataUpdateBidAsk2) GetSymbolID

func (x *MarketDataUpdateBidAsk2) GetSymbolID() uint32

func (*MarketDataUpdateBidAsk2) ProtoMessage

func (*MarketDataUpdateBidAsk2) ProtoMessage()

func (*MarketDataUpdateBidAsk2) ProtoReflect

func (x *MarketDataUpdateBidAsk2) ProtoReflect() protoreflect.Message

func (*MarketDataUpdateBidAsk2) Reset

func (x *MarketDataUpdateBidAsk2) Reset()

func (*MarketDataUpdateBidAsk2) String

func (x *MarketDataUpdateBidAsk2) String() string

type MarketDataUpdateBidAskCompact

type MarketDataUpdateBidAskCompact struct {
	BidPrice    float32 `protobuf:"fixed32,1,opt,name=BidPrice,proto3" json:"BidPrice,omitempty"`
	BidQuantity float32 `protobuf:"fixed32,2,opt,name=BidQuantity,proto3" json:"BidQuantity,omitempty"`
	AskPrice    float32 `protobuf:"fixed32,3,opt,name=AskPrice,proto3" json:"AskPrice,omitempty"`
	AskQuantity float32 `protobuf:"fixed32,4,opt,name=AskQuantity,proto3" json:"AskQuantity,omitempty"`
	DateTime    int32   `protobuf:"fixed32,5,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	SymbolID    uint32  `protobuf:"varint,6,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateBidAskCompact) Descriptor deprecated

func (*MarketDataUpdateBidAskCompact) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateBidAskCompact.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateBidAskCompact) GetAskPrice

func (x *MarketDataUpdateBidAskCompact) GetAskPrice() float32

func (*MarketDataUpdateBidAskCompact) GetAskQuantity

func (x *MarketDataUpdateBidAskCompact) GetAskQuantity() float32

func (*MarketDataUpdateBidAskCompact) GetBidPrice

func (x *MarketDataUpdateBidAskCompact) GetBidPrice() float32

func (*MarketDataUpdateBidAskCompact) GetBidQuantity

func (x *MarketDataUpdateBidAskCompact) GetBidQuantity() float32

func (*MarketDataUpdateBidAskCompact) GetDateTime

func (x *MarketDataUpdateBidAskCompact) GetDateTime() int32

func (*MarketDataUpdateBidAskCompact) GetSymbolID

func (x *MarketDataUpdateBidAskCompact) GetSymbolID() uint32

func (*MarketDataUpdateBidAskCompact) ProtoMessage

func (*MarketDataUpdateBidAskCompact) ProtoMessage()

func (*MarketDataUpdateBidAskCompact) ProtoReflect

func (*MarketDataUpdateBidAskCompact) Reset

func (x *MarketDataUpdateBidAskCompact) Reset()

func (*MarketDataUpdateBidAskCompact) String

type MarketDataUpdateBidAskNoTimeStamp

type MarketDataUpdateBidAskNoTimeStamp struct {
	SymbolID    uint32  `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	BidPrice    float32 `protobuf:"fixed32,2,opt,name=BidPrice,proto3" json:"BidPrice,omitempty"`
	BidQuantity uint32  `protobuf:"varint,3,opt,name=BidQuantity,proto3" json:"BidQuantity,omitempty"`
	AskPrice    float32 `protobuf:"fixed32,4,opt,name=AskPrice,proto3" json:"AskPrice,omitempty"`
	AskQuantity uint32  `protobuf:"varint,5,opt,name=AskQuantity,proto3" json:"AskQuantity,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateBidAskNoTimeStamp) Descriptor deprecated

func (*MarketDataUpdateBidAskNoTimeStamp) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateBidAskNoTimeStamp.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateBidAskNoTimeStamp) GetAskPrice

func (x *MarketDataUpdateBidAskNoTimeStamp) GetAskPrice() float32

func (*MarketDataUpdateBidAskNoTimeStamp) GetAskQuantity

func (x *MarketDataUpdateBidAskNoTimeStamp) GetAskQuantity() uint32

func (*MarketDataUpdateBidAskNoTimeStamp) GetBidPrice

func (x *MarketDataUpdateBidAskNoTimeStamp) GetBidPrice() float32

func (*MarketDataUpdateBidAskNoTimeStamp) GetBidQuantity

func (x *MarketDataUpdateBidAskNoTimeStamp) GetBidQuantity() uint32

func (*MarketDataUpdateBidAskNoTimeStamp) GetSymbolID

func (x *MarketDataUpdateBidAskNoTimeStamp) GetSymbolID() uint32

func (*MarketDataUpdateBidAskNoTimeStamp) ProtoMessage

func (*MarketDataUpdateBidAskNoTimeStamp) ProtoMessage()

func (*MarketDataUpdateBidAskNoTimeStamp) ProtoReflect

func (*MarketDataUpdateBidAskNoTimeStamp) Reset

func (*MarketDataUpdateBidAskNoTimeStamp) String

type MarketDataUpdateBidAsk_Int

type MarketDataUpdateBidAsk_Int struct {
	SymbolID    uint32 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	BidPrice    int32  `protobuf:"varint,2,opt,name=BidPrice,proto3" json:"BidPrice,omitempty"`
	BidQuantity int32  `protobuf:"varint,3,opt,name=BidQuantity,proto3" json:"BidQuantity,omitempty"`
	AskPrice    int32  `protobuf:"varint,4,opt,name=AskPrice,proto3" json:"AskPrice,omitempty"`
	AskQuantity int32  `protobuf:"varint,5,opt,name=AskQuantity,proto3" json:"AskQuantity,omitempty"`
	DateTime    int32  `protobuf:"fixed32,6,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateBidAsk_Int) Descriptor deprecated

func (*MarketDataUpdateBidAsk_Int) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateBidAsk_Int.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateBidAsk_Int) GetAskPrice

func (x *MarketDataUpdateBidAsk_Int) GetAskPrice() int32

func (*MarketDataUpdateBidAsk_Int) GetAskQuantity

func (x *MarketDataUpdateBidAsk_Int) GetAskQuantity() int32

func (*MarketDataUpdateBidAsk_Int) GetBidPrice

func (x *MarketDataUpdateBidAsk_Int) GetBidPrice() int32

func (*MarketDataUpdateBidAsk_Int) GetBidQuantity

func (x *MarketDataUpdateBidAsk_Int) GetBidQuantity() int32

func (*MarketDataUpdateBidAsk_Int) GetDateTime

func (x *MarketDataUpdateBidAsk_Int) GetDateTime() int32

func (*MarketDataUpdateBidAsk_Int) GetSymbolID

func (x *MarketDataUpdateBidAsk_Int) GetSymbolID() uint32

func (*MarketDataUpdateBidAsk_Int) ProtoMessage

func (*MarketDataUpdateBidAsk_Int) ProtoMessage()

func (*MarketDataUpdateBidAsk_Int) ProtoReflect

func (*MarketDataUpdateBidAsk_Int) Reset

func (x *MarketDataUpdateBidAsk_Int) Reset()

func (*MarketDataUpdateBidAsk_Int) String

func (x *MarketDataUpdateBidAsk_Int) String() string

type MarketDataUpdateLastTradeSnapshot

type MarketDataUpdateLastTradeSnapshot struct {
	SymbolID          uint32  `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	LastTradePrice    float64 `protobuf:"fixed64,2,opt,name=LastTradePrice,proto3" json:"LastTradePrice,omitempty"`
	LastTradeVolume   float64 `protobuf:"fixed64,3,opt,name=LastTradeVolume,proto3" json:"LastTradeVolume,omitempty"`
	LastTradeDateTime float64 `protobuf:"fixed64,4,opt,name=LastTradeDateTime,proto3" json:"LastTradeDateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateLastTradeSnapshot) Descriptor deprecated

func (*MarketDataUpdateLastTradeSnapshot) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateLastTradeSnapshot.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateLastTradeSnapshot) GetLastTradeDateTime

func (x *MarketDataUpdateLastTradeSnapshot) GetLastTradeDateTime() float64

func (*MarketDataUpdateLastTradeSnapshot) GetLastTradePrice

func (x *MarketDataUpdateLastTradeSnapshot) GetLastTradePrice() float64

func (*MarketDataUpdateLastTradeSnapshot) GetLastTradeVolume

func (x *MarketDataUpdateLastTradeSnapshot) GetLastTradeVolume() float64

func (*MarketDataUpdateLastTradeSnapshot) GetSymbolID

func (x *MarketDataUpdateLastTradeSnapshot) GetSymbolID() uint32

func (*MarketDataUpdateLastTradeSnapshot) ProtoMessage

func (*MarketDataUpdateLastTradeSnapshot) ProtoMessage()

func (*MarketDataUpdateLastTradeSnapshot) ProtoReflect

func (*MarketDataUpdateLastTradeSnapshot) Reset

func (*MarketDataUpdateLastTradeSnapshot) String

type MarketDataUpdateOpenInterest

type MarketDataUpdateOpenInterest struct {
	SymbolID           uint32 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	OpenInterest       uint32 `protobuf:"varint,2,opt,name=OpenInterest,proto3" json:"OpenInterest,omitempty"`
	TradingSessionDate uint32 `protobuf:"varint,3,opt,name=TradingSessionDate,proto3" json:"TradingSessionDate,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateOpenInterest) Descriptor deprecated

func (*MarketDataUpdateOpenInterest) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateOpenInterest.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateOpenInterest) GetOpenInterest

func (x *MarketDataUpdateOpenInterest) GetOpenInterest() uint32

func (*MarketDataUpdateOpenInterest) GetSymbolID

func (x *MarketDataUpdateOpenInterest) GetSymbolID() uint32

func (*MarketDataUpdateOpenInterest) GetTradingSessionDate

func (x *MarketDataUpdateOpenInterest) GetTradingSessionDate() uint32

func (*MarketDataUpdateOpenInterest) ProtoMessage

func (*MarketDataUpdateOpenInterest) ProtoMessage()

func (*MarketDataUpdateOpenInterest) ProtoReflect

func (*MarketDataUpdateOpenInterest) Reset

func (x *MarketDataUpdateOpenInterest) Reset()

func (*MarketDataUpdateOpenInterest) String

type MarketDataUpdateSessionHigh

type MarketDataUpdateSessionHigh struct {
	SymbolID           uint32  `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price              float64 `protobuf:"fixed64,2,opt,name=Price,proto3" json:"Price,omitempty"`
	TradingSessionDate uint32  `protobuf:"varint,3,opt,name=TradingSessionDate,proto3" json:"TradingSessionDate,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateSessionHigh) Descriptor deprecated

func (*MarketDataUpdateSessionHigh) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateSessionHigh.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateSessionHigh) GetPrice

func (x *MarketDataUpdateSessionHigh) GetPrice() float64

func (*MarketDataUpdateSessionHigh) GetSymbolID

func (x *MarketDataUpdateSessionHigh) GetSymbolID() uint32

func (*MarketDataUpdateSessionHigh) GetTradingSessionDate

func (x *MarketDataUpdateSessionHigh) GetTradingSessionDate() uint32

func (*MarketDataUpdateSessionHigh) ProtoMessage

func (*MarketDataUpdateSessionHigh) ProtoMessage()

func (*MarketDataUpdateSessionHigh) ProtoReflect

func (*MarketDataUpdateSessionHigh) Reset

func (x *MarketDataUpdateSessionHigh) Reset()

func (*MarketDataUpdateSessionHigh) String

func (x *MarketDataUpdateSessionHigh) String() string

type MarketDataUpdateSessionHigh_Int

type MarketDataUpdateSessionHigh_Int struct {
	SymbolID           uint32 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price              int32  `protobuf:"varint,2,opt,name=Price,proto3" json:"Price,omitempty"`
	TradingSessionDate uint32 `protobuf:"varint,3,opt,name=TradingSessionDate,proto3" json:"TradingSessionDate,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateSessionHigh_Int) Descriptor deprecated

func (*MarketDataUpdateSessionHigh_Int) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateSessionHigh_Int.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateSessionHigh_Int) GetPrice

func (x *MarketDataUpdateSessionHigh_Int) GetPrice() int32

func (*MarketDataUpdateSessionHigh_Int) GetSymbolID

func (x *MarketDataUpdateSessionHigh_Int) GetSymbolID() uint32

func (*MarketDataUpdateSessionHigh_Int) GetTradingSessionDate

func (x *MarketDataUpdateSessionHigh_Int) GetTradingSessionDate() uint32

func (*MarketDataUpdateSessionHigh_Int) ProtoMessage

func (*MarketDataUpdateSessionHigh_Int) ProtoMessage()

func (*MarketDataUpdateSessionHigh_Int) ProtoReflect

func (*MarketDataUpdateSessionHigh_Int) Reset

func (*MarketDataUpdateSessionHigh_Int) String

type MarketDataUpdateSessionLow

type MarketDataUpdateSessionLow struct {
	SymbolID           uint32  `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price              float64 `protobuf:"fixed64,2,opt,name=Price,proto3" json:"Price,omitempty"`
	TradingSessionDate uint32  `protobuf:"varint,3,opt,name=TradingSessionDate,proto3" json:"TradingSessionDate,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateSessionLow) Descriptor deprecated

func (*MarketDataUpdateSessionLow) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateSessionLow.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateSessionLow) GetPrice

func (x *MarketDataUpdateSessionLow) GetPrice() float64

func (*MarketDataUpdateSessionLow) GetSymbolID

func (x *MarketDataUpdateSessionLow) GetSymbolID() uint32

func (*MarketDataUpdateSessionLow) GetTradingSessionDate

func (x *MarketDataUpdateSessionLow) GetTradingSessionDate() uint32

func (*MarketDataUpdateSessionLow) ProtoMessage

func (*MarketDataUpdateSessionLow) ProtoMessage()

func (*MarketDataUpdateSessionLow) ProtoReflect

func (*MarketDataUpdateSessionLow) Reset

func (x *MarketDataUpdateSessionLow) Reset()

func (*MarketDataUpdateSessionLow) String

func (x *MarketDataUpdateSessionLow) String() string

type MarketDataUpdateSessionLow_Int

type MarketDataUpdateSessionLow_Int struct {
	SymbolID           uint32 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price              int32  `protobuf:"varint,2,opt,name=Price,proto3" json:"Price,omitempty"`
	TradingSessionDate uint32 `protobuf:"varint,3,opt,name=TradingSessionDate,proto3" json:"TradingSessionDate,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateSessionLow_Int) Descriptor deprecated

func (*MarketDataUpdateSessionLow_Int) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateSessionLow_Int.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateSessionLow_Int) GetPrice

func (x *MarketDataUpdateSessionLow_Int) GetPrice() int32

func (*MarketDataUpdateSessionLow_Int) GetSymbolID

func (x *MarketDataUpdateSessionLow_Int) GetSymbolID() uint32

func (*MarketDataUpdateSessionLow_Int) GetTradingSessionDate

func (x *MarketDataUpdateSessionLow_Int) GetTradingSessionDate() uint32

func (*MarketDataUpdateSessionLow_Int) ProtoMessage

func (*MarketDataUpdateSessionLow_Int) ProtoMessage()

func (*MarketDataUpdateSessionLow_Int) ProtoReflect

func (*MarketDataUpdateSessionLow_Int) Reset

func (x *MarketDataUpdateSessionLow_Int) Reset()

func (*MarketDataUpdateSessionLow_Int) String

type MarketDataUpdateSessionNumTrades

type MarketDataUpdateSessionNumTrades struct {
	SymbolID           uint32 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	NumTrades          int32  `protobuf:"varint,2,opt,name=NumTrades,proto3" json:"NumTrades,omitempty"`
	TradingSessionDate uint32 `protobuf:"varint,3,opt,name=TradingSessionDate,proto3" json:"TradingSessionDate,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateSessionNumTrades) Descriptor deprecated

func (*MarketDataUpdateSessionNumTrades) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateSessionNumTrades.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateSessionNumTrades) GetNumTrades

func (x *MarketDataUpdateSessionNumTrades) GetNumTrades() int32

func (*MarketDataUpdateSessionNumTrades) GetSymbolID

func (x *MarketDataUpdateSessionNumTrades) GetSymbolID() uint32

func (*MarketDataUpdateSessionNumTrades) GetTradingSessionDate

func (x *MarketDataUpdateSessionNumTrades) GetTradingSessionDate() uint32

func (*MarketDataUpdateSessionNumTrades) ProtoMessage

func (*MarketDataUpdateSessionNumTrades) ProtoMessage()

func (*MarketDataUpdateSessionNumTrades) ProtoReflect

func (*MarketDataUpdateSessionNumTrades) Reset

func (*MarketDataUpdateSessionNumTrades) String

type MarketDataUpdateSessionOpen

type MarketDataUpdateSessionOpen struct {
	SymbolID           uint32  `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price              float64 `protobuf:"fixed64,2,opt,name=Price,proto3" json:"Price,omitempty"`
	TradingSessionDate uint32  `protobuf:"varint,3,opt,name=TradingSessionDate,proto3" json:"TradingSessionDate,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateSessionOpen) Descriptor deprecated

func (*MarketDataUpdateSessionOpen) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateSessionOpen.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateSessionOpen) GetPrice

func (x *MarketDataUpdateSessionOpen) GetPrice() float64

func (*MarketDataUpdateSessionOpen) GetSymbolID

func (x *MarketDataUpdateSessionOpen) GetSymbolID() uint32

func (*MarketDataUpdateSessionOpen) GetTradingSessionDate

func (x *MarketDataUpdateSessionOpen) GetTradingSessionDate() uint32

func (*MarketDataUpdateSessionOpen) ProtoMessage

func (*MarketDataUpdateSessionOpen) ProtoMessage()

func (*MarketDataUpdateSessionOpen) ProtoReflect

func (*MarketDataUpdateSessionOpen) Reset

func (x *MarketDataUpdateSessionOpen) Reset()

func (*MarketDataUpdateSessionOpen) String

func (x *MarketDataUpdateSessionOpen) String() string

type MarketDataUpdateSessionOpen_Int

type MarketDataUpdateSessionOpen_Int struct {
	SymbolID           uint32 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price              int32  `protobuf:"varint,2,opt,name=Price,proto3" json:"Price,omitempty"`
	TradingSessionDate uint32 `protobuf:"varint,3,opt,name=TradingSessionDate,proto3" json:"TradingSessionDate,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateSessionOpen_Int) Descriptor deprecated

func (*MarketDataUpdateSessionOpen_Int) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateSessionOpen_Int.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateSessionOpen_Int) GetPrice

func (x *MarketDataUpdateSessionOpen_Int) GetPrice() int32

func (*MarketDataUpdateSessionOpen_Int) GetSymbolID

func (x *MarketDataUpdateSessionOpen_Int) GetSymbolID() uint32

func (*MarketDataUpdateSessionOpen_Int) GetTradingSessionDate

func (x *MarketDataUpdateSessionOpen_Int) GetTradingSessionDate() uint32

func (*MarketDataUpdateSessionOpen_Int) ProtoMessage

func (*MarketDataUpdateSessionOpen_Int) ProtoMessage()

func (*MarketDataUpdateSessionOpen_Int) ProtoReflect

func (*MarketDataUpdateSessionOpen_Int) Reset

func (*MarketDataUpdateSessionOpen_Int) String

type MarketDataUpdateSessionSettlement

type MarketDataUpdateSessionSettlement struct {
	SymbolID uint32  `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price    float64 `protobuf:"fixed64,2,opt,name=Price,proto3" json:"Price,omitempty"`
	DateTime uint32  `protobuf:"varint,3,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateSessionSettlement) Descriptor deprecated

func (*MarketDataUpdateSessionSettlement) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateSessionSettlement.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateSessionSettlement) GetDateTime

func (x *MarketDataUpdateSessionSettlement) GetDateTime() uint32

func (*MarketDataUpdateSessionSettlement) GetPrice

func (*MarketDataUpdateSessionSettlement) GetSymbolID

func (x *MarketDataUpdateSessionSettlement) GetSymbolID() uint32

func (*MarketDataUpdateSessionSettlement) ProtoMessage

func (*MarketDataUpdateSessionSettlement) ProtoMessage()

func (*MarketDataUpdateSessionSettlement) ProtoReflect

func (*MarketDataUpdateSessionSettlement) Reset

func (*MarketDataUpdateSessionSettlement) String

type MarketDataUpdateSessionSettlement_Int

type MarketDataUpdateSessionSettlement_Int struct {
	SymbolID uint32 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price    int32  `protobuf:"varint,2,opt,name=Price,proto3" json:"Price,omitempty"`
	DateTime int32  `protobuf:"varint,3,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateSessionSettlement_Int) Descriptor deprecated

func (*MarketDataUpdateSessionSettlement_Int) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateSessionSettlement_Int.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateSessionSettlement_Int) GetDateTime

func (*MarketDataUpdateSessionSettlement_Int) GetPrice

func (*MarketDataUpdateSessionSettlement_Int) GetSymbolID

func (*MarketDataUpdateSessionSettlement_Int) ProtoMessage

func (*MarketDataUpdateSessionSettlement_Int) ProtoMessage()

func (*MarketDataUpdateSessionSettlement_Int) ProtoReflect

func (*MarketDataUpdateSessionSettlement_Int) Reset

func (*MarketDataUpdateSessionSettlement_Int) String

type MarketDataUpdateSessionVolume

type MarketDataUpdateSessionVolume struct {
	SymbolID             uint32  `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Volume               float64 `protobuf:"fixed64,2,opt,name=Volume,proto3" json:"Volume,omitempty"`
	TradingSessionDate   uint32  `protobuf:"varint,3,opt,name=TradingSessionDate,proto3" json:"TradingSessionDate,omitempty"`
	IsFinalSessionVolume uint32  `protobuf:"varint,4,opt,name=IsFinalSessionVolume,proto3" json:"IsFinalSessionVolume,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateSessionVolume) Descriptor deprecated

func (*MarketDataUpdateSessionVolume) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateSessionVolume.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateSessionVolume) GetIsFinalSessionVolume

func (x *MarketDataUpdateSessionVolume) GetIsFinalSessionVolume() uint32

func (*MarketDataUpdateSessionVolume) GetSymbolID

func (x *MarketDataUpdateSessionVolume) GetSymbolID() uint32

func (*MarketDataUpdateSessionVolume) GetTradingSessionDate

func (x *MarketDataUpdateSessionVolume) GetTradingSessionDate() uint32

func (*MarketDataUpdateSessionVolume) GetVolume

func (x *MarketDataUpdateSessionVolume) GetVolume() float64

func (*MarketDataUpdateSessionVolume) ProtoMessage

func (*MarketDataUpdateSessionVolume) ProtoMessage()

func (*MarketDataUpdateSessionVolume) ProtoReflect

func (*MarketDataUpdateSessionVolume) Reset

func (x *MarketDataUpdateSessionVolume) Reset()

func (*MarketDataUpdateSessionVolume) String

type MarketDataUpdateTrade

type MarketDataUpdateTrade struct {
	SymbolID   uint32         `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	AtBidOrAsk AtBidOrAskEnum `protobuf:"varint,2,opt,name=AtBidOrAsk,proto3,enum=DTC_PB.AtBidOrAskEnum" json:"AtBidOrAsk,omitempty"`
	Price      float64        `protobuf:"fixed64,3,opt,name=Price,proto3" json:"Price,omitempty"`
	Volume     float64        `protobuf:"fixed64,4,opt,name=Volume,proto3" json:"Volume,omitempty"`
	DateTime   float64        `protobuf:"fixed64,5,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateTrade) Descriptor deprecated

func (*MarketDataUpdateTrade) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateTrade.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateTrade) GetAtBidOrAsk

func (x *MarketDataUpdateTrade) GetAtBidOrAsk() AtBidOrAskEnum

func (*MarketDataUpdateTrade) GetDateTime

func (x *MarketDataUpdateTrade) GetDateTime() float64

func (*MarketDataUpdateTrade) GetPrice

func (x *MarketDataUpdateTrade) GetPrice() float64

func (*MarketDataUpdateTrade) GetSymbolID

func (x *MarketDataUpdateTrade) GetSymbolID() uint32

func (*MarketDataUpdateTrade) GetVolume

func (x *MarketDataUpdateTrade) GetVolume() float64

func (*MarketDataUpdateTrade) ProtoMessage

func (*MarketDataUpdateTrade) ProtoMessage()

func (*MarketDataUpdateTrade) ProtoReflect

func (x *MarketDataUpdateTrade) ProtoReflect() protoreflect.Message

func (*MarketDataUpdateTrade) Reset

func (x *MarketDataUpdateTrade) Reset()

func (*MarketDataUpdateTrade) String

func (x *MarketDataUpdateTrade) String() string

type MarketDataUpdateTradeCompact

type MarketDataUpdateTradeCompact struct {
	Price      float32        `protobuf:"fixed32,1,opt,name=Price,proto3" json:"Price,omitempty"`
	Volume     float32        `protobuf:"fixed32,2,opt,name=Volume,proto3" json:"Volume,omitempty"`
	DateTime   int32          `protobuf:"fixed32,3,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	SymbolID   uint32         `protobuf:"varint,4,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	AtBidOrAsk AtBidOrAskEnum `protobuf:"varint,5,opt,name=AtBidOrAsk,proto3,enum=DTC_PB.AtBidOrAskEnum" json:"AtBidOrAsk,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateTradeCompact) Descriptor deprecated

func (*MarketDataUpdateTradeCompact) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateTradeCompact.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateTradeCompact) GetAtBidOrAsk

func (x *MarketDataUpdateTradeCompact) GetAtBidOrAsk() AtBidOrAskEnum

func (*MarketDataUpdateTradeCompact) GetDateTime

func (x *MarketDataUpdateTradeCompact) GetDateTime() int32

func (*MarketDataUpdateTradeCompact) GetPrice

func (x *MarketDataUpdateTradeCompact) GetPrice() float32

func (*MarketDataUpdateTradeCompact) GetSymbolID

func (x *MarketDataUpdateTradeCompact) GetSymbolID() uint32

func (*MarketDataUpdateTradeCompact) GetVolume

func (x *MarketDataUpdateTradeCompact) GetVolume() float32

func (*MarketDataUpdateTradeCompact) ProtoMessage

func (*MarketDataUpdateTradeCompact) ProtoMessage()

func (*MarketDataUpdateTradeCompact) ProtoReflect

func (*MarketDataUpdateTradeCompact) Reset

func (x *MarketDataUpdateTradeCompact) Reset()

func (*MarketDataUpdateTradeCompact) String

type MarketDataUpdateTradeNoTimestamp

type MarketDataUpdateTradeNoTimestamp struct {
	SymbolID                uint32                      `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price                   float32                     `protobuf:"fixed32,2,opt,name=Price,proto3" json:"Price,omitempty"`
	Volume                  uint32                      `protobuf:"varint,3,opt,name=Volume,proto3" json:"Volume,omitempty"`
	AtBidOrAsk              AtBidOrAskEnum8             `protobuf:"varint,4,opt,name=AtBidOrAsk,proto3,enum=DTC_PB.AtBidOrAskEnum8" json:"AtBidOrAsk,omitempty"`
	UnbundledTradeIndicator UnbundledTradeIndicatorEnum `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateTradeNoTimestamp) Descriptor deprecated

func (*MarketDataUpdateTradeNoTimestamp) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateTradeNoTimestamp.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateTradeNoTimestamp) GetAtBidOrAsk

func (*MarketDataUpdateTradeNoTimestamp) GetPrice

func (*MarketDataUpdateTradeNoTimestamp) GetSymbolID

func (x *MarketDataUpdateTradeNoTimestamp) GetSymbolID() uint32

func (*MarketDataUpdateTradeNoTimestamp) GetUnbundledTradeIndicator

func (x *MarketDataUpdateTradeNoTimestamp) GetUnbundledTradeIndicator() UnbundledTradeIndicatorEnum

func (*MarketDataUpdateTradeNoTimestamp) GetVolume

func (*MarketDataUpdateTradeNoTimestamp) ProtoMessage

func (*MarketDataUpdateTradeNoTimestamp) ProtoMessage()

func (*MarketDataUpdateTradeNoTimestamp) ProtoReflect

func (*MarketDataUpdateTradeNoTimestamp) Reset

func (*MarketDataUpdateTradeNoTimestamp) String

type MarketDataUpdateTradeWithUnbundledIndicator

type MarketDataUpdateTradeWithUnbundledIndicator struct {
	SymbolID                uint32                      `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	AtBidOrAsk              AtBidOrAskEnum8             `protobuf:"varint,2,opt,name=AtBidOrAsk,proto3,enum=DTC_PB.AtBidOrAskEnum8" json:"AtBidOrAsk,omitempty"`
	UnbundledTradeIndicator UnbundledTradeIndicatorEnum `` /* 140-byte string literal not displayed */
	Price                   float64                     `protobuf:"fixed64,4,opt,name=Price,proto3" json:"Price,omitempty"`
	Volume                  uint32                      `protobuf:"varint,5,opt,name=Volume,proto3" json:"Volume,omitempty"`
	DateTime                float64                     `protobuf:"fixed64,6,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	TradeCondition          uint32                      `protobuf:"varint,7,opt,name=TradeCondition,proto3" json:"TradeCondition,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateTradeWithUnbundledIndicator) Descriptor deprecated

Deprecated: Use MarketDataUpdateTradeWithUnbundledIndicator.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateTradeWithUnbundledIndicator) GetAtBidOrAsk

func (*MarketDataUpdateTradeWithUnbundledIndicator) GetDateTime

func (*MarketDataUpdateTradeWithUnbundledIndicator) GetPrice

func (*MarketDataUpdateTradeWithUnbundledIndicator) GetSymbolID

func (*MarketDataUpdateTradeWithUnbundledIndicator) GetTradeCondition

func (x *MarketDataUpdateTradeWithUnbundledIndicator) GetTradeCondition() uint32

func (*MarketDataUpdateTradeWithUnbundledIndicator) GetUnbundledTradeIndicator

func (*MarketDataUpdateTradeWithUnbundledIndicator) GetVolume

func (*MarketDataUpdateTradeWithUnbundledIndicator) ProtoMessage

func (*MarketDataUpdateTradeWithUnbundledIndicator) ProtoReflect

func (*MarketDataUpdateTradeWithUnbundledIndicator) Reset

func (*MarketDataUpdateTradeWithUnbundledIndicator) String

type MarketDataUpdateTradeWithUnbundledIndicator2

type MarketDataUpdateTradeWithUnbundledIndicator2 struct {
	SymbolID                uint32                      `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price                   float32                     `protobuf:"fixed32,2,opt,name=Price,proto3" json:"Price,omitempty"`
	Volume                  uint32                      `protobuf:"varint,3,opt,name=Volume,proto3" json:"Volume,omitempty"`
	DateTime                int64                       `protobuf:"fixed64,4,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	AtBidOrAsk              AtBidOrAskEnum8             `protobuf:"varint,5,opt,name=AtBidOrAsk,proto3,enum=DTC_PB.AtBidOrAskEnum8" json:"AtBidOrAsk,omitempty"`
	UnbundledTradeIndicator UnbundledTradeIndicatorEnum `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateTradeWithUnbundledIndicator2) Descriptor deprecated

Deprecated: Use MarketDataUpdateTradeWithUnbundledIndicator2.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateTradeWithUnbundledIndicator2) GetAtBidOrAsk

func (*MarketDataUpdateTradeWithUnbundledIndicator2) GetDateTime

func (*MarketDataUpdateTradeWithUnbundledIndicator2) GetPrice

func (*MarketDataUpdateTradeWithUnbundledIndicator2) GetSymbolID

func (*MarketDataUpdateTradeWithUnbundledIndicator2) GetUnbundledTradeIndicator

func (*MarketDataUpdateTradeWithUnbundledIndicator2) GetVolume

func (*MarketDataUpdateTradeWithUnbundledIndicator2) ProtoMessage

func (*MarketDataUpdateTradeWithUnbundledIndicator2) ProtoReflect

func (*MarketDataUpdateTradeWithUnbundledIndicator2) Reset

func (*MarketDataUpdateTradeWithUnbundledIndicator2) String

type MarketDataUpdateTrade_Int

type MarketDataUpdateTrade_Int struct {
	SymbolID   uint32         `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	AtBidOrAsk AtBidOrAskEnum `protobuf:"varint,2,opt,name=AtBidOrAsk,proto3,enum=DTC_PB.AtBidOrAskEnum" json:"AtBidOrAsk,omitempty"`
	Price      int32          `protobuf:"varint,3,opt,name=Price,proto3" json:"Price,omitempty"`
	Volume     int32          `protobuf:"varint,4,opt,name=Volume,proto3" json:"Volume,omitempty"`
	DateTime   float64        `protobuf:"fixed64,5,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateTrade_Int) Descriptor deprecated

func (*MarketDataUpdateTrade_Int) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateTrade_Int.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateTrade_Int) GetAtBidOrAsk

func (x *MarketDataUpdateTrade_Int) GetAtBidOrAsk() AtBidOrAskEnum

func (*MarketDataUpdateTrade_Int) GetDateTime

func (x *MarketDataUpdateTrade_Int) GetDateTime() float64

func (*MarketDataUpdateTrade_Int) GetPrice

func (x *MarketDataUpdateTrade_Int) GetPrice() int32

func (*MarketDataUpdateTrade_Int) GetSymbolID

func (x *MarketDataUpdateTrade_Int) GetSymbolID() uint32

func (*MarketDataUpdateTrade_Int) GetVolume

func (x *MarketDataUpdateTrade_Int) GetVolume() int32

func (*MarketDataUpdateTrade_Int) ProtoMessage

func (*MarketDataUpdateTrade_Int) ProtoMessage()

func (*MarketDataUpdateTrade_Int) ProtoReflect

func (*MarketDataUpdateTrade_Int) Reset

func (x *MarketDataUpdateTrade_Int) Reset()

func (*MarketDataUpdateTrade_Int) String

func (x *MarketDataUpdateTrade_Int) String() string

type MarketDataUpdateTradingSessionDate

type MarketDataUpdateTradingSessionDate struct {
	SymbolID uint32 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Date     uint32 `protobuf:"varint,2,opt,name=Date,proto3" json:"Date,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDataUpdateTradingSessionDate) Descriptor deprecated

func (*MarketDataUpdateTradingSessionDate) Descriptor() ([]byte, []int)

Deprecated: Use MarketDataUpdateTradingSessionDate.ProtoReflect.Descriptor instead.

func (*MarketDataUpdateTradingSessionDate) GetDate

func (*MarketDataUpdateTradingSessionDate) GetSymbolID

func (x *MarketDataUpdateTradingSessionDate) GetSymbolID() uint32

func (*MarketDataUpdateTradingSessionDate) ProtoMessage

func (*MarketDataUpdateTradingSessionDate) ProtoMessage()

func (*MarketDataUpdateTradingSessionDate) ProtoReflect

func (*MarketDataUpdateTradingSessionDate) Reset

func (*MarketDataUpdateTradingSessionDate) String

type MarketDepthReject

type MarketDepthReject struct {
	SymbolID   uint32 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	RejectText string `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDepthReject) Descriptor deprecated

func (*MarketDepthReject) Descriptor() ([]byte, []int)

Deprecated: Use MarketDepthReject.ProtoReflect.Descriptor instead.

func (*MarketDepthReject) GetRejectText

func (x *MarketDepthReject) GetRejectText() string

func (*MarketDepthReject) GetSymbolID

func (x *MarketDepthReject) GetSymbolID() uint32

func (*MarketDepthReject) ProtoMessage

func (*MarketDepthReject) ProtoMessage()

func (*MarketDepthReject) ProtoReflect

func (x *MarketDepthReject) ProtoReflect() protoreflect.Message

func (*MarketDepthReject) Reset

func (x *MarketDepthReject) Reset()

func (*MarketDepthReject) String

func (x *MarketDepthReject) String() string

type MarketDepthRequest

type MarketDepthRequest struct {
	RequestAction RequestActionEnum `protobuf:"varint,1,opt,name=RequestAction,proto3,enum=DTC_PB.RequestActionEnum" json:"RequestAction,omitempty"`
	SymbolID      uint32            `protobuf:"varint,2,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Symbol        string            `protobuf:"bytes,3,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange      string            `protobuf:"bytes,4,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	NumLevels     int32             `protobuf:"varint,5,opt,name=NumLevels,proto3" json:"NumLevels,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDepthRequest) Descriptor deprecated

func (*MarketDepthRequest) Descriptor() ([]byte, []int)

Deprecated: Use MarketDepthRequest.ProtoReflect.Descriptor instead.

func (*MarketDepthRequest) GetExchange

func (x *MarketDepthRequest) GetExchange() string

func (*MarketDepthRequest) GetNumLevels

func (x *MarketDepthRequest) GetNumLevels() int32

func (*MarketDepthRequest) GetRequestAction

func (x *MarketDepthRequest) GetRequestAction() RequestActionEnum

func (*MarketDepthRequest) GetSymbol

func (x *MarketDepthRequest) GetSymbol() string

func (*MarketDepthRequest) GetSymbolID

func (x *MarketDepthRequest) GetSymbolID() uint32

func (*MarketDepthRequest) ProtoMessage

func (*MarketDepthRequest) ProtoMessage()

func (*MarketDepthRequest) ProtoReflect

func (x *MarketDepthRequest) ProtoReflect() protoreflect.Message

func (*MarketDepthRequest) Reset

func (x *MarketDepthRequest) Reset()

func (*MarketDepthRequest) String

func (x *MarketDepthRequest) String() string

type MarketDepthSnapshotLevel

type MarketDepthSnapshotLevel struct {
	SymbolID              uint32         `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Side                  AtBidOrAskEnum `protobuf:"varint,2,opt,name=Side,proto3,enum=DTC_PB.AtBidOrAskEnum" json:"Side,omitempty"`
	Price                 float64        `protobuf:"fixed64,3,opt,name=Price,proto3" json:"Price,omitempty"`
	Quantity              float64        `protobuf:"fixed64,4,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	Level                 uint32         `protobuf:"varint,5,opt,name=Level,proto3" json:"Level,omitempty"`
	IsFirstMessageInBatch uint32         `protobuf:"varint,6,opt,name=IsFirstMessageInBatch,proto3" json:"IsFirstMessageInBatch,omitempty"`
	IsLastMessageInBatch  uint32         `protobuf:"varint,7,opt,name=IsLastMessageInBatch,proto3" json:"IsLastMessageInBatch,omitempty"`
	DateTime              float64        `protobuf:"fixed64,8,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	NumOrders             uint32         `protobuf:"varint,9,opt,name=NumOrders,proto3" json:"NumOrders,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDepthSnapshotLevel) Descriptor deprecated

func (*MarketDepthSnapshotLevel) Descriptor() ([]byte, []int)

Deprecated: Use MarketDepthSnapshotLevel.ProtoReflect.Descriptor instead.

func (*MarketDepthSnapshotLevel) GetDateTime

func (x *MarketDepthSnapshotLevel) GetDateTime() float64

func (*MarketDepthSnapshotLevel) GetIsFirstMessageInBatch

func (x *MarketDepthSnapshotLevel) GetIsFirstMessageInBatch() uint32

func (*MarketDepthSnapshotLevel) GetIsLastMessageInBatch

func (x *MarketDepthSnapshotLevel) GetIsLastMessageInBatch() uint32

func (*MarketDepthSnapshotLevel) GetLevel

func (x *MarketDepthSnapshotLevel) GetLevel() uint32

func (*MarketDepthSnapshotLevel) GetNumOrders

func (x *MarketDepthSnapshotLevel) GetNumOrders() uint32

func (*MarketDepthSnapshotLevel) GetPrice

func (x *MarketDepthSnapshotLevel) GetPrice() float64

func (*MarketDepthSnapshotLevel) GetQuantity

func (x *MarketDepthSnapshotLevel) GetQuantity() float64

func (*MarketDepthSnapshotLevel) GetSide

func (*MarketDepthSnapshotLevel) GetSymbolID

func (x *MarketDepthSnapshotLevel) GetSymbolID() uint32

func (*MarketDepthSnapshotLevel) ProtoMessage

func (*MarketDepthSnapshotLevel) ProtoMessage()

func (*MarketDepthSnapshotLevel) ProtoReflect

func (x *MarketDepthSnapshotLevel) ProtoReflect() protoreflect.Message

func (*MarketDepthSnapshotLevel) Reset

func (x *MarketDepthSnapshotLevel) Reset()

func (*MarketDepthSnapshotLevel) String

func (x *MarketDepthSnapshotLevel) String() string

type MarketDepthSnapshotLevelFloat

type MarketDepthSnapshotLevelFloat struct {
	SymbolID           uint32                 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price              float32                `protobuf:"fixed32,2,opt,name=Price,proto3" json:"Price,omitempty"`
	Quantity           float32                `protobuf:"fixed32,3,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	NumOrders          uint32                 `protobuf:"varint,4,opt,name=NumOrders,proto3" json:"NumOrders,omitempty"`
	Level              uint32                 `protobuf:"varint,5,opt,name=Level,proto3" json:"Level,omitempty"`
	Side               AtBidOrAskEnum8        `protobuf:"varint,6,opt,name=Side,proto3,enum=DTC_PB.AtBidOrAskEnum8" json:"Side,omitempty"`
	FinalUpdateInBatch FinalUpdateInBatchEnum `protobuf:"varint,7,opt,name=FinalUpdateInBatch,proto3,enum=DTC_PB.FinalUpdateInBatchEnum" json:"FinalUpdateInBatch,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDepthSnapshotLevelFloat) Descriptor deprecated

func (*MarketDepthSnapshotLevelFloat) Descriptor() ([]byte, []int)

Deprecated: Use MarketDepthSnapshotLevelFloat.ProtoReflect.Descriptor instead.

func (*MarketDepthSnapshotLevelFloat) GetFinalUpdateInBatch

func (x *MarketDepthSnapshotLevelFloat) GetFinalUpdateInBatch() FinalUpdateInBatchEnum

func (*MarketDepthSnapshotLevelFloat) GetLevel

func (x *MarketDepthSnapshotLevelFloat) GetLevel() uint32

func (*MarketDepthSnapshotLevelFloat) GetNumOrders

func (x *MarketDepthSnapshotLevelFloat) GetNumOrders() uint32

func (*MarketDepthSnapshotLevelFloat) GetPrice

func (x *MarketDepthSnapshotLevelFloat) GetPrice() float32

func (*MarketDepthSnapshotLevelFloat) GetQuantity

func (x *MarketDepthSnapshotLevelFloat) GetQuantity() float32

func (*MarketDepthSnapshotLevelFloat) GetSide

func (*MarketDepthSnapshotLevelFloat) GetSymbolID

func (x *MarketDepthSnapshotLevelFloat) GetSymbolID() uint32

func (*MarketDepthSnapshotLevelFloat) ProtoMessage

func (*MarketDepthSnapshotLevelFloat) ProtoMessage()

func (*MarketDepthSnapshotLevelFloat) ProtoReflect

func (*MarketDepthSnapshotLevelFloat) Reset

func (x *MarketDepthSnapshotLevelFloat) Reset()

func (*MarketDepthSnapshotLevelFloat) String

type MarketDepthSnapshotLevel_Int

type MarketDepthSnapshotLevel_Int struct {
	SymbolID              uint32         `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Side                  AtBidOrAskEnum `protobuf:"varint,2,opt,name=Side,proto3,enum=DTC_PB.AtBidOrAskEnum" json:"Side,omitempty"`
	Price                 int32          `protobuf:"varint,3,opt,name=Price,proto3" json:"Price,omitempty"`
	Quantity              int32          `protobuf:"varint,4,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	Level                 uint32         `protobuf:"varint,5,opt,name=Level,proto3" json:"Level,omitempty"`
	IsFirstMessageInBatch uint32         `protobuf:"varint,6,opt,name=IsFirstMessageInBatch,proto3" json:"IsFirstMessageInBatch,omitempty"`
	IsLastMessageInBatch  uint32         `protobuf:"varint,7,opt,name=IsLastMessageInBatch,proto3" json:"IsLastMessageInBatch,omitempty"`
	DateTime              float64        `protobuf:"fixed64,8,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	NumOrders             uint32         `protobuf:"varint,9,opt,name=NumOrders,proto3" json:"NumOrders,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDepthSnapshotLevel_Int) Descriptor deprecated

func (*MarketDepthSnapshotLevel_Int) Descriptor() ([]byte, []int)

Deprecated: Use MarketDepthSnapshotLevel_Int.ProtoReflect.Descriptor instead.

func (*MarketDepthSnapshotLevel_Int) GetDateTime

func (x *MarketDepthSnapshotLevel_Int) GetDateTime() float64

func (*MarketDepthSnapshotLevel_Int) GetIsFirstMessageInBatch

func (x *MarketDepthSnapshotLevel_Int) GetIsFirstMessageInBatch() uint32

func (*MarketDepthSnapshotLevel_Int) GetIsLastMessageInBatch

func (x *MarketDepthSnapshotLevel_Int) GetIsLastMessageInBatch() uint32

func (*MarketDepthSnapshotLevel_Int) GetLevel

func (x *MarketDepthSnapshotLevel_Int) GetLevel() uint32

func (*MarketDepthSnapshotLevel_Int) GetNumOrders

func (x *MarketDepthSnapshotLevel_Int) GetNumOrders() uint32

func (*MarketDepthSnapshotLevel_Int) GetPrice

func (x *MarketDepthSnapshotLevel_Int) GetPrice() int32

func (*MarketDepthSnapshotLevel_Int) GetQuantity

func (x *MarketDepthSnapshotLevel_Int) GetQuantity() int32

func (*MarketDepthSnapshotLevel_Int) GetSide

func (*MarketDepthSnapshotLevel_Int) GetSymbolID

func (x *MarketDepthSnapshotLevel_Int) GetSymbolID() uint32

func (*MarketDepthSnapshotLevel_Int) ProtoMessage

func (*MarketDepthSnapshotLevel_Int) ProtoMessage()

func (*MarketDepthSnapshotLevel_Int) ProtoReflect

func (*MarketDepthSnapshotLevel_Int) Reset

func (x *MarketDepthSnapshotLevel_Int) Reset()

func (*MarketDepthSnapshotLevel_Int) String

type MarketDepthUpdateLevel

type MarketDepthUpdateLevel struct {
	SymbolID   uint32                    `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Side       AtBidOrAskEnum            `protobuf:"varint,2,opt,name=Side,proto3,enum=DTC_PB.AtBidOrAskEnum" json:"Side,omitempty"`
	Price      float64                   `protobuf:"fixed64,3,opt,name=Price,proto3" json:"Price,omitempty"`
	Quantity   float64                   `protobuf:"fixed64,4,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	UpdateType MarketDepthUpdateTypeEnum `protobuf:"varint,5,opt,name=UpdateType,proto3,enum=DTC_PB.MarketDepthUpdateTypeEnum" json:"UpdateType,omitempty"`
	DateTime   float64                   `protobuf:"fixed64,6,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	NumOrders  uint32                    `protobuf:"varint,7,opt,name=NumOrders,proto3" json:"NumOrders,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDepthUpdateLevel) Descriptor deprecated

func (*MarketDepthUpdateLevel) Descriptor() ([]byte, []int)

Deprecated: Use MarketDepthUpdateLevel.ProtoReflect.Descriptor instead.

func (*MarketDepthUpdateLevel) GetDateTime

func (x *MarketDepthUpdateLevel) GetDateTime() float64

func (*MarketDepthUpdateLevel) GetNumOrders

func (x *MarketDepthUpdateLevel) GetNumOrders() uint32

func (*MarketDepthUpdateLevel) GetPrice

func (x *MarketDepthUpdateLevel) GetPrice() float64

func (*MarketDepthUpdateLevel) GetQuantity

func (x *MarketDepthUpdateLevel) GetQuantity() float64

func (*MarketDepthUpdateLevel) GetSide

func (*MarketDepthUpdateLevel) GetSymbolID

func (x *MarketDepthUpdateLevel) GetSymbolID() uint32

func (*MarketDepthUpdateLevel) GetUpdateType

func (*MarketDepthUpdateLevel) ProtoMessage

func (*MarketDepthUpdateLevel) ProtoMessage()

func (*MarketDepthUpdateLevel) ProtoReflect

func (x *MarketDepthUpdateLevel) ProtoReflect() protoreflect.Message

func (*MarketDepthUpdateLevel) Reset

func (x *MarketDepthUpdateLevel) Reset()

func (*MarketDepthUpdateLevel) String

func (x *MarketDepthUpdateLevel) String() string

type MarketDepthUpdateLevelFloatWithMilliseconds

type MarketDepthUpdateLevelFloatWithMilliseconds struct {
	SymbolID           uint32                 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	DateTime           int64                  `protobuf:"varint,2,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	Price              float32                `protobuf:"fixed32,3,opt,name=Price,proto3" json:"Price,omitempty"`
	Quantity           float32                `protobuf:"fixed32,4,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	Side               int32                  `protobuf:"varint,5,opt,name=Side,proto3" json:"Side,omitempty"`
	UpdateType         int32                  `protobuf:"varint,6,opt,name=UpdateType,proto3" json:"UpdateType,omitempty"`
	NumOrders          uint32                 `protobuf:"varint,7,opt,name=NumOrders,proto3" json:"NumOrders,omitempty"`
	FinalUpdateInBatch FinalUpdateInBatchEnum `protobuf:"varint,8,opt,name=FinalUpdateInBatch,proto3,enum=DTC_PB.FinalUpdateInBatchEnum" json:"FinalUpdateInBatch,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDepthUpdateLevelFloatWithMilliseconds) Descriptor deprecated

Deprecated: Use MarketDepthUpdateLevelFloatWithMilliseconds.ProtoReflect.Descriptor instead.

func (*MarketDepthUpdateLevelFloatWithMilliseconds) GetDateTime

func (*MarketDepthUpdateLevelFloatWithMilliseconds) GetFinalUpdateInBatch

func (*MarketDepthUpdateLevelFloatWithMilliseconds) GetNumOrders

func (*MarketDepthUpdateLevelFloatWithMilliseconds) GetPrice

func (*MarketDepthUpdateLevelFloatWithMilliseconds) GetQuantity

func (*MarketDepthUpdateLevelFloatWithMilliseconds) GetSide

func (*MarketDepthUpdateLevelFloatWithMilliseconds) GetSymbolID

func (*MarketDepthUpdateLevelFloatWithMilliseconds) GetUpdateType

func (*MarketDepthUpdateLevelFloatWithMilliseconds) ProtoMessage

func (*MarketDepthUpdateLevelFloatWithMilliseconds) ProtoReflect

func (*MarketDepthUpdateLevelFloatWithMilliseconds) Reset

func (*MarketDepthUpdateLevelFloatWithMilliseconds) String

type MarketDepthUpdateLevelNoTimestamp

type MarketDepthUpdateLevelNoTimestamp struct {
	SymbolID           uint32                 `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Price              float32                `protobuf:"fixed32,2,opt,name=Price,proto3" json:"Price,omitempty"`
	Quantity           float32                `protobuf:"fixed32,3,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	NumOrders          uint32                 `protobuf:"varint,4,opt,name=NumOrders,proto3" json:"NumOrders,omitempty"`
	Side               int32                  `protobuf:"varint,5,opt,name=Side,proto3" json:"Side,omitempty"`
	UpdateType         int32                  `protobuf:"varint,6,opt,name=UpdateType,proto3" json:"UpdateType,omitempty"`
	FinalUpdateInBatch FinalUpdateInBatchEnum `protobuf:"varint,7,opt,name=FinalUpdateInBatch,proto3,enum=DTC_PB.FinalUpdateInBatchEnum" json:"FinalUpdateInBatch,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDepthUpdateLevelNoTimestamp) Descriptor deprecated

func (*MarketDepthUpdateLevelNoTimestamp) Descriptor() ([]byte, []int)

Deprecated: Use MarketDepthUpdateLevelNoTimestamp.ProtoReflect.Descriptor instead.

func (*MarketDepthUpdateLevelNoTimestamp) GetFinalUpdateInBatch

func (x *MarketDepthUpdateLevelNoTimestamp) GetFinalUpdateInBatch() FinalUpdateInBatchEnum

func (*MarketDepthUpdateLevelNoTimestamp) GetNumOrders

func (x *MarketDepthUpdateLevelNoTimestamp) GetNumOrders() uint32

func (*MarketDepthUpdateLevelNoTimestamp) GetPrice

func (*MarketDepthUpdateLevelNoTimestamp) GetQuantity

func (x *MarketDepthUpdateLevelNoTimestamp) GetQuantity() float32

func (*MarketDepthUpdateLevelNoTimestamp) GetSide

func (*MarketDepthUpdateLevelNoTimestamp) GetSymbolID

func (x *MarketDepthUpdateLevelNoTimestamp) GetSymbolID() uint32

func (*MarketDepthUpdateLevelNoTimestamp) GetUpdateType

func (x *MarketDepthUpdateLevelNoTimestamp) GetUpdateType() int32

func (*MarketDepthUpdateLevelNoTimestamp) ProtoMessage

func (*MarketDepthUpdateLevelNoTimestamp) ProtoMessage()

func (*MarketDepthUpdateLevelNoTimestamp) ProtoReflect

func (*MarketDepthUpdateLevelNoTimestamp) Reset

func (*MarketDepthUpdateLevelNoTimestamp) String

type MarketDepthUpdateLevel_Int

type MarketDepthUpdateLevel_Int struct {
	SymbolID   uint32                    `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Side       AtBidOrAskEnum            `protobuf:"varint,2,opt,name=Side,proto3,enum=DTC_PB.AtBidOrAskEnum" json:"Side,omitempty"`
	Price      int32                     `protobuf:"varint,3,opt,name=Price,proto3" json:"Price,omitempty"`
	Quantity   int32                     `protobuf:"varint,4,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	UpdateType MarketDepthUpdateTypeEnum `protobuf:"varint,5,opt,name=UpdateType,proto3,enum=DTC_PB.MarketDepthUpdateTypeEnum" json:"UpdateType,omitempty"`
	DateTime   float64                   `protobuf:"fixed64,6,opt,name=DateTime,proto3" json:"DateTime,omitempty"`
	NumOrders  uint32                    `protobuf:"varint,7,opt,name=NumOrders,proto3" json:"NumOrders,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*MarketDepthUpdateLevel_Int) Descriptor deprecated

func (*MarketDepthUpdateLevel_Int) Descriptor() ([]byte, []int)

Deprecated: Use MarketDepthUpdateLevel_Int.ProtoReflect.Descriptor instead.

func (*MarketDepthUpdateLevel_Int) GetDateTime

func (x *MarketDepthUpdateLevel_Int) GetDateTime() float64

func (*MarketDepthUpdateLevel_Int) GetNumOrders

func (x *MarketDepthUpdateLevel_Int) GetNumOrders() uint32

func (*MarketDepthUpdateLevel_Int) GetPrice

func (x *MarketDepthUpdateLevel_Int) GetPrice() int32

func (*MarketDepthUpdateLevel_Int) GetQuantity

func (x *MarketDepthUpdateLevel_Int) GetQuantity() int32

func (*MarketDepthUpdateLevel_Int) GetSide

func (*MarketDepthUpdateLevel_Int) GetSymbolID

func (x *MarketDepthUpdateLevel_Int) GetSymbolID() uint32

func (*MarketDepthUpdateLevel_Int) GetUpdateType

func (*MarketDepthUpdateLevel_Int) ProtoMessage

func (*MarketDepthUpdateLevel_Int) ProtoMessage()

func (*MarketDepthUpdateLevel_Int) ProtoReflect

func (*MarketDepthUpdateLevel_Int) Reset

func (x *MarketDepthUpdateLevel_Int) Reset()

func (*MarketDepthUpdateLevel_Int) String

func (x *MarketDepthUpdateLevel_Int) String() string

type MarketDepthUpdateTypeEnum

type MarketDepthUpdateTypeEnum int32

============================================================================

const (
	MarketDepthUpdateTypeEnum_DEPTH_UNSET                      MarketDepthUpdateTypeEnum = 0
	MarketDepthUpdateTypeEnum_MARKET_DEPTH_INSERT_UPDATE_LEVEL MarketDepthUpdateTypeEnum = 1 // Insert or update depth at the given price level
	MarketDepthUpdateTypeEnum_MARKET_DEPTH_DELETE_LEVEL        MarketDepthUpdateTypeEnum = 2 // Delete depth at the given price level
)

func (MarketDepthUpdateTypeEnum) Descriptor

func (MarketDepthUpdateTypeEnum) Enum

func (MarketDepthUpdateTypeEnum) EnumDescriptor deprecated

func (MarketDepthUpdateTypeEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use MarketDepthUpdateTypeEnum.Descriptor instead.

func (MarketDepthUpdateTypeEnum) Number

func (MarketDepthUpdateTypeEnum) String

func (x MarketDepthUpdateTypeEnum) String() string

func (MarketDepthUpdateTypeEnum) Type

type MessageSupportedEnum

type MessageSupportedEnum int32

============================================================================

const (
	MessageSupportedEnum_MESSAGE_UNSUPPORTED MessageSupportedEnum = 0
	MessageSupportedEnum_MESSAGE_SUPPORTED   MessageSupportedEnum = 1
)

func (MessageSupportedEnum) Descriptor

func (MessageSupportedEnum) Enum

func (MessageSupportedEnum) EnumDescriptor deprecated

func (MessageSupportedEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use MessageSupportedEnum.Descriptor instead.

func (MessageSupportedEnum) Number

func (MessageSupportedEnum) String

func (x MessageSupportedEnum) String() string

func (MessageSupportedEnum) Type

type OpenCloseTradeEnum

type OpenCloseTradeEnum int32

============================================================================

const (
	OpenCloseTradeEnum_TRADE_UNSET OpenCloseTradeEnum = 0
	OpenCloseTradeEnum_TRADE_OPEN  OpenCloseTradeEnum = 1
	OpenCloseTradeEnum_TRADE_CLOSE OpenCloseTradeEnum = 2
)

func (OpenCloseTradeEnum) Descriptor

func (OpenCloseTradeEnum) Enum

func (OpenCloseTradeEnum) EnumDescriptor deprecated

func (OpenCloseTradeEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use OpenCloseTradeEnum.Descriptor instead.

func (OpenCloseTradeEnum) Number

func (OpenCloseTradeEnum) String

func (x OpenCloseTradeEnum) String() string

func (OpenCloseTradeEnum) Type

type OpenOrdersReject

type OpenOrdersReject struct {
	RequestID  int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RejectText string `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*OpenOrdersReject) Descriptor deprecated

func (*OpenOrdersReject) Descriptor() ([]byte, []int)

Deprecated: Use OpenOrdersReject.ProtoReflect.Descriptor instead.

func (*OpenOrdersReject) GetRejectText

func (x *OpenOrdersReject) GetRejectText() string

func (*OpenOrdersReject) GetRequestID

func (x *OpenOrdersReject) GetRequestID() int32

func (*OpenOrdersReject) ProtoMessage

func (*OpenOrdersReject) ProtoMessage()

func (*OpenOrdersReject) ProtoReflect

func (x *OpenOrdersReject) ProtoReflect() protoreflect.Message

func (*OpenOrdersReject) Reset

func (x *OpenOrdersReject) Reset()

func (*OpenOrdersReject) String

func (x *OpenOrdersReject) String() string

type OpenOrdersRequest

type OpenOrdersRequest struct {
	RequestID        int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RequestAllOrders int32  `protobuf:"varint,2,opt,name=RequestAllOrders,proto3" json:"RequestAllOrders,omitempty"`
	ServerOrderID    string `protobuf:"bytes,3,opt,name=ServerOrderID,proto3" json:"ServerOrderID,omitempty"`
	TradeAccount     string `protobuf:"bytes,4,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*OpenOrdersRequest) Descriptor deprecated

func (*OpenOrdersRequest) Descriptor() ([]byte, []int)

Deprecated: Use OpenOrdersRequest.ProtoReflect.Descriptor instead.

func (*OpenOrdersRequest) GetRequestAllOrders

func (x *OpenOrdersRequest) GetRequestAllOrders() int32

func (*OpenOrdersRequest) GetRequestID

func (x *OpenOrdersRequest) GetRequestID() int32

func (*OpenOrdersRequest) GetServerOrderID

func (x *OpenOrdersRequest) GetServerOrderID() string

func (*OpenOrdersRequest) GetTradeAccount

func (x *OpenOrdersRequest) GetTradeAccount() string

func (*OpenOrdersRequest) ProtoMessage

func (*OpenOrdersRequest) ProtoMessage()

func (*OpenOrdersRequest) ProtoReflect

func (x *OpenOrdersRequest) ProtoReflect() protoreflect.Message

func (*OpenOrdersRequest) Reset

func (x *OpenOrdersRequest) Reset()

func (*OpenOrdersRequest) String

func (x *OpenOrdersRequest) String() string

type OrderStatusEnum

type OrderStatusEnum int32

============================================================================

const (
	OrderStatusEnum_ORDER_STATUS_UNSPECIFIED            OrderStatusEnum = 0
	OrderStatusEnum_ORDER_STATUS_ORDER_SENT             OrderStatusEnum = 1
	OrderStatusEnum_ORDER_STATUS_PENDING_OPEN           OrderStatusEnum = 2
	OrderStatusEnum_ORDER_STATUS_PENDING_CHILD          OrderStatusEnum = 3
	OrderStatusEnum_ORDER_STATUS_OPEN                   OrderStatusEnum = 4
	OrderStatusEnum_ORDER_STATUS_PENDING_CANCEL_REPLACE OrderStatusEnum = 5
	OrderStatusEnum_ORDER_STATUS_PENDING_CANCEL         OrderStatusEnum = 6
	OrderStatusEnum_ORDER_STATUS_FILLED                 OrderStatusEnum = 7
	OrderStatusEnum_ORDER_STATUS_CANCELED               OrderStatusEnum = 8
	OrderStatusEnum_ORDER_STATUS_REJECTED               OrderStatusEnum = 9
	OrderStatusEnum_ORDER_STATUS_PARTIALLY_FILLED       OrderStatusEnum = 10
)

func (OrderStatusEnum) Descriptor

func (OrderStatusEnum) Enum

func (x OrderStatusEnum) Enum() *OrderStatusEnum

func (OrderStatusEnum) EnumDescriptor deprecated

func (OrderStatusEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use OrderStatusEnum.Descriptor instead.

func (OrderStatusEnum) Number

func (OrderStatusEnum) String

func (x OrderStatusEnum) String() string

func (OrderStatusEnum) Type

type OrderTypeEnum

type OrderTypeEnum int32

============================================================================

const (
	OrderTypeEnum_ORDER_TYPE_UNSET             OrderTypeEnum = 0
	OrderTypeEnum_ORDER_TYPE_MARKET            OrderTypeEnum = 1
	OrderTypeEnum_ORDER_TYPE_LIMIT             OrderTypeEnum = 2
	OrderTypeEnum_ORDER_TYPE_STOP              OrderTypeEnum = 3
	OrderTypeEnum_ORDER_TYPE_STOP_LIMIT        OrderTypeEnum = 4
	OrderTypeEnum_ORDER_TYPE_MARKET_IF_TOUCHED OrderTypeEnum = 5
	OrderTypeEnum_ORDER_TYPE_LIMIT_IF_TOUCHED  OrderTypeEnum = 6
)

func (OrderTypeEnum) Descriptor

func (OrderTypeEnum) Enum

func (x OrderTypeEnum) Enum() *OrderTypeEnum

func (OrderTypeEnum) EnumDescriptor deprecated

func (OrderTypeEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use OrderTypeEnum.Descriptor instead.

func (OrderTypeEnum) Number

func (OrderTypeEnum) String

func (x OrderTypeEnum) String() string

func (OrderTypeEnum) Type

type OrderUpdate

type OrderUpdate struct {
	RequestID                   int32                 `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	TotalNumMessages            int32                 `protobuf:"varint,2,opt,name=TotalNumMessages,proto3" json:"TotalNumMessages,omitempty"`
	MessageNumber               int32                 `protobuf:"varint,3,opt,name=MessageNumber,proto3" json:"MessageNumber,omitempty"`
	Symbol                      string                `protobuf:"bytes,4,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange                    string                `protobuf:"bytes,5,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	PreviousServerOrderID       string                `protobuf:"bytes,6,opt,name=PreviousServerOrderID,proto3" json:"PreviousServerOrderID,omitempty"`
	ServerOrderID               string                `protobuf:"bytes,7,opt,name=ServerOrderID,proto3" json:"ServerOrderID,omitempty"`
	ClientOrderID               string                `protobuf:"bytes,8,opt,name=ClientOrderID,proto3" json:"ClientOrderID,omitempty"`
	ExchangeOrderID             string                `protobuf:"bytes,9,opt,name=ExchangeOrderID,proto3" json:"ExchangeOrderID,omitempty"`
	OrderStatus                 OrderStatusEnum       `protobuf:"varint,10,opt,name=OrderStatus,proto3,enum=DTC_PB.OrderStatusEnum" json:"OrderStatus,omitempty"`
	OrderUpdateReason           OrderUpdateReasonEnum `protobuf:"varint,11,opt,name=OrderUpdateReason,proto3,enum=DTC_PB.OrderUpdateReasonEnum" json:"OrderUpdateReason,omitempty"`
	OrderType                   OrderTypeEnum         `protobuf:"varint,12,opt,name=OrderType,proto3,enum=DTC_PB.OrderTypeEnum" json:"OrderType,omitempty"`
	BuySell                     BuySellEnum           `protobuf:"varint,13,opt,name=BuySell,proto3,enum=DTC_PB.BuySellEnum" json:"BuySell,omitempty"`
	Price1                      float64               `protobuf:"fixed64,14,opt,name=Price1,proto3" json:"Price1,omitempty"`
	Price2                      float64               `protobuf:"fixed64,15,opt,name=Price2,proto3" json:"Price2,omitempty"`
	TimeInForce                 TimeInForceEnum       `protobuf:"varint,16,opt,name=TimeInForce,proto3,enum=DTC_PB.TimeInForceEnum" json:"TimeInForce,omitempty"`
	GoodTillDateTime            int64                 `protobuf:"fixed64,17,opt,name=GoodTillDateTime,proto3" json:"GoodTillDateTime,omitempty"`
	OrderQuantity               float64               `protobuf:"fixed64,18,opt,name=OrderQuantity,proto3" json:"OrderQuantity,omitempty"`
	FilledQuantity              float64               `protobuf:"fixed64,19,opt,name=FilledQuantity,proto3" json:"FilledQuantity,omitempty"`
	RemainingQuantity           float64               `protobuf:"fixed64,20,opt,name=RemainingQuantity,proto3" json:"RemainingQuantity,omitempty"`
	AverageFillPrice            float64               `protobuf:"fixed64,21,opt,name=AverageFillPrice,proto3" json:"AverageFillPrice,omitempty"`
	LastFillPrice               float64               `protobuf:"fixed64,22,opt,name=LastFillPrice,proto3" json:"LastFillPrice,omitempty"`
	LastFillDateTime            int64                 `protobuf:"fixed64,23,opt,name=LastFillDateTime,proto3" json:"LastFillDateTime,omitempty"`
	LastFillQuantity            float64               `protobuf:"fixed64,24,opt,name=LastFillQuantity,proto3" json:"LastFillQuantity,omitempty"`
	LastFillExecutionID         string                `protobuf:"bytes,25,opt,name=LastFillExecutionID,proto3" json:"LastFillExecutionID,omitempty"`
	TradeAccount                string                `protobuf:"bytes,26,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	InfoText                    string                `protobuf:"bytes,27,opt,name=InfoText,proto3" json:"InfoText,omitempty"`
	NoOrders                    uint32                `protobuf:"varint,28,opt,name=NoOrders,proto3" json:"NoOrders,omitempty"`
	ParentServerOrderID         string                `protobuf:"bytes,29,opt,name=ParentServerOrderID,proto3" json:"ParentServerOrderID,omitempty"`
	OCOLinkedOrderServerOrderID string                `protobuf:"bytes,30,opt,name=OCOLinkedOrderServerOrderID,proto3" json:"OCOLinkedOrderServerOrderID,omitempty"`
	OpenOrClose                 OpenCloseTradeEnum    `protobuf:"varint,31,opt,name=OpenOrClose,proto3,enum=DTC_PB.OpenCloseTradeEnum" json:"OpenOrClose,omitempty"`
	PreviousClientOrderID       string                `protobuf:"bytes,32,opt,name=PreviousClientOrderID,proto3" json:"PreviousClientOrderID,omitempty"`
	FreeFormText                string                `protobuf:"bytes,33,opt,name=FreeFormText,proto3" json:"FreeFormText,omitempty"`
	OrderReceivedDateTime       int64                 `protobuf:"fixed64,34,opt,name=OrderReceivedDateTime,proto3" json:"OrderReceivedDateTime,omitempty"`
	LatestTransactionDateTime   float64               `protobuf:"fixed64,35,opt,name=LatestTransactionDateTime,proto3" json:"LatestTransactionDateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*OrderUpdate) Descriptor deprecated

func (*OrderUpdate) Descriptor() ([]byte, []int)

Deprecated: Use OrderUpdate.ProtoReflect.Descriptor instead.

func (*OrderUpdate) GetAverageFillPrice

func (x *OrderUpdate) GetAverageFillPrice() float64

func (*OrderUpdate) GetBuySell

func (x *OrderUpdate) GetBuySell() BuySellEnum

func (*OrderUpdate) GetClientOrderID

func (x *OrderUpdate) GetClientOrderID() string

func (*OrderUpdate) GetExchange

func (x *OrderUpdate) GetExchange() string

func (*OrderUpdate) GetExchangeOrderID

func (x *OrderUpdate) GetExchangeOrderID() string

func (*OrderUpdate) GetFilledQuantity

func (x *OrderUpdate) GetFilledQuantity() float64

func (*OrderUpdate) GetFreeFormText

func (x *OrderUpdate) GetFreeFormText() string

func (*OrderUpdate) GetGoodTillDateTime

func (x *OrderUpdate) GetGoodTillDateTime() int64

func (*OrderUpdate) GetInfoText

func (x *OrderUpdate) GetInfoText() string

func (*OrderUpdate) GetLastFillDateTime

func (x *OrderUpdate) GetLastFillDateTime() int64

func (*OrderUpdate) GetLastFillExecutionID

func (x *OrderUpdate) GetLastFillExecutionID() string

func (*OrderUpdate) GetLastFillPrice

func (x *OrderUpdate) GetLastFillPrice() float64

func (*OrderUpdate) GetLastFillQuantity

func (x *OrderUpdate) GetLastFillQuantity() float64

func (*OrderUpdate) GetLatestTransactionDateTime

func (x *OrderUpdate) GetLatestTransactionDateTime() float64

func (*OrderUpdate) GetMessageNumber

func (x *OrderUpdate) GetMessageNumber() int32

func (*OrderUpdate) GetNoOrders

func (x *OrderUpdate) GetNoOrders() uint32

func (*OrderUpdate) GetOCOLinkedOrderServerOrderID

func (x *OrderUpdate) GetOCOLinkedOrderServerOrderID() string

func (*OrderUpdate) GetOpenOrClose

func (x *OrderUpdate) GetOpenOrClose() OpenCloseTradeEnum

func (*OrderUpdate) GetOrderQuantity

func (x *OrderUpdate) GetOrderQuantity() float64

func (*OrderUpdate) GetOrderReceivedDateTime

func (x *OrderUpdate) GetOrderReceivedDateTime() int64

func (*OrderUpdate) GetOrderStatus

func (x *OrderUpdate) GetOrderStatus() OrderStatusEnum

func (*OrderUpdate) GetOrderType

func (x *OrderUpdate) GetOrderType() OrderTypeEnum

func (*OrderUpdate) GetOrderUpdateReason

func (x *OrderUpdate) GetOrderUpdateReason() OrderUpdateReasonEnum

func (*OrderUpdate) GetParentServerOrderID

func (x *OrderUpdate) GetParentServerOrderID() string

func (*OrderUpdate) GetPreviousClientOrderID

func (x *OrderUpdate) GetPreviousClientOrderID() string

func (*OrderUpdate) GetPreviousServerOrderID

func (x *OrderUpdate) GetPreviousServerOrderID() string

func (*OrderUpdate) GetPrice1

func (x *OrderUpdate) GetPrice1() float64

func (*OrderUpdate) GetPrice2

func (x *OrderUpdate) GetPrice2() float64

func (*OrderUpdate) GetRemainingQuantity

func (x *OrderUpdate) GetRemainingQuantity() float64

func (*OrderUpdate) GetRequestID

func (x *OrderUpdate) GetRequestID() int32

func (*OrderUpdate) GetServerOrderID

func (x *OrderUpdate) GetServerOrderID() string

func (*OrderUpdate) GetSymbol

func (x *OrderUpdate) GetSymbol() string

func (*OrderUpdate) GetTimeInForce

func (x *OrderUpdate) GetTimeInForce() TimeInForceEnum

func (*OrderUpdate) GetTotalNumMessages

func (x *OrderUpdate) GetTotalNumMessages() int32

func (*OrderUpdate) GetTradeAccount

func (x *OrderUpdate) GetTradeAccount() string

func (*OrderUpdate) ProtoMessage

func (*OrderUpdate) ProtoMessage()

func (*OrderUpdate) ProtoReflect

func (x *OrderUpdate) ProtoReflect() protoreflect.Message

func (*OrderUpdate) Reset

func (x *OrderUpdate) Reset()

func (*OrderUpdate) String

func (x *OrderUpdate) String() string

type OrderUpdateReasonEnum

type OrderUpdateReasonEnum int32

============================================================================

const (
	OrderUpdateReasonEnum_ORDER_UPDATE_REASON_UNSET     OrderUpdateReasonEnum = 0
	OrderUpdateReasonEnum_OPEN_ORDERS_REQUEST_RESPONSE  OrderUpdateReasonEnum = 1
	OrderUpdateReasonEnum_NEW_ORDER_ACCEPTED            OrderUpdateReasonEnum = 2
	OrderUpdateReasonEnum_GENERAL_ORDER_UPDATE          OrderUpdateReasonEnum = 3
	OrderUpdateReasonEnum_ORDER_FILLED                  OrderUpdateReasonEnum = 4
	OrderUpdateReasonEnum_ORDER_FILLED_PARTIALLY        OrderUpdateReasonEnum = 5
	OrderUpdateReasonEnum_ORDER_CANCELED                OrderUpdateReasonEnum = 6
	OrderUpdateReasonEnum_ORDER_CANCEL_REPLACE_COMPLETE OrderUpdateReasonEnum = 7
	OrderUpdateReasonEnum_NEW_ORDER_REJECTED            OrderUpdateReasonEnum = 8
	OrderUpdateReasonEnum_ORDER_CANCEL_REJECTED         OrderUpdateReasonEnum = 9
	OrderUpdateReasonEnum_ORDER_CANCEL_REPLACE_REJECTED OrderUpdateReasonEnum = 10
)

func (OrderUpdateReasonEnum) Descriptor

func (OrderUpdateReasonEnum) Enum

func (OrderUpdateReasonEnum) EnumDescriptor deprecated

func (OrderUpdateReasonEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use OrderUpdateReasonEnum.Descriptor instead.

func (OrderUpdateReasonEnum) Number

func (OrderUpdateReasonEnum) String

func (x OrderUpdateReasonEnum) String() string

func (OrderUpdateReasonEnum) Type

type PartialFillHandlingEnum

type PartialFillHandlingEnum int32

============================================================================

const (
	PartialFillHandlingEnum_PARTIAL_FILL_UNSET                     PartialFillHandlingEnum = 0
	PartialFillHandlingEnum_PARTIAL_FILL_HANDLING_REDUCE_QUANTITY  PartialFillHandlingEnum = 1
	PartialFillHandlingEnum_PARTIAL_FILL_HANDLING_IMMEDIATE_CANCEL PartialFillHandlingEnum = 2
)

func (PartialFillHandlingEnum) Descriptor

func (PartialFillHandlingEnum) Enum

func (PartialFillHandlingEnum) EnumDescriptor deprecated

func (PartialFillHandlingEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use PartialFillHandlingEnum.Descriptor instead.

func (PartialFillHandlingEnum) Number

func (PartialFillHandlingEnum) String

func (x PartialFillHandlingEnum) String() string

func (PartialFillHandlingEnum) Type

type PositionUpdate

type PositionUpdate struct {
	RequestID           int32   `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	TotalNumberMessages int32   `protobuf:"varint,2,opt,name=TotalNumberMessages,proto3" json:"TotalNumberMessages,omitempty"`
	MessageNumber       int32   `protobuf:"varint,3,opt,name=MessageNumber,proto3" json:"MessageNumber,omitempty"`
	Symbol              string  `protobuf:"bytes,4,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange            string  `protobuf:"bytes,5,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	Quantity            float64 `protobuf:"fixed64,6,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	AveragePrice        float64 `protobuf:"fixed64,7,opt,name=AveragePrice,proto3" json:"AveragePrice,omitempty"`
	PositionIdentifier  string  `protobuf:"bytes,8,opt,name=PositionIdentifier,proto3" json:"PositionIdentifier,omitempty"`
	TradeAccount        string  `protobuf:"bytes,9,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	NoPositions         uint32  `protobuf:"varint,10,opt,name=NoPositions,proto3" json:"NoPositions,omitempty"`
	Unsolicited         uint32  `protobuf:"varint,11,opt,name=Unsolicited,proto3" json:"Unsolicited,omitempty"`
	MarginRequirement   float64 `protobuf:"fixed64,12,opt,name=MarginRequirement,proto3" json:"MarginRequirement,omitempty"`
	EntryDateTime       uint32  `protobuf:"varint,13,opt,name=EntryDateTime,proto3" json:"EntryDateTime,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*PositionUpdate) Descriptor deprecated

func (*PositionUpdate) Descriptor() ([]byte, []int)

Deprecated: Use PositionUpdate.ProtoReflect.Descriptor instead.

func (*PositionUpdate) GetAveragePrice

func (x *PositionUpdate) GetAveragePrice() float64

func (*PositionUpdate) GetEntryDateTime

func (x *PositionUpdate) GetEntryDateTime() uint32

func (*PositionUpdate) GetExchange

func (x *PositionUpdate) GetExchange() string

func (*PositionUpdate) GetMarginRequirement

func (x *PositionUpdate) GetMarginRequirement() float64

func (*PositionUpdate) GetMessageNumber

func (x *PositionUpdate) GetMessageNumber() int32

func (*PositionUpdate) GetNoPositions

func (x *PositionUpdate) GetNoPositions() uint32

func (*PositionUpdate) GetPositionIdentifier

func (x *PositionUpdate) GetPositionIdentifier() string

func (*PositionUpdate) GetQuantity

func (x *PositionUpdate) GetQuantity() float64

func (*PositionUpdate) GetRequestID

func (x *PositionUpdate) GetRequestID() int32

func (*PositionUpdate) GetSymbol

func (x *PositionUpdate) GetSymbol() string

func (*PositionUpdate) GetTotalNumberMessages

func (x *PositionUpdate) GetTotalNumberMessages() int32

func (*PositionUpdate) GetTradeAccount

func (x *PositionUpdate) GetTradeAccount() string

func (*PositionUpdate) GetUnsolicited

func (x *PositionUpdate) GetUnsolicited() uint32

func (*PositionUpdate) ProtoMessage

func (*PositionUpdate) ProtoMessage()

func (*PositionUpdate) ProtoReflect

func (x *PositionUpdate) ProtoReflect() protoreflect.Message

func (*PositionUpdate) Reset

func (x *PositionUpdate) Reset()

func (*PositionUpdate) String

func (x *PositionUpdate) String() string

type PriceDisplayFormatEnum

type PriceDisplayFormatEnum int32

============================================================================

const (
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DECIMAL_0               PriceDisplayFormatEnum = 0
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DECIMAL_1               PriceDisplayFormatEnum = 1
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DECIMAL_2               PriceDisplayFormatEnum = 2
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DECIMAL_3               PriceDisplayFormatEnum = 3
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DECIMAL_4               PriceDisplayFormatEnum = 4
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DECIMAL_5               PriceDisplayFormatEnum = 5
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DECIMAL_6               PriceDisplayFormatEnum = 6
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DECIMAL_7               PriceDisplayFormatEnum = 7
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DECIMAL_8               PriceDisplayFormatEnum = 8
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DECIMAL_9               PriceDisplayFormatEnum = 9
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DENOMINATOR_256         PriceDisplayFormatEnum = 356
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DENOMINATOR_128         PriceDisplayFormatEnum = 228
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DENOMINATOR_64          PriceDisplayFormatEnum = 164
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DENOMINATOR_32_QUARTERS PriceDisplayFormatEnum = 136
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DENOMINATOR_32_HALVES   PriceDisplayFormatEnum = 134
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DENOMINATOR_32          PriceDisplayFormatEnum = 132
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DENOMINATOR_16          PriceDisplayFormatEnum = 116
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DENOMINATOR_8           PriceDisplayFormatEnum = 108
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DENOMINATOR_4           PriceDisplayFormatEnum = 104
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_DENOMINATOR_2           PriceDisplayFormatEnum = 102
	PriceDisplayFormatEnum_PRICE_DISPLAY_FORMAT_UNSET                   PriceDisplayFormatEnum = -1
)

func (PriceDisplayFormatEnum) Descriptor

func (PriceDisplayFormatEnum) Enum

func (PriceDisplayFormatEnum) EnumDescriptor deprecated

func (PriceDisplayFormatEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use PriceDisplayFormatEnum.Descriptor instead.

func (PriceDisplayFormatEnum) Number

func (PriceDisplayFormatEnum) String

func (x PriceDisplayFormatEnum) String() string

func (PriceDisplayFormatEnum) Type

type PutCallEnum

type PutCallEnum int32

============================================================================

const (
	PutCallEnum_PC_UNSET PutCallEnum = 0
	PutCallEnum_PC_CALL  PutCallEnum = 1
	PutCallEnum_PC_PUT   PutCallEnum = 2
)

func (PutCallEnum) Descriptor

func (PutCallEnum) Enum

func (x PutCallEnum) Enum() *PutCallEnum

func (PutCallEnum) EnumDescriptor deprecated

func (PutCallEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use PutCallEnum.Descriptor instead.

func (PutCallEnum) Number

func (x PutCallEnum) Number() protoreflect.EnumNumber

func (PutCallEnum) String

func (x PutCallEnum) String() string

func (PutCallEnum) Type

type RequestActionEnum

type RequestActionEnum int32

============================================================================

const (
	RequestActionEnum_REQUEST_ACTION_UNSET RequestActionEnum = 0
	RequestActionEnum_SUBSCRIBE            RequestActionEnum = 1
	RequestActionEnum_UNSUBSCRIBE          RequestActionEnum = 2
	RequestActionEnum_SNAPSHOT             RequestActionEnum = 3
)

func (RequestActionEnum) Descriptor

func (RequestActionEnum) Enum

func (RequestActionEnum) EnumDescriptor deprecated

func (RequestActionEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use RequestActionEnum.Descriptor instead.

func (RequestActionEnum) Number

func (RequestActionEnum) String

func (x RequestActionEnum) String() string

func (RequestActionEnum) Type

type SearchTypeEnum

type SearchTypeEnum int32

============================================================================

const (
	SearchTypeEnum_SEARCH_TYPE_UNSET          SearchTypeEnum = 0
	SearchTypeEnum_SEARCH_TYPE_BY_SYMBOL      SearchTypeEnum = 1
	SearchTypeEnum_SEARCH_TYPE_BY_DESCRIPTION SearchTypeEnum = 2
)

func (SearchTypeEnum) Descriptor

func (SearchTypeEnum) Enum

func (x SearchTypeEnum) Enum() *SearchTypeEnum

func (SearchTypeEnum) EnumDescriptor deprecated

func (SearchTypeEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use SearchTypeEnum.Descriptor instead.

func (SearchTypeEnum) Number

func (SearchTypeEnum) String

func (x SearchTypeEnum) String() string

func (SearchTypeEnum) Type

type SecurityDefinitionForSymbolRequest

type SecurityDefinitionForSymbolRequest struct {
	RequestID int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	Symbol    string `protobuf:"bytes,2,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange  string `protobuf:"bytes,3,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*SecurityDefinitionForSymbolRequest) Descriptor deprecated

func (*SecurityDefinitionForSymbolRequest) Descriptor() ([]byte, []int)

Deprecated: Use SecurityDefinitionForSymbolRequest.ProtoReflect.Descriptor instead.

func (*SecurityDefinitionForSymbolRequest) GetExchange

func (x *SecurityDefinitionForSymbolRequest) GetExchange() string

func (*SecurityDefinitionForSymbolRequest) GetRequestID

func (x *SecurityDefinitionForSymbolRequest) GetRequestID() int32

func (*SecurityDefinitionForSymbolRequest) GetSymbol

func (*SecurityDefinitionForSymbolRequest) ProtoMessage

func (*SecurityDefinitionForSymbolRequest) ProtoMessage()

func (*SecurityDefinitionForSymbolRequest) ProtoReflect

func (*SecurityDefinitionForSymbolRequest) Reset

func (*SecurityDefinitionForSymbolRequest) String

type SecurityDefinitionReject

type SecurityDefinitionReject struct {
	RequestID  int32  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	RejectText string `protobuf:"bytes,2,opt,name=RejectText,proto3" json:"RejectText,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*SecurityDefinitionReject) Descriptor deprecated

func (*SecurityDefinitionReject) Descriptor() ([]byte, []int)

Deprecated: Use SecurityDefinitionReject.ProtoReflect.Descriptor instead.

func (*SecurityDefinitionReject) GetRejectText

func (x *SecurityDefinitionReject) GetRejectText() string

func (*SecurityDefinitionReject) GetRequestID

func (x *SecurityDefinitionReject) GetRequestID() int32

func (*SecurityDefinitionReject) ProtoMessage

func (*SecurityDefinitionReject) ProtoMessage()

func (*SecurityDefinitionReject) ProtoReflect

func (x *SecurityDefinitionReject) ProtoReflect() protoreflect.Message

func (*SecurityDefinitionReject) Reset

func (x *SecurityDefinitionReject) Reset()

func (*SecurityDefinitionReject) String

func (x *SecurityDefinitionReject) String() string

type SecurityDefinitionResponse

type SecurityDefinitionResponse struct {
	RequestID                    int32                  `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	Symbol                       string                 `protobuf:"bytes,2,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange                     string                 `protobuf:"bytes,3,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	SecurityType                 SecurityTypeEnum       `protobuf:"varint,4,opt,name=SecurityType,proto3,enum=DTC_PB.SecurityTypeEnum" json:"SecurityType,omitempty"`
	Description                  string                 `protobuf:"bytes,5,opt,name=Description,proto3" json:"Description,omitempty"`
	MinPriceIncrement            float32                `protobuf:"fixed32,6,opt,name=MinPriceIncrement,proto3" json:"MinPriceIncrement,omitempty"`
	PriceDisplayFormat           PriceDisplayFormatEnum `protobuf:"varint,7,opt,name=PriceDisplayFormat,proto3,enum=DTC_PB.PriceDisplayFormatEnum" json:"PriceDisplayFormat,omitempty"`
	CurrencyValuePerIncrement    float32                `protobuf:"fixed32,8,opt,name=CurrencyValuePerIncrement,proto3" json:"CurrencyValuePerIncrement,omitempty"`
	IsFinalMessage               uint32                 `protobuf:"varint,9,opt,name=IsFinalMessage,proto3" json:"IsFinalMessage,omitempty"`
	FloatToIntPriceMultiplier    float32                `protobuf:"fixed32,10,opt,name=FloatToIntPriceMultiplier,proto3" json:"FloatToIntPriceMultiplier,omitempty"`
	IntToFloatPriceDivisor       float32                `protobuf:"fixed32,11,opt,name=IntToFloatPriceDivisor,proto3" json:"IntToFloatPriceDivisor,omitempty"`
	UnderlyingSymbol             string                 `protobuf:"bytes,12,opt,name=UnderlyingSymbol,proto3" json:"UnderlyingSymbol,omitempty"`
	UpdatesBidAskOnly            uint32                 `protobuf:"varint,13,opt,name=UpdatesBidAskOnly,proto3" json:"UpdatesBidAskOnly,omitempty"`
	StrikePrice                  float32                `protobuf:"fixed32,14,opt,name=StrikePrice,proto3" json:"StrikePrice,omitempty"`
	PutOrCall                    PutCallEnum            `protobuf:"varint,15,opt,name=PutOrCall,proto3,enum=DTC_PB.PutCallEnum" json:"PutOrCall,omitempty"`
	ShortInterest                uint32                 `protobuf:"varint,16,opt,name=ShortInterest,proto3" json:"ShortInterest,omitempty"`
	SecurityExpirationDate       int32                  `protobuf:"fixed32,17,opt,name=SecurityExpirationDate,proto3" json:"SecurityExpirationDate,omitempty"`
	BuyRolloverInterest          float32                `protobuf:"fixed32,18,opt,name=BuyRolloverInterest,proto3" json:"BuyRolloverInterest,omitempty"`
	SellRolloverInterest         float32                `protobuf:"fixed32,19,opt,name=SellRolloverInterest,proto3" json:"SellRolloverInterest,omitempty"`
	EarningsPerShare             float32                `protobuf:"fixed32,20,opt,name=EarningsPerShare,proto3" json:"EarningsPerShare,omitempty"`
	SharesOutstanding            uint32                 `protobuf:"varint,21,opt,name=SharesOutstanding,proto3" json:"SharesOutstanding,omitempty"`
	IntToFloatQuantityDivisor    float32                `protobuf:"fixed32,22,opt,name=IntToFloatQuantityDivisor,proto3" json:"IntToFloatQuantityDivisor,omitempty"`
	HasMarketDepthData           uint32                 `protobuf:"varint,23,opt,name=HasMarketDepthData,proto3" json:"HasMarketDepthData,omitempty"`
	DisplayPriceMultiplier       float32                `protobuf:"fixed32,24,opt,name=DisplayPriceMultiplier,proto3" json:"DisplayPriceMultiplier,omitempty"`
	ExchangeSymbol               string                 `protobuf:"bytes,25,opt,name=ExchangeSymbol,proto3" json:"ExchangeSymbol,omitempty"`
	InitialMarginRequirement     float32                `protobuf:"fixed32,26,opt,name=InitialMarginRequirement,proto3" json:"InitialMarginRequirement,omitempty"`
	MaintenanceMarginRequirement float32                `protobuf:"fixed32,27,opt,name=MaintenanceMarginRequirement,proto3" json:"MaintenanceMarginRequirement,omitempty"`
	Currency                     string                 `protobuf:"bytes,28,opt,name=Currency,proto3" json:"Currency,omitempty"`
	ContractSize                 float32                `protobuf:"fixed32,29,opt,name=ContractSize,proto3" json:"ContractSize,omitempty"`
	OpenInterest                 uint32                 `protobuf:"varint,30,opt,name=OpenInterest,proto3" json:"OpenInterest,omitempty"`
	RolloverDate                 int32                  `protobuf:"fixed32,31,opt,name=RolloverDate,proto3" json:"RolloverDate,omitempty"`
	IsDelayed                    uint32                 `protobuf:"varint,32,opt,name=IsDelayed,proto3" json:"IsDelayed,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*SecurityDefinitionResponse) Descriptor deprecated

func (*SecurityDefinitionResponse) Descriptor() ([]byte, []int)

Deprecated: Use SecurityDefinitionResponse.ProtoReflect.Descriptor instead.

func (*SecurityDefinitionResponse) GetBuyRolloverInterest

func (x *SecurityDefinitionResponse) GetBuyRolloverInterest() float32

func (*SecurityDefinitionResponse) GetContractSize

func (x *SecurityDefinitionResponse) GetContractSize() float32

func (*SecurityDefinitionResponse) GetCurrency

func (x *SecurityDefinitionResponse) GetCurrency() string

func (*SecurityDefinitionResponse) GetCurrencyValuePerIncrement

func (x *SecurityDefinitionResponse) GetCurrencyValuePerIncrement() float32

func (*SecurityDefinitionResponse) GetDescription

func (x *SecurityDefinitionResponse) GetDescription() string

func (*SecurityDefinitionResponse) GetDisplayPriceMultiplier

func (x *SecurityDefinitionResponse) GetDisplayPriceMultiplier() float32

func (*SecurityDefinitionResponse) GetEarningsPerShare

func (x *SecurityDefinitionResponse) GetEarningsPerShare() float32

func (*SecurityDefinitionResponse) GetExchange

func (x *SecurityDefinitionResponse) GetExchange() string

func (*SecurityDefinitionResponse) GetExchangeSymbol

func (x *SecurityDefinitionResponse) GetExchangeSymbol() string

func (*SecurityDefinitionResponse) GetFloatToIntPriceMultiplier

func (x *SecurityDefinitionResponse) GetFloatToIntPriceMultiplier() float32

func (*SecurityDefinitionResponse) GetHasMarketDepthData

func (x *SecurityDefinitionResponse) GetHasMarketDepthData() uint32

func (*SecurityDefinitionResponse) GetInitialMarginRequirement

func (x *SecurityDefinitionResponse) GetInitialMarginRequirement() float32

func (*SecurityDefinitionResponse) GetIntToFloatPriceDivisor

func (x *SecurityDefinitionResponse) GetIntToFloatPriceDivisor() float32

func (*SecurityDefinitionResponse) GetIntToFloatQuantityDivisor

func (x *SecurityDefinitionResponse) GetIntToFloatQuantityDivisor() float32

func (*SecurityDefinitionResponse) GetIsDelayed

func (x *SecurityDefinitionResponse) GetIsDelayed() uint32

func (*SecurityDefinitionResponse) GetIsFinalMessage

func (x *SecurityDefinitionResponse) GetIsFinalMessage() uint32

func (*SecurityDefinitionResponse) GetMaintenanceMarginRequirement

func (x *SecurityDefinitionResponse) GetMaintenanceMarginRequirement() float32

func (*SecurityDefinitionResponse) GetMinPriceIncrement

func (x *SecurityDefinitionResponse) GetMinPriceIncrement() float32

func (*SecurityDefinitionResponse) GetOpenInterest

func (x *SecurityDefinitionResponse) GetOpenInterest() uint32

func (*SecurityDefinitionResponse) GetPriceDisplayFormat

func (x *SecurityDefinitionResponse) GetPriceDisplayFormat() PriceDisplayFormatEnum

func (*SecurityDefinitionResponse) GetPutOrCall

func (x *SecurityDefinitionResponse) GetPutOrCall() PutCallEnum

func (*SecurityDefinitionResponse) GetRequestID

func (x *SecurityDefinitionResponse) GetRequestID() int32

func (*SecurityDefinitionResponse) GetRolloverDate

func (x *SecurityDefinitionResponse) GetRolloverDate() int32

func (*SecurityDefinitionResponse) GetSecurityExpirationDate

func (x *SecurityDefinitionResponse) GetSecurityExpirationDate() int32

func (*SecurityDefinitionResponse) GetSecurityType

func (x *SecurityDefinitionResponse) GetSecurityType() SecurityTypeEnum

func (*SecurityDefinitionResponse) GetSellRolloverInterest

func (x *SecurityDefinitionResponse) GetSellRolloverInterest() float32

func (*SecurityDefinitionResponse) GetSharesOutstanding

func (x *SecurityDefinitionResponse) GetSharesOutstanding() uint32

func (*SecurityDefinitionResponse) GetShortInterest

func (x *SecurityDefinitionResponse) GetShortInterest() uint32

func (*SecurityDefinitionResponse) GetStrikePrice

func (x *SecurityDefinitionResponse) GetStrikePrice() float32

func (*SecurityDefinitionResponse) GetSymbol

func (x *SecurityDefinitionResponse) GetSymbol() string

func (*SecurityDefinitionResponse) GetUnderlyingSymbol

func (x *SecurityDefinitionResponse) GetUnderlyingSymbol() string

func (*SecurityDefinitionResponse) GetUpdatesBidAskOnly

func (x *SecurityDefinitionResponse) GetUpdatesBidAskOnly() uint32

func (*SecurityDefinitionResponse) ProtoMessage

func (*SecurityDefinitionResponse) ProtoMessage()

func (*SecurityDefinitionResponse) ProtoReflect

func (*SecurityDefinitionResponse) Reset

func (x *SecurityDefinitionResponse) Reset()

func (*SecurityDefinitionResponse) String

func (x *SecurityDefinitionResponse) String() string

type SecurityTypeEnum

type SecurityTypeEnum int32

============================================================================

const (
	SecurityTypeEnum_SECURITY_TYPE_UNSET            SecurityTypeEnum = 0
	SecurityTypeEnum_SECURITY_TYPE_FUTURE           SecurityTypeEnum = 1
	SecurityTypeEnum_SECURITY_TYPE_STOCK            SecurityTypeEnum = 2
	SecurityTypeEnum_SECURITY_TYPE_FOREX            SecurityTypeEnum = 3
	SecurityTypeEnum_SECURITY_TYPE_INDEX            SecurityTypeEnum = 4
	SecurityTypeEnum_SECURITY_TYPE_FUTURES_STRATEGY SecurityTypeEnum = 5
	SecurityTypeEnum_SECURITY_TYPE_FUTURES_OPTION   SecurityTypeEnum = 7
	SecurityTypeEnum_SECURITY_TYPE_STOCK_OPTION     SecurityTypeEnum = 6
	SecurityTypeEnum_SECURITY_TYPE_INDEX_OPTION     SecurityTypeEnum = 8
	SecurityTypeEnum_SECURITY_TYPE_BOND             SecurityTypeEnum = 9
	SecurityTypeEnum_SECURITY_TYPE_MUTUAL_FUND      SecurityTypeEnum = 10
)

func (SecurityTypeEnum) Descriptor

func (SecurityTypeEnum) Enum

func (SecurityTypeEnum) EnumDescriptor deprecated

func (SecurityTypeEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use SecurityTypeEnum.Descriptor instead.

func (SecurityTypeEnum) Number

func (SecurityTypeEnum) String

func (x SecurityTypeEnum) String() string

func (SecurityTypeEnum) Type

type SubmitFlattenPositionOrder

type SubmitFlattenPositionOrder struct {
	Symbol           string `protobuf:"bytes,1,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange         string `protobuf:"bytes,2,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	TradeAccount     string `protobuf:"bytes,3,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	ClientOrderID    string `protobuf:"bytes,4,opt,name=ClientOrderID,proto3" json:"ClientOrderID,omitempty"`
	FreeFormText     string `protobuf:"bytes,5,opt,name=FreeFormText,proto3" json:"FreeFormText,omitempty"`
	IsAutomatedOrder uint32 `protobuf:"varint,6,opt,name=IsAutomatedOrder,proto3" json:"IsAutomatedOrder,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*SubmitFlattenPositionOrder) Descriptor deprecated

func (*SubmitFlattenPositionOrder) Descriptor() ([]byte, []int)

Deprecated: Use SubmitFlattenPositionOrder.ProtoReflect.Descriptor instead.

func (*SubmitFlattenPositionOrder) GetClientOrderID

func (x *SubmitFlattenPositionOrder) GetClientOrderID() string

func (*SubmitFlattenPositionOrder) GetExchange

func (x *SubmitFlattenPositionOrder) GetExchange() string

func (*SubmitFlattenPositionOrder) GetFreeFormText

func (x *SubmitFlattenPositionOrder) GetFreeFormText() string

func (*SubmitFlattenPositionOrder) GetIsAutomatedOrder

func (x *SubmitFlattenPositionOrder) GetIsAutomatedOrder() uint32

func (*SubmitFlattenPositionOrder) GetSymbol

func (x *SubmitFlattenPositionOrder) GetSymbol() string

func (*SubmitFlattenPositionOrder) GetTradeAccount

func (x *SubmitFlattenPositionOrder) GetTradeAccount() string

func (*SubmitFlattenPositionOrder) ProtoMessage

func (*SubmitFlattenPositionOrder) ProtoMessage()

func (*SubmitFlattenPositionOrder) ProtoReflect

func (*SubmitFlattenPositionOrder) Reset

func (x *SubmitFlattenPositionOrder) Reset()

func (*SubmitFlattenPositionOrder) String

func (x *SubmitFlattenPositionOrder) String() string

type SubmitNewOCOOrder

type SubmitNewOCOOrder struct {
	Symbol                     string                  `protobuf:"bytes,1,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange                   string                  `protobuf:"bytes,2,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	ClientOrderID_1            string                  `protobuf:"bytes,3,opt,name=ClientOrderID_1,json=ClientOrderID1,proto3" json:"ClientOrderID_1,omitempty"`
	OrderType_1                OrderTypeEnum           `protobuf:"varint,4,opt,name=OrderType_1,json=OrderType1,proto3,enum=DTC_PB.OrderTypeEnum" json:"OrderType_1,omitempty"`
	BuySell_1                  BuySellEnum             `protobuf:"varint,5,opt,name=BuySell_1,json=BuySell1,proto3,enum=DTC_PB.BuySellEnum" json:"BuySell_1,omitempty"`
	Price1_1                   float64                 `protobuf:"fixed64,6,opt,name=Price1_1,json=Price11,proto3" json:"Price1_1,omitempty"`
	Price2_1                   float64                 `protobuf:"fixed64,7,opt,name=Price2_1,json=Price21,proto3" json:"Price2_1,omitempty"`
	Quantity_1                 float64                 `protobuf:"fixed64,8,opt,name=Quantity_1,json=Quantity1,proto3" json:"Quantity_1,omitempty"`
	ClientOrderID_2            string                  `protobuf:"bytes,9,opt,name=ClientOrderID_2,json=ClientOrderID2,proto3" json:"ClientOrderID_2,omitempty"`
	OrderType_2                OrderTypeEnum           `protobuf:"varint,10,opt,name=OrderType_2,json=OrderType2,proto3,enum=DTC_PB.OrderTypeEnum" json:"OrderType_2,omitempty"`
	BuySell_2                  BuySellEnum             `protobuf:"varint,11,opt,name=BuySell_2,json=BuySell2,proto3,enum=DTC_PB.BuySellEnum" json:"BuySell_2,omitempty"`
	Price1_2                   float64                 `protobuf:"fixed64,12,opt,name=Price1_2,json=Price12,proto3" json:"Price1_2,omitempty"`
	Price2_2                   float64                 `protobuf:"fixed64,13,opt,name=Price2_2,json=Price22,proto3" json:"Price2_2,omitempty"`
	Quantity_2                 float64                 `protobuf:"fixed64,14,opt,name=Quantity_2,json=Quantity2,proto3" json:"Quantity_2,omitempty"`
	TimeInForce                TimeInForceEnum         `protobuf:"varint,15,opt,name=TimeInForce,proto3,enum=DTC_PB.TimeInForceEnum" json:"TimeInForce,omitempty"`
	GoodTillDateTime           int64                   `protobuf:"fixed64,16,opt,name=GoodTillDateTime,proto3" json:"GoodTillDateTime,omitempty"`
	TradeAccount               string                  `protobuf:"bytes,17,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	IsAutomatedOrder           uint32                  `protobuf:"varint,18,opt,name=IsAutomatedOrder,proto3" json:"IsAutomatedOrder,omitempty"`
	ParentTriggerClientOrderID string                  `protobuf:"bytes,19,opt,name=ParentTriggerClientOrderID,proto3" json:"ParentTriggerClientOrderID,omitempty"`
	FreeFormText               string                  `protobuf:"bytes,20,opt,name=FreeFormText,proto3" json:"FreeFormText,omitempty"`
	OpenOrClose                OpenCloseTradeEnum      `protobuf:"varint,21,opt,name=OpenOrClose,proto3,enum=DTC_PB.OpenCloseTradeEnum" json:"OpenOrClose,omitempty"`
	PartialFillHandling        PartialFillHandlingEnum `` /* 129-byte string literal not displayed */
	UseOffsets                 uint32                  `protobuf:"varint,23,opt,name=UseOffsets,proto3" json:"UseOffsets,omitempty"`
	OffsetFromParent1          float64                 `protobuf:"fixed64,24,opt,name=OffsetFromParent1,proto3" json:"OffsetFromParent1,omitempty"`
	OffsetFromParent2          float64                 `protobuf:"fixed64,25,opt,name=OffsetFromParent2,proto3" json:"OffsetFromParent2,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*SubmitNewOCOOrder) Descriptor deprecated

func (*SubmitNewOCOOrder) Descriptor() ([]byte, []int)

Deprecated: Use SubmitNewOCOOrder.ProtoReflect.Descriptor instead.

func (*SubmitNewOCOOrder) GetBuySell_1

func (x *SubmitNewOCOOrder) GetBuySell_1() BuySellEnum

func (*SubmitNewOCOOrder) GetBuySell_2

func (x *SubmitNewOCOOrder) GetBuySell_2() BuySellEnum

func (*SubmitNewOCOOrder) GetClientOrderID_1

func (x *SubmitNewOCOOrder) GetClientOrderID_1() string

func (*SubmitNewOCOOrder) GetClientOrderID_2

func (x *SubmitNewOCOOrder) GetClientOrderID_2() string

func (*SubmitNewOCOOrder) GetExchange

func (x *SubmitNewOCOOrder) GetExchange() string

func (*SubmitNewOCOOrder) GetFreeFormText

func (x *SubmitNewOCOOrder) GetFreeFormText() string

func (*SubmitNewOCOOrder) GetGoodTillDateTime

func (x *SubmitNewOCOOrder) GetGoodTillDateTime() int64

func (*SubmitNewOCOOrder) GetIsAutomatedOrder

func (x *SubmitNewOCOOrder) GetIsAutomatedOrder() uint32

func (*SubmitNewOCOOrder) GetOffsetFromParent1

func (x *SubmitNewOCOOrder) GetOffsetFromParent1() float64

func (*SubmitNewOCOOrder) GetOffsetFromParent2

func (x *SubmitNewOCOOrder) GetOffsetFromParent2() float64

func (*SubmitNewOCOOrder) GetOpenOrClose

func (x *SubmitNewOCOOrder) GetOpenOrClose() OpenCloseTradeEnum

func (*SubmitNewOCOOrder) GetOrderType_1

func (x *SubmitNewOCOOrder) GetOrderType_1() OrderTypeEnum

func (*SubmitNewOCOOrder) GetOrderType_2

func (x *SubmitNewOCOOrder) GetOrderType_2() OrderTypeEnum

func (*SubmitNewOCOOrder) GetParentTriggerClientOrderID

func (x *SubmitNewOCOOrder) GetParentTriggerClientOrderID() string

func (*SubmitNewOCOOrder) GetPartialFillHandling

func (x *SubmitNewOCOOrder) GetPartialFillHandling() PartialFillHandlingEnum

func (*SubmitNewOCOOrder) GetPrice1_1

func (x *SubmitNewOCOOrder) GetPrice1_1() float64

func (*SubmitNewOCOOrder) GetPrice1_2

func (x *SubmitNewOCOOrder) GetPrice1_2() float64

func (*SubmitNewOCOOrder) GetPrice2_1

func (x *SubmitNewOCOOrder) GetPrice2_1() float64

func (*SubmitNewOCOOrder) GetPrice2_2

func (x *SubmitNewOCOOrder) GetPrice2_2() float64

func (*SubmitNewOCOOrder) GetQuantity_1

func (x *SubmitNewOCOOrder) GetQuantity_1() float64

func (*SubmitNewOCOOrder) GetQuantity_2

func (x *SubmitNewOCOOrder) GetQuantity_2() float64

func (*SubmitNewOCOOrder) GetSymbol

func (x *SubmitNewOCOOrder) GetSymbol() string

func (*SubmitNewOCOOrder) GetTimeInForce

func (x *SubmitNewOCOOrder) GetTimeInForce() TimeInForceEnum

func (*SubmitNewOCOOrder) GetTradeAccount

func (x *SubmitNewOCOOrder) GetTradeAccount() string

func (*SubmitNewOCOOrder) GetUseOffsets

func (x *SubmitNewOCOOrder) GetUseOffsets() uint32

func (*SubmitNewOCOOrder) ProtoMessage

func (*SubmitNewOCOOrder) ProtoMessage()

func (*SubmitNewOCOOrder) ProtoReflect

func (x *SubmitNewOCOOrder) ProtoReflect() protoreflect.Message

func (*SubmitNewOCOOrder) Reset

func (x *SubmitNewOCOOrder) Reset()

func (*SubmitNewOCOOrder) String

func (x *SubmitNewOCOOrder) String() string

type SubmitNewOCOOrderInt

type SubmitNewOCOOrderInt struct {
	Symbol                     string                  `protobuf:"bytes,1,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange                   string                  `protobuf:"bytes,2,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	ClientOrderID_1            string                  `protobuf:"bytes,3,opt,name=ClientOrderID_1,json=ClientOrderID1,proto3" json:"ClientOrderID_1,omitempty"`
	OrderType_1                OrderTypeEnum           `protobuf:"varint,4,opt,name=OrderType_1,json=OrderType1,proto3,enum=DTC_PB.OrderTypeEnum" json:"OrderType_1,omitempty"`
	BuySell_1                  BuySellEnum             `protobuf:"varint,5,opt,name=BuySell_1,json=BuySell1,proto3,enum=DTC_PB.BuySellEnum" json:"BuySell_1,omitempty"`
	Price1_1                   int64                   `protobuf:"varint,6,opt,name=Price1_1,json=Price11,proto3" json:"Price1_1,omitempty"`
	Price2_1                   int64                   `protobuf:"varint,7,opt,name=Price2_1,json=Price21,proto3" json:"Price2_1,omitempty"`
	Quantity_1                 int64                   `protobuf:"varint,8,opt,name=Quantity_1,json=Quantity1,proto3" json:"Quantity_1,omitempty"`
	ClientOrderID_2            string                  `protobuf:"bytes,9,opt,name=ClientOrderID_2,json=ClientOrderID2,proto3" json:"ClientOrderID_2,omitempty"`
	OrderType_2                OrderTypeEnum           `protobuf:"varint,10,opt,name=OrderType_2,json=OrderType2,proto3,enum=DTC_PB.OrderTypeEnum" json:"OrderType_2,omitempty"`
	BuySell_2                  BuySellEnum             `protobuf:"varint,11,opt,name=BuySell_2,json=BuySell2,proto3,enum=DTC_PB.BuySellEnum" json:"BuySell_2,omitempty"`
	Price1_2                   int64                   `protobuf:"varint,12,opt,name=Price1_2,json=Price12,proto3" json:"Price1_2,omitempty"`
	Price2_2                   int64                   `protobuf:"varint,13,opt,name=Price2_2,json=Price22,proto3" json:"Price2_2,omitempty"`
	Quantity_2                 int64                   `protobuf:"varint,14,opt,name=Quantity_2,json=Quantity2,proto3" json:"Quantity_2,omitempty"`
	TimeInForce                TimeInForceEnum         `protobuf:"varint,15,opt,name=TimeInForce,proto3,enum=DTC_PB.TimeInForceEnum" json:"TimeInForce,omitempty"`
	GoodTillDateTime           int64                   `protobuf:"fixed64,16,opt,name=GoodTillDateTime,proto3" json:"GoodTillDateTime,omitempty"`
	TradeAccount               string                  `protobuf:"bytes,17,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	IsAutomatedOrder           uint32                  `protobuf:"varint,18,opt,name=IsAutomatedOrder,proto3" json:"IsAutomatedOrder,omitempty"`
	ParentTriggerClientOrderID string                  `protobuf:"bytes,19,opt,name=ParentTriggerClientOrderID,proto3" json:"ParentTriggerClientOrderID,omitempty"`
	FreeFormText               string                  `protobuf:"bytes,20,opt,name=FreeFormText,proto3" json:"FreeFormText,omitempty"`
	Divisor                    float32                 `protobuf:"fixed32,21,opt,name=Divisor,proto3" json:"Divisor,omitempty"`
	OpenOrClose                OpenCloseTradeEnum      `protobuf:"varint,22,opt,name=OpenOrClose,proto3,enum=DTC_PB.OpenCloseTradeEnum" json:"OpenOrClose,omitempty"`
	PartialFillHandling        PartialFillHandlingEnum `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

============================================================================

func (*SubmitNewOCOOrderInt) Descriptor deprecated

func (*SubmitNewOCOOrderInt) Descriptor() ([]byte, []int)

Deprecated: Use SubmitNewOCOOrderInt.ProtoReflect.Descriptor instead.

func (*SubmitNewOCOOrderInt) GetBuySell_1

func (x *SubmitNewOCOOrderInt) GetBuySell_1() BuySellEnum

func (*SubmitNewOCOOrderInt) GetBuySell_2

func (x *SubmitNewOCOOrderInt) GetBuySell_2() BuySellEnum

func (*SubmitNewOCOOrderInt) GetClientOrderID_1

func (x *SubmitNewOCOOrderInt) GetClientOrderID_1() string

func (*SubmitNewOCOOrderInt) GetClientOrderID_2

func (x *SubmitNewOCOOrderInt) GetClientOrderID_2() string

func (*SubmitNewOCOOrderInt) GetDivisor

func (x *SubmitNewOCOOrderInt) GetDivisor() float32

func (*SubmitNewOCOOrderInt) GetExchange

func (x *SubmitNewOCOOrderInt) GetExchange() string

func (*SubmitNewOCOOrderInt) GetFreeFormText

func (x *SubmitNewOCOOrderInt) GetFreeFormText() string

func (*SubmitNewOCOOrderInt) GetGoodTillDateTime

func (x *SubmitNewOCOOrderInt) GetGoodTillDateTime() int64

func (*SubmitNewOCOOrderInt) GetIsAutomatedOrder

func (x *SubmitNewOCOOrderInt) GetIsAutomatedOrder() uint32

func (*SubmitNewOCOOrderInt) GetOpenOrClose

func (x *SubmitNewOCOOrderInt) GetOpenOrClose() OpenCloseTradeEnum

func (*SubmitNewOCOOrderInt) GetOrderType_1

func (x *SubmitNewOCOOrderInt) GetOrderType_1() OrderTypeEnum

func (*SubmitNewOCOOrderInt) GetOrderType_2

func (x *SubmitNewOCOOrderInt) GetOrderType_2() OrderTypeEnum

func (*SubmitNewOCOOrderInt) GetParentTriggerClientOrderID

func (x *SubmitNewOCOOrderInt) GetParentTriggerClientOrderID() string

func (*SubmitNewOCOOrderInt) GetPartialFillHandling

func (x *SubmitNewOCOOrderInt) GetPartialFillHandling() PartialFillHandlingEnum

func (*SubmitNewOCOOrderInt) GetPrice1_1

func (x *SubmitNewOCOOrderInt) GetPrice1_1() int64

func (*SubmitNewOCOOrderInt) GetPrice1_2

func (x *SubmitNewOCOOrderInt) GetPrice1_2() int64

func (*SubmitNewOCOOrderInt) GetPrice2_1

func (x *SubmitNewOCOOrderInt) GetPrice2_1() int64

func (*SubmitNewOCOOrderInt) GetPrice2_2

func (x *SubmitNewOCOOrderInt) GetPrice2_2() int64

func (*SubmitNewOCOOrderInt) GetQuantity_1

func (x *SubmitNewOCOOrderInt) GetQuantity_1() int64

func (*SubmitNewOCOOrderInt) GetQuantity_2

func (x *SubmitNewOCOOrderInt) GetQuantity_2() int64

func (*SubmitNewOCOOrderInt) GetSymbol

func (x *SubmitNewOCOOrderInt) GetSymbol() string

func (*SubmitNewOCOOrderInt) GetTimeInForce

func (x *SubmitNewOCOOrderInt) GetTimeInForce() TimeInForceEnum

func (*SubmitNewOCOOrderInt) GetTradeAccount

func (x *SubmitNewOCOOrderInt) GetTradeAccount() string

func (*SubmitNewOCOOrderInt) ProtoMessage

func (*SubmitNewOCOOrderInt) ProtoMessage()

func (*SubmitNewOCOOrderInt) ProtoReflect

func (x *SubmitNewOCOOrderInt) ProtoReflect() protoreflect.Message

func (*SubmitNewOCOOrderInt) Reset

func (x *SubmitNewOCOOrderInt) Reset()

func (*SubmitNewOCOOrderInt) String

func (x *SubmitNewOCOOrderInt) String() string

type SubmitNewSingleOrder

type SubmitNewSingleOrder struct {
	Symbol           string             `protobuf:"bytes,1,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange         string             `protobuf:"bytes,2,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	TradeAccount     string             `protobuf:"bytes,3,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	ClientOrderID    string             `protobuf:"bytes,4,opt,name=ClientOrderID,proto3" json:"ClientOrderID,omitempty"`
	OrderType        OrderTypeEnum      `protobuf:"varint,5,opt,name=OrderType,proto3,enum=DTC_PB.OrderTypeEnum" json:"OrderType,omitempty"`
	BuySell          BuySellEnum        `protobuf:"varint,6,opt,name=BuySell,proto3,enum=DTC_PB.BuySellEnum" json:"BuySell,omitempty"`
	Price1           float64            `protobuf:"fixed64,7,opt,name=Price1,proto3" json:"Price1,omitempty"`
	Price2           float64            `protobuf:"fixed64,8,opt,name=Price2,proto3" json:"Price2,omitempty"`
	Quantity         float64            `protobuf:"fixed64,9,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	TimeInForce      TimeInForceEnum    `protobuf:"varint,10,opt,name=TimeInForce,proto3,enum=DTC_PB.TimeInForceEnum" json:"TimeInForce,omitempty"`
	GoodTillDateTime int64              `protobuf:"fixed64,11,opt,name=GoodTillDateTime,proto3" json:"GoodTillDateTime,omitempty"`
	IsAutomatedOrder uint32             `protobuf:"varint,12,opt,name=IsAutomatedOrder,proto3" json:"IsAutomatedOrder,omitempty"`
	IsParentOrder    uint32             `protobuf:"varint,13,opt,name=IsParentOrder,proto3" json:"IsParentOrder,omitempty"`
	FreeFormText     string             `protobuf:"bytes,14,opt,name=FreeFormText,proto3" json:"FreeFormText,omitempty"`
	OpenOrClose      OpenCloseTradeEnum `protobuf:"varint,15,opt,name=OpenOrClose,proto3,enum=DTC_PB.OpenCloseTradeEnum" json:"OpenOrClose,omitempty"`
	MaxShowQuantity  float64            `protobuf:"fixed64,16,opt,name=MaxShowQuantity,proto3" json:"MaxShowQuantity,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*SubmitNewSingleOrder) Descriptor deprecated

func (*SubmitNewSingleOrder) Descriptor() ([]byte, []int)

Deprecated: Use SubmitNewSingleOrder.ProtoReflect.Descriptor instead.

func (*SubmitNewSingleOrder) GetBuySell

func (x *SubmitNewSingleOrder) GetBuySell() BuySellEnum

func (*SubmitNewSingleOrder) GetClientOrderID

func (x *SubmitNewSingleOrder) GetClientOrderID() string

func (*SubmitNewSingleOrder) GetExchange

func (x *SubmitNewSingleOrder) GetExchange() string

func (*SubmitNewSingleOrder) GetFreeFormText

func (x *SubmitNewSingleOrder) GetFreeFormText() string

func (*SubmitNewSingleOrder) GetGoodTillDateTime

func (x *SubmitNewSingleOrder) GetGoodTillDateTime() int64

func (*SubmitNewSingleOrder) GetIsAutomatedOrder

func (x *SubmitNewSingleOrder) GetIsAutomatedOrder() uint32

func (*SubmitNewSingleOrder) GetIsParentOrder

func (x *SubmitNewSingleOrder) GetIsParentOrder() uint32

func (*SubmitNewSingleOrder) GetMaxShowQuantity

func (x *SubmitNewSingleOrder) GetMaxShowQuantity() float64

func (*SubmitNewSingleOrder) GetOpenOrClose

func (x *SubmitNewSingleOrder) GetOpenOrClose() OpenCloseTradeEnum

func (*SubmitNewSingleOrder) GetOrderType

func (x *SubmitNewSingleOrder) GetOrderType() OrderTypeEnum

func (*SubmitNewSingleOrder) GetPrice1

func (x *SubmitNewSingleOrder) GetPrice1() float64

func (*SubmitNewSingleOrder) GetPrice2

func (x *SubmitNewSingleOrder) GetPrice2() float64

func (*SubmitNewSingleOrder) GetQuantity

func (x *SubmitNewSingleOrder) GetQuantity() float64

func (*SubmitNewSingleOrder) GetSymbol

func (x *SubmitNewSingleOrder) GetSymbol() string

func (*SubmitNewSingleOrder) GetTimeInForce

func (x *SubmitNewSingleOrder) GetTimeInForce() TimeInForceEnum

func (*SubmitNewSingleOrder) GetTradeAccount

func (x *SubmitNewSingleOrder) GetTradeAccount() string

func (*SubmitNewSingleOrder) ProtoMessage

func (*SubmitNewSingleOrder) ProtoMessage()

func (*SubmitNewSingleOrder) ProtoReflect

func (x *SubmitNewSingleOrder) ProtoReflect() protoreflect.Message

func (*SubmitNewSingleOrder) Reset

func (x *SubmitNewSingleOrder) Reset()

func (*SubmitNewSingleOrder) String

func (x *SubmitNewSingleOrder) String() string

type SubmitNewSingleOrderInt

type SubmitNewSingleOrderInt struct {
	Symbol           string             `protobuf:"bytes,1,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	Exchange         string             `protobuf:"bytes,2,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	TradeAccount     string             `protobuf:"bytes,3,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	ClientOrderID    string             `protobuf:"bytes,4,opt,name=ClientOrderID,proto3" json:"ClientOrderID,omitempty"`
	OrderType        OrderTypeEnum      `protobuf:"varint,5,opt,name=OrderType,proto3,enum=DTC_PB.OrderTypeEnum" json:"OrderType,omitempty"`
	BuySell          BuySellEnum        `protobuf:"varint,6,opt,name=BuySell,proto3,enum=DTC_PB.BuySellEnum" json:"BuySell,omitempty"`
	Price1           int64              `protobuf:"varint,7,opt,name=Price1,proto3" json:"Price1,omitempty"`
	Price2           int64              `protobuf:"varint,8,opt,name=Price2,proto3" json:"Price2,omitempty"`
	Divisor          float32            `protobuf:"fixed32,9,opt,name=Divisor,proto3" json:"Divisor,omitempty"`
	Quantity         int64              `protobuf:"varint,10,opt,name=Quantity,proto3" json:"Quantity,omitempty"`
	TimeInForce      TimeInForceEnum    `protobuf:"varint,11,opt,name=TimeInForce,proto3,enum=DTC_PB.TimeInForceEnum" json:"TimeInForce,omitempty"`
	GoodTillDateTime int64              `protobuf:"fixed64,12,opt,name=GoodTillDateTime,proto3" json:"GoodTillDateTime,omitempty"`
	IsAutomatedOrder uint32             `protobuf:"varint,13,opt,name=IsAutomatedOrder,proto3" json:"IsAutomatedOrder,omitempty"`
	IsParentOrder    uint32             `protobuf:"varint,14,opt,name=IsParentOrder,proto3" json:"IsParentOrder,omitempty"`
	FreeFormText     string             `protobuf:"bytes,15,opt,name=FreeFormText,proto3" json:"FreeFormText,omitempty"`
	OpenOrClose      OpenCloseTradeEnum `protobuf:"varint,16,opt,name=OpenOrClose,proto3,enum=DTC_PB.OpenCloseTradeEnum" json:"OpenOrClose,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*SubmitNewSingleOrderInt) Descriptor deprecated

func (*SubmitNewSingleOrderInt) Descriptor() ([]byte, []int)

Deprecated: Use SubmitNewSingleOrderInt.ProtoReflect.Descriptor instead.

func (*SubmitNewSingleOrderInt) GetBuySell

func (x *SubmitNewSingleOrderInt) GetBuySell() BuySellEnum

func (*SubmitNewSingleOrderInt) GetClientOrderID

func (x *SubmitNewSingleOrderInt) GetClientOrderID() string

func (*SubmitNewSingleOrderInt) GetDivisor

func (x *SubmitNewSingleOrderInt) GetDivisor() float32

func (*SubmitNewSingleOrderInt) GetExchange

func (x *SubmitNewSingleOrderInt) GetExchange() string

func (*SubmitNewSingleOrderInt) GetFreeFormText

func (x *SubmitNewSingleOrderInt) GetFreeFormText() string

func (*SubmitNewSingleOrderInt) GetGoodTillDateTime

func (x *SubmitNewSingleOrderInt) GetGoodTillDateTime() int64

func (*SubmitNewSingleOrderInt) GetIsAutomatedOrder

func (x *SubmitNewSingleOrderInt) GetIsAutomatedOrder() uint32

func (*SubmitNewSingleOrderInt) GetIsParentOrder

func (x *SubmitNewSingleOrderInt) GetIsParentOrder() uint32

func (*SubmitNewSingleOrderInt) GetOpenOrClose

func (x *SubmitNewSingleOrderInt) GetOpenOrClose() OpenCloseTradeEnum

func (*SubmitNewSingleOrderInt) GetOrderType

func (x *SubmitNewSingleOrderInt) GetOrderType() OrderTypeEnum

func (*SubmitNewSingleOrderInt) GetPrice1

func (x *SubmitNewSingleOrderInt) GetPrice1() int64

func (*SubmitNewSingleOrderInt) GetPrice2

func (x *SubmitNewSingleOrderInt) GetPrice2() int64

func (*SubmitNewSingleOrderInt) GetQuantity

func (x *SubmitNewSingleOrderInt) GetQuantity() int64

func (*SubmitNewSingleOrderInt) GetSymbol

func (x *SubmitNewSingleOrderInt) GetSymbol() string

func (*SubmitNewSingleOrderInt) GetTimeInForce

func (x *SubmitNewSingleOrderInt) GetTimeInForce() TimeInForceEnum

func (*SubmitNewSingleOrderInt) GetTradeAccount

func (x *SubmitNewSingleOrderInt) GetTradeAccount() string

func (*SubmitNewSingleOrderInt) ProtoMessage

func (*SubmitNewSingleOrderInt) ProtoMessage()

func (*SubmitNewSingleOrderInt) ProtoReflect

func (x *SubmitNewSingleOrderInt) ProtoReflect() protoreflect.Message

func (*SubmitNewSingleOrderInt) Reset

func (x *SubmitNewSingleOrderInt) Reset()

func (*SubmitNewSingleOrderInt) String

func (x *SubmitNewSingleOrderInt) String() string

type SymbolSearchRequest

type SymbolSearchRequest struct {
	RequestID    int32            `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	SearchText   string           `protobuf:"bytes,2,opt,name=SearchText,proto3" json:"SearchText,omitempty"`
	Exchange     string           `protobuf:"bytes,3,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	SecurityType SecurityTypeEnum `protobuf:"varint,4,opt,name=SecurityType,proto3,enum=DTC_PB.SecurityTypeEnum" json:"SecurityType,omitempty"`
	SearchType   SearchTypeEnum   `protobuf:"varint,5,opt,name=SearchType,proto3,enum=DTC_PB.SearchTypeEnum" json:"SearchType,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*SymbolSearchRequest) Descriptor deprecated

func (*SymbolSearchRequest) Descriptor() ([]byte, []int)

Deprecated: Use SymbolSearchRequest.ProtoReflect.Descriptor instead.

func (*SymbolSearchRequest) GetExchange

func (x *SymbolSearchRequest) GetExchange() string

func (*SymbolSearchRequest) GetRequestID

func (x *SymbolSearchRequest) GetRequestID() int32

func (*SymbolSearchRequest) GetSearchText

func (x *SymbolSearchRequest) GetSearchText() string

func (*SymbolSearchRequest) GetSearchType

func (x *SymbolSearchRequest) GetSearchType() SearchTypeEnum

func (*SymbolSearchRequest) GetSecurityType

func (x *SymbolSearchRequest) GetSecurityType() SecurityTypeEnum

func (*SymbolSearchRequest) ProtoMessage

func (*SymbolSearchRequest) ProtoMessage()

func (*SymbolSearchRequest) ProtoReflect

func (x *SymbolSearchRequest) ProtoReflect() protoreflect.Message

func (*SymbolSearchRequest) Reset

func (x *SymbolSearchRequest) Reset()

func (*SymbolSearchRequest) String

func (x *SymbolSearchRequest) String() string

type SymbolsForExchangeRequest

type SymbolsForExchangeRequest struct {
	RequestID     int32             `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	Exchange      string            `protobuf:"bytes,2,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	SecurityType  SecurityTypeEnum  `protobuf:"varint,3,opt,name=SecurityType,proto3,enum=DTC_PB.SecurityTypeEnum" json:"SecurityType,omitempty"`
	RequestAction RequestActionEnum `protobuf:"varint,4,opt,name=RequestAction,proto3,enum=DTC_PB.RequestActionEnum" json:"RequestAction,omitempty"`
	Symbol        string            `protobuf:"bytes,5,opt,name=Symbol,proto3" json:"Symbol,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*SymbolsForExchangeRequest) Descriptor deprecated

func (*SymbolsForExchangeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SymbolsForExchangeRequest.ProtoReflect.Descriptor instead.

func (*SymbolsForExchangeRequest) GetExchange

func (x *SymbolsForExchangeRequest) GetExchange() string

func (*SymbolsForExchangeRequest) GetRequestAction

func (x *SymbolsForExchangeRequest) GetRequestAction() RequestActionEnum

func (*SymbolsForExchangeRequest) GetRequestID

func (x *SymbolsForExchangeRequest) GetRequestID() int32

func (*SymbolsForExchangeRequest) GetSecurityType

func (x *SymbolsForExchangeRequest) GetSecurityType() SecurityTypeEnum

func (*SymbolsForExchangeRequest) GetSymbol

func (x *SymbolsForExchangeRequest) GetSymbol() string

func (*SymbolsForExchangeRequest) ProtoMessage

func (*SymbolsForExchangeRequest) ProtoMessage()

func (*SymbolsForExchangeRequest) ProtoReflect

func (*SymbolsForExchangeRequest) Reset

func (x *SymbolsForExchangeRequest) Reset()

func (*SymbolsForExchangeRequest) String

func (x *SymbolsForExchangeRequest) String() string

type SymbolsForUnderlyingRequest

type SymbolsForUnderlyingRequest struct {
	RequestID        int32            `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	UnderlyingSymbol string           `protobuf:"bytes,2,opt,name=UnderlyingSymbol,proto3" json:"UnderlyingSymbol,omitempty"`
	Exchange         string           `protobuf:"bytes,3,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	SecurityType     SecurityTypeEnum `protobuf:"varint,4,opt,name=SecurityType,proto3,enum=DTC_PB.SecurityTypeEnum" json:"SecurityType,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*SymbolsForUnderlyingRequest) Descriptor deprecated

func (*SymbolsForUnderlyingRequest) Descriptor() ([]byte, []int)

Deprecated: Use SymbolsForUnderlyingRequest.ProtoReflect.Descriptor instead.

func (*SymbolsForUnderlyingRequest) GetExchange

func (x *SymbolsForUnderlyingRequest) GetExchange() string

func (*SymbolsForUnderlyingRequest) GetRequestID

func (x *SymbolsForUnderlyingRequest) GetRequestID() int32

func (*SymbolsForUnderlyingRequest) GetSecurityType

func (x *SymbolsForUnderlyingRequest) GetSecurityType() SecurityTypeEnum

func (*SymbolsForUnderlyingRequest) GetUnderlyingSymbol

func (x *SymbolsForUnderlyingRequest) GetUnderlyingSymbol() string

func (*SymbolsForUnderlyingRequest) ProtoMessage

func (*SymbolsForUnderlyingRequest) ProtoMessage()

func (*SymbolsForUnderlyingRequest) ProtoReflect

func (*SymbolsForUnderlyingRequest) Reset

func (x *SymbolsForUnderlyingRequest) Reset()

func (*SymbolsForUnderlyingRequest) String

func (x *SymbolsForUnderlyingRequest) String() string

type TimeInForceEnum

type TimeInForceEnum int32

============================================================================

const (
	TimeInForceEnum_TIF_UNSET               TimeInForceEnum = 0
	TimeInForceEnum_TIF_DAY                 TimeInForceEnum = 1
	TimeInForceEnum_TIF_GOOD_TILL_CANCELED  TimeInForceEnum = 2
	TimeInForceEnum_TIF_GOOD_TILL_DATE_TIME TimeInForceEnum = 3
	TimeInForceEnum_TIF_IMMEDIATE_OR_CANCEL TimeInForceEnum = 4
	TimeInForceEnum_TIF_ALL_OR_NONE         TimeInForceEnum = 5
	TimeInForceEnum_TIF_FILL_OR_KILL        TimeInForceEnum = 6
)

func (TimeInForceEnum) Descriptor

func (TimeInForceEnum) Enum

func (x TimeInForceEnum) Enum() *TimeInForceEnum

func (TimeInForceEnum) EnumDescriptor deprecated

func (TimeInForceEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use TimeInForceEnum.Descriptor instead.

func (TimeInForceEnum) Number

func (TimeInForceEnum) String

func (x TimeInForceEnum) String() string

func (TimeInForceEnum) Type

type TradeAccountResponse

type TradeAccountResponse struct {
	TotalNumberMessages int32  `protobuf:"varint,1,opt,name=TotalNumberMessages,proto3" json:"TotalNumberMessages,omitempty"`
	MessageNumber       int32  `protobuf:"varint,2,opt,name=MessageNumber,proto3" json:"MessageNumber,omitempty"`
	TradeAccount        string `protobuf:"bytes,3,opt,name=TradeAccount,proto3" json:"TradeAccount,omitempty"`
	RequestID           int32  `protobuf:"varint,4,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*TradeAccountResponse) Descriptor deprecated

func (*TradeAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use TradeAccountResponse.ProtoReflect.Descriptor instead.

func (*TradeAccountResponse) GetMessageNumber

func (x *TradeAccountResponse) GetMessageNumber() int32

func (*TradeAccountResponse) GetRequestID

func (x *TradeAccountResponse) GetRequestID() int32

func (*TradeAccountResponse) GetTotalNumberMessages

func (x *TradeAccountResponse) GetTotalNumberMessages() int32

func (*TradeAccountResponse) GetTradeAccount

func (x *TradeAccountResponse) GetTradeAccount() string

func (*TradeAccountResponse) ProtoMessage

func (*TradeAccountResponse) ProtoMessage()

func (*TradeAccountResponse) ProtoReflect

func (x *TradeAccountResponse) ProtoReflect() protoreflect.Message

func (*TradeAccountResponse) Reset

func (x *TradeAccountResponse) Reset()

func (*TradeAccountResponse) String

func (x *TradeAccountResponse) String() string

type TradeAccountsRequest

type TradeAccountsRequest struct {
	RequestID int32 `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*TradeAccountsRequest) Descriptor deprecated

func (*TradeAccountsRequest) Descriptor() ([]byte, []int)

Deprecated: Use TradeAccountsRequest.ProtoReflect.Descriptor instead.

func (*TradeAccountsRequest) GetRequestID

func (x *TradeAccountsRequest) GetRequestID() int32

func (*TradeAccountsRequest) ProtoMessage

func (*TradeAccountsRequest) ProtoMessage()

func (*TradeAccountsRequest) ProtoReflect

func (x *TradeAccountsRequest) ProtoReflect() protoreflect.Message

func (*TradeAccountsRequest) Reset

func (x *TradeAccountsRequest) Reset()

func (*TradeAccountsRequest) String

func (x *TradeAccountsRequest) String() string

type TradeModeEnum

type TradeModeEnum int32

============================================================================

const (
	TradeModeEnum_TRADE_MODE_UNSET     TradeModeEnum = 0
	TradeModeEnum_TRADE_MODE_DEMO      TradeModeEnum = 1
	TradeModeEnum_TRADE_MODE_SIMULATED TradeModeEnum = 2
	TradeModeEnum_TRADE_MODE_LIVE      TradeModeEnum = 3
)

func (TradeModeEnum) Descriptor

func (TradeModeEnum) Enum

func (x TradeModeEnum) Enum() *TradeModeEnum

func (TradeModeEnum) EnumDescriptor deprecated

func (TradeModeEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use TradeModeEnum.Descriptor instead.

func (TradeModeEnum) Number

func (TradeModeEnum) String

func (x TradeModeEnum) String() string

func (TradeModeEnum) Type

type TradingStatusEnum

type TradingStatusEnum int32

============================================================================

const (
	TradingStatusEnum_TRADING_STATUS_UNKNOWN      TradingStatusEnum = 0
	TradingStatusEnum_TRADING_STATUS_PRE_OPEN     TradingStatusEnum = 1
	TradingStatusEnum_TRADING_STATUS_OPEN         TradingStatusEnum = 2
	TradingStatusEnum_TRADING_STATUS_CLOSE        TradingStatusEnum = 3
	TradingStatusEnum_TRADING_STATUS_TRADING_HALT TradingStatusEnum = 4
)

func (TradingStatusEnum) Descriptor

func (TradingStatusEnum) Enum

func (TradingStatusEnum) EnumDescriptor deprecated

func (TradingStatusEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use TradingStatusEnum.Descriptor instead.

func (TradingStatusEnum) Number

func (TradingStatusEnum) String

func (x TradingStatusEnum) String() string

func (TradingStatusEnum) Type

type TradingSymbolStatus

type TradingSymbolStatus struct {
	SymbolID uint32            `protobuf:"varint,1,opt,name=SymbolID,proto3" json:"SymbolID,omitempty"`
	Status   TradingStatusEnum `protobuf:"varint,2,opt,name=Status,proto3,enum=DTC_PB.TradingStatusEnum" json:"Status,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*TradingSymbolStatus) Descriptor deprecated

func (*TradingSymbolStatus) Descriptor() ([]byte, []int)

Deprecated: Use TradingSymbolStatus.ProtoReflect.Descriptor instead.

func (*TradingSymbolStatus) GetStatus

func (x *TradingSymbolStatus) GetStatus() TradingStatusEnum

func (*TradingSymbolStatus) GetSymbolID

func (x *TradingSymbolStatus) GetSymbolID() uint32

func (*TradingSymbolStatus) ProtoMessage

func (*TradingSymbolStatus) ProtoMessage()

func (*TradingSymbolStatus) ProtoReflect

func (x *TradingSymbolStatus) ProtoReflect() protoreflect.Message

func (*TradingSymbolStatus) Reset

func (x *TradingSymbolStatus) Reset()

func (*TradingSymbolStatus) String

func (x *TradingSymbolStatus) String() string

type UnbundledTradeIndicatorEnum

type UnbundledTradeIndicatorEnum int32

==========================================================================

const (
	UnbundledTradeIndicatorEnum_UNBUNDLED_TRADE_NONE               UnbundledTradeIndicatorEnum = 0
	UnbundledTradeIndicatorEnum_FIRST_SUB_TRADE_OF_UNBUNDLED_TRADE UnbundledTradeIndicatorEnum = 1
	UnbundledTradeIndicatorEnum_LAST_SUB_TRADE_OF_UNBUNDLED_TRADE  UnbundledTradeIndicatorEnum = 2
)

func (UnbundledTradeIndicatorEnum) Descriptor

func (UnbundledTradeIndicatorEnum) Enum

func (UnbundledTradeIndicatorEnum) EnumDescriptor deprecated

func (UnbundledTradeIndicatorEnum) EnumDescriptor() ([]byte, []int)

Deprecated: Use UnbundledTradeIndicatorEnum.Descriptor instead.

func (UnbundledTradeIndicatorEnum) Number

func (UnbundledTradeIndicatorEnum) String

func (UnbundledTradeIndicatorEnum) Type

type UnderlyingSymbolsForExchangeRequest

type UnderlyingSymbolsForExchangeRequest struct {
	RequestID    int32            `protobuf:"varint,1,opt,name=RequestID,proto3" json:"RequestID,omitempty"`
	Exchange     string           `protobuf:"bytes,2,opt,name=Exchange,proto3" json:"Exchange,omitempty"`
	SecurityType SecurityTypeEnum `protobuf:"varint,3,opt,name=SecurityType,proto3,enum=DTC_PB.SecurityTypeEnum" json:"SecurityType,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*UnderlyingSymbolsForExchangeRequest) Descriptor deprecated

func (*UnderlyingSymbolsForExchangeRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnderlyingSymbolsForExchangeRequest.ProtoReflect.Descriptor instead.

func (*UnderlyingSymbolsForExchangeRequest) GetExchange

func (*UnderlyingSymbolsForExchangeRequest) GetRequestID

func (x *UnderlyingSymbolsForExchangeRequest) GetRequestID() int32

func (*UnderlyingSymbolsForExchangeRequest) GetSecurityType

func (*UnderlyingSymbolsForExchangeRequest) ProtoMessage

func (*UnderlyingSymbolsForExchangeRequest) ProtoMessage()

func (*UnderlyingSymbolsForExchangeRequest) ProtoReflect

func (*UnderlyingSymbolsForExchangeRequest) Reset

func (*UnderlyingSymbolsForExchangeRequest) String

type UserMessage

type UserMessage struct {
	UserMessage    string `protobuf:"bytes,1,opt,name=UserMessage,proto3" json:"UserMessage,omitempty"`
	IsPopupMessage uint32 `protobuf:"varint,2,opt,name=IsPopupMessage,proto3" json:"IsPopupMessage,omitempty"`
	// contains filtered or unexported fields
}

============================================================================

func (*UserMessage) Descriptor deprecated

func (*UserMessage) Descriptor() ([]byte, []int)

Deprecated: Use UserMessage.ProtoReflect.Descriptor instead.

func (*UserMessage) GetIsPopupMessage

func (x *UserMessage) GetIsPopupMessage() uint32

func (*UserMessage) GetUserMessage

func (x *UserMessage) GetUserMessage() string

func (*UserMessage) ProtoMessage

func (*UserMessage) ProtoMessage()

func (*UserMessage) ProtoReflect

func (x *UserMessage) ProtoReflect() protoreflect.Message

func (*UserMessage) Reset

func (x *UserMessage) Reset()

func (*UserMessage) String

func (x *UserMessage) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL