Documentation ¶
Overview ¶
Package types is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func EmptyAddress(address string) bool
- func GetAccountRegistrationCountKey() []byte
- func GetAccountRegistrationKey() []byte
- func GetMarketDataCountKey() []byte
- func GetMarketDataKey() []byte
- func GetOrderMassStatusCountKey() []byte
- func GetOrderMassStatusKey() []byte
- func GetOrdersCancelRejectCountKey() []byte
- func GetOrdersCancelRejectKey() []byte
- func GetOrdersCancelRequestCountKey() []byte
- func GetOrdersCancelRequestKey() []byte
- func GetOrdersCountKey() []byte
- func GetOrdersExecutionReportCountKey() []byte
- func GetOrdersExecutionReportKey() []byte
- func GetOrdersKey() []byte
- func GetQuoteKey() []byte
- func GetSecurityCountKey() []byte
- func GetSecurityKey() []byte
- func GetSecurityListCountKey() []byte
- func GetSecurityListKey() []byte
- func GetSecurityStatusCountKey() []byte
- func GetSecurityStatusKey() []byte
- func GetSecurityTypesCountKey() []byte
- func GetSecurityTypesKey() []byte
- func GetSessionLogoutCountKey() []byte
- func GetSessionLogoutKey() []byte
- func GetSessionRejectCountKey() []byte
- func GetSessionRejectKey() []byte
- func GetSessionsCountKey() []byte
- func GetSessionsKey() []byte
- func GetTradeCaptureCountKey() []byte
- func GetTradeCaptureKey() []byte
- func GetTradingSessionCountKey() []byte
- func GetTradingSessionKey() []byte
- func GetTradingSessionListCountKey() []byte
- func GetTradingSessionListKey() []byte
- func KeyPrefix(p string) []byte
- func RegisterCodec(cdc *codec.LegacyAmino)
- func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
- func RegisterMsgServer(s grpc1.Server, srv MsgServer)
- func RegisterQueryHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
- func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
- func RegisterQueryServer(s grpc1.Server, srv QueryServer)
- type Account
- func (*Account) Descriptor() ([]byte, []int)
- func (m *Account) GetAddress() string
- func (m *Account) GetCompanyName() string
- func (m *Account) GetCreatedAt() string
- func (m *Account) GetSocialMediaLinks() string
- func (m *Account) GetWebsite() string
- func (m *Account) Marshal() (dAtA []byte, err error)
- func (m *Account) MarshalTo(dAtA []byte) (int, error)
- func (m *Account) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Account) ProtoMessage()
- func (m *Account) Reset()
- func (m *Account) Size() (n int)
- func (m *Account) String() string
- func (m *Account) Unmarshal(dAtA []byte) error
- func (m *Account) XXX_DiscardUnknown()
- func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Account) XXX_Merge(src proto.Message)
- func (m *Account) XXX_Size() int
- func (m *Account) XXX_Unmarshal(b []byte) error
- type AccountRegistration
- func (*AccountRegistration) Descriptor() ([]byte, []int)
- func (a AccountRegistration) Empty() bool
- func (m *AccountRegistration) GetAddress() string
- func (m *AccountRegistration) GetCompanyName() string
- func (m *AccountRegistration) GetCreatedAt() string
- func (m *AccountRegistration) GetSocialMediaLinks() string
- func (m *AccountRegistration) GetWebsite() string
- func (m *AccountRegistration) Marshal() (dAtA []byte, err error)
- func (m *AccountRegistration) MarshalTo(dAtA []byte) (int, error)
- func (m *AccountRegistration) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*AccountRegistration) ProtoMessage()
- func (m *AccountRegistration) Reset()
- func (m *AccountRegistration) Size() (n int)
- func (m *AccountRegistration) String() string
- func (m *AccountRegistration) Unmarshal(dAtA []byte) error
- func (m *AccountRegistration) XXX_DiscardUnknown()
- func (m *AccountRegistration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AccountRegistration) XXX_Merge(src proto.Message)
- func (m *AccountRegistration) XXX_Size() int
- func (m *AccountRegistration) XXX_Unmarshal(b []byte) error
- type GenesisState
- func (*GenesisState) Descriptor() ([]byte, []int)
- func (m *GenesisState) GetAccountRegistrationCount() uint64
- func (m *GenesisState) GetAccountRegistrationList() []AccountRegistration
- func (m *GenesisState) GetMarketDataCount() uint64
- func (m *GenesisState) GetMarketDataList() []MarketData
- func (m *GenesisState) GetOrderMassStatusCount() uint64
- func (m *GenesisState) GetOrderMassStatusList() []OrderMassStatus
- func (m *GenesisState) GetOrdersCancelRejectCount() uint64
- func (m *GenesisState) GetOrdersCancelRejectList() []OrdersCancelReject
- func (m *GenesisState) GetOrdersCancelRequestCount() uint64
- func (m *GenesisState) GetOrdersCancelRequestList() []OrdersCancelRequest
- func (m *GenesisState) GetOrdersCount() uint64
- func (m *GenesisState) GetOrdersExecutionReportCount() uint64
- func (m *GenesisState) GetOrdersExecutionReportList() []OrdersExecutionReport
- func (m *GenesisState) GetOrdersList() []Orders
- func (m *GenesisState) GetQuoteCount() uint64
- func (m *GenesisState) GetQuoteList() []Quote
- func (m *GenesisState) GetSecurityCount() uint64
- func (m *GenesisState) GetSecurityList() []Security
- func (m *GenesisState) GetSecurityListCount() uint64
- func (m *GenesisState) GetSecurityListList() []SecurityList
- func (m *GenesisState) GetSecurityStatusCount() uint64
- func (m *GenesisState) GetSecurityStatusList() []SecurityStatus
- func (m *GenesisState) GetSecurityTypesCount() uint64
- func (m *GenesisState) GetSecurityTypesList() []SecurityTypes
- func (m *GenesisState) GetSessionLogoutCount() uint64
- func (m *GenesisState) GetSessionLogoutList() []SessionLogout
- func (m *GenesisState) GetSessionRejectCount() uint64
- func (m *GenesisState) GetSessionRejectList() []SessionReject
- func (m *GenesisState) GetSessionsCount() uint64
- func (m *GenesisState) GetSessionsList() []Sessions
- func (m *GenesisState) GetTradeCaptureCount() uint64
- func (m *GenesisState) GetTradeCaptureList() []TradeCapture
- func (m *GenesisState) GetTradingSessionCount() uint64
- func (m *GenesisState) GetTradingSessionList() []TradingSession
- func (m *GenesisState) GetTradingSessionListCount() uint64
- func (m *GenesisState) GetTradingSessionListList() []TradingSessionList
- func (m *GenesisState) Marshal() (dAtA []byte, err error)
- func (m *GenesisState) MarshalTo(dAtA []byte) (int, error)
- func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*GenesisState) ProtoMessage()
- func (m *GenesisState) Reset()
- func (m *GenesisState) Size() (n int)
- func (m *GenesisState) String() string
- func (m *GenesisState) Unmarshal(dAtA []byte) error
- func (gs GenesisState) Validate() error
- func (m *GenesisState) XXX_DiscardUnknown()
- func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisState) XXX_Merge(src proto.Message)
- func (m *GenesisState) XXX_Size() int
- func (m *GenesisState) XXX_Unmarshal(b []byte) error
- type Header
- func (*Header) Descriptor() ([]byte, []int)
- func (m *Header) GetBeginString() string
- func (m *Header) GetBodyLength() int64
- func (m *Header) GetChainID() string
- func (m *Header) GetMsgSeqNum() int64
- func (m *Header) GetMsgType() string
- func (m *Header) GetSenderCompID() string
- func (m *Header) GetSendingTime() string
- func (m *Header) GetTargetCompID() string
- func (m *Header) Marshal() (dAtA []byte, err error)
- func (m *Header) MarshalTo(dAtA []byte) (int, error)
- func (m *Header) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Header) ProtoMessage()
- func (m *Header) Reset()
- func (m *Header) Size() (n int)
- func (m *Header) String() string
- func (m *Header) Unmarshal(dAtA []byte) error
- func (m *Header) XXX_DiscardUnknown()
- func (m *Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Header) XXX_Merge(src proto.Message)
- func (m *Header) XXX_Size() int
- func (m *Header) XXX_Unmarshal(b []byte) error
- type LogonAcceptor
- func (*LogonAcceptor) Descriptor() ([]byte, []int)
- func (m *LogonAcceptor) GetEncryptMethod() int64
- func (m *LogonAcceptor) GetHeader() *Header
- func (m *LogonAcceptor) GetHeartBtInt() int64
- func (m *LogonAcceptor) GetTrailer() *Trailer
- func (m *LogonAcceptor) Marshal() (dAtA []byte, err error)
- func (m *LogonAcceptor) MarshalTo(dAtA []byte) (int, error)
- func (m *LogonAcceptor) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LogonAcceptor) ProtoMessage()
- func (m *LogonAcceptor) Reset()
- func (m *LogonAcceptor) Size() (n int)
- func (m *LogonAcceptor) String() string
- func (m *LogonAcceptor) Unmarshal(dAtA []byte) error
- func (m *LogonAcceptor) XXX_DiscardUnknown()
- func (m *LogonAcceptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogonAcceptor) XXX_Merge(src proto.Message)
- func (m *LogonAcceptor) XXX_Size() int
- func (m *LogonAcceptor) XXX_Unmarshal(b []byte) error
- type LogonInitiator
- func (*LogonInitiator) Descriptor() ([]byte, []int)
- func (m *LogonInitiator) GetEncryptMethod() int64
- func (m *LogonInitiator) GetHeader() *Header
- func (m *LogonInitiator) GetHeartBtInt() int64
- func (m *LogonInitiator) GetTrailer() *Trailer
- func (m *LogonInitiator) Marshal() (dAtA []byte, err error)
- func (m *LogonInitiator) MarshalTo(dAtA []byte) (int, error)
- func (m *LogonInitiator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*LogonInitiator) ProtoMessage()
- func (m *LogonInitiator) Reset()
- func (m *LogonInitiator) Size() (n int)
- func (m *LogonInitiator) String() string
- func (m *LogonInitiator) Unmarshal(dAtA []byte) error
- func (m *LogonInitiator) XXX_DiscardUnknown()
- func (m *LogonInitiator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LogonInitiator) XXX_Merge(src proto.Message)
- func (m *LogonInitiator) XXX_Size() int
- func (m *LogonInitiator) XXX_Unmarshal(b []byte) error
- type MDEntry
- func (*MDEntry) Descriptor() ([]byte, []int)
- func (m *MDEntry) GetMdEntryPx() string
- func (m *MDEntry) GetMdEntrySize() string
- func (m *MDEntry) GetMdEntryType() int64
- func (m *MDEntry) GetMdUpdateAction() int64
- func (m *MDEntry) Marshal() (dAtA []byte, err error)
- func (m *MDEntry) MarshalTo(dAtA []byte) (int, error)
- func (m *MDEntry) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MDEntry) ProtoMessage()
- func (m *MDEntry) Reset()
- func (m *MDEntry) Size() (n int)
- func (m *MDEntry) String() string
- func (m *MDEntry) Unmarshal(dAtA []byte) error
- func (m *MDEntry) XXX_DiscardUnknown()
- func (m *MDEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MDEntry) XXX_Merge(src proto.Message)
- func (m *MDEntry) XXX_Size() int
- func (m *MDEntry) XXX_Unmarshal(b []byte) error
- type MarketData
- func (*MarketData) Descriptor() ([]byte, []int)
- func (m *MarketData) GetMarketDataIncremental() *MarketDataIncremental
- func (m *MarketData) GetMarketDataRequest() *MarketDataRequest
- func (m *MarketData) GetMarketDataRequestReject() *MarketDataRequestReject
- func (m *MarketData) GetMarketDataSnapShotFullRefresh() *MarketDataSnapShotFullRefresh
- func (m *MarketData) GetSessionID() string
- func (m *MarketData) Marshal() (dAtA []byte, err error)
- func (m *MarketData) MarshalTo(dAtA []byte) (int, error)
- func (m *MarketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MarketData) ProtoMessage()
- func (m *MarketData) Reset()
- func (m *MarketData) Size() (n int)
- func (m *MarketData) String() string
- func (m *MarketData) Unmarshal(dAtA []byte) error
- func (m *MarketData) XXX_DiscardUnknown()
- func (m *MarketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketData) XXX_Merge(src proto.Message)
- func (m *MarketData) XXX_Size() int
- func (m *MarketData) XXX_Unmarshal(b []byte) error
- type MarketDataIncremental
- func (*MarketDataIncremental) Descriptor() ([]byte, []int)
- func (m *MarketDataIncremental) GetHeader() *Header
- func (m *MarketDataIncremental) GetMdEntries() []*MDEntry
- func (m *MarketDataIncremental) GetMdReqID() string
- func (m *MarketDataIncremental) GetNoMDEntries() int64
- func (m *MarketDataIncremental) GetTrailer() *Trailer
- func (m *MarketDataIncremental) Marshal() (dAtA []byte, err error)
- func (m *MarketDataIncremental) MarshalTo(dAtA []byte) (int, error)
- func (m *MarketDataIncremental) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MarketDataIncremental) ProtoMessage()
- func (m *MarketDataIncremental) Reset()
- func (m *MarketDataIncremental) Size() (n int)
- func (m *MarketDataIncremental) String() string
- func (m *MarketDataIncremental) Unmarshal(dAtA []byte) error
- func (m *MarketDataIncremental) XXX_DiscardUnknown()
- func (m *MarketDataIncremental) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDataIncremental) XXX_Merge(src proto.Message)
- func (m *MarketDataIncremental) XXX_Size() int
- func (m *MarketDataIncremental) XXX_Unmarshal(b []byte) error
- type MarketDataRequest
- func (*MarketDataRequest) Descriptor() ([]byte, []int)
- func (m *MarketDataRequest) GetHeader() *Header
- func (m *MarketDataRequest) GetMarketDepth() int64
- func (m *MarketDataRequest) GetMdReqID() string
- func (m *MarketDataRequest) GetMdUpdateType() int64
- func (m *MarketDataRequest) GetNoRelatedSym() int64
- func (m *MarketDataRequest) GetSubscriptionRequestType() int64
- func (m *MarketDataRequest) GetSymbol() string
- func (m *MarketDataRequest) GetTrailer() *Trailer
- func (m *MarketDataRequest) Marshal() (dAtA []byte, err error)
- func (m *MarketDataRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MarketDataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MarketDataRequest) ProtoMessage()
- func (m *MarketDataRequest) Reset()
- func (m *MarketDataRequest) Size() (n int)
- func (m *MarketDataRequest) String() string
- func (m *MarketDataRequest) Unmarshal(dAtA []byte) error
- func (m *MarketDataRequest) XXX_DiscardUnknown()
- func (m *MarketDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDataRequest) XXX_Merge(src proto.Message)
- func (m *MarketDataRequest) XXX_Size() int
- func (m *MarketDataRequest) XXX_Unmarshal(b []byte) error
- type MarketDataRequestReject
- func (*MarketDataRequestReject) Descriptor() ([]byte, []int)
- func (m *MarketDataRequestReject) GetHeader() *Header
- func (m *MarketDataRequestReject) GetMdReqID() string
- func (m *MarketDataRequestReject) GetMdReqRejReason() int64
- func (m *MarketDataRequestReject) GetText() string
- func (m *MarketDataRequestReject) GetTrailer() *Trailer
- func (m *MarketDataRequestReject) Marshal() (dAtA []byte, err error)
- func (m *MarketDataRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MarketDataRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MarketDataRequestReject) ProtoMessage()
- func (m *MarketDataRequestReject) Reset()
- func (m *MarketDataRequestReject) Size() (n int)
- func (m *MarketDataRequestReject) String() string
- func (m *MarketDataRequestReject) Unmarshal(dAtA []byte) error
- func (m *MarketDataRequestReject) XXX_DiscardUnknown()
- func (m *MarketDataRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDataRequestReject) XXX_Merge(src proto.Message)
- func (m *MarketDataRequestReject) XXX_Size() int
- func (m *MarketDataRequestReject) XXX_Unmarshal(b []byte) error
- type MarketDataSnapShotFullRefresh
- func (*MarketDataSnapShotFullRefresh) Descriptor() ([]byte, []int)
- func (m *MarketDataSnapShotFullRefresh) GetHeader() *Header
- func (m *MarketDataSnapShotFullRefresh) GetMdEntries() []*MDEntry
- func (m *MarketDataSnapShotFullRefresh) GetMdReqID() string
- func (m *MarketDataSnapShotFullRefresh) GetNoMDEntries() int64
- func (m *MarketDataSnapShotFullRefresh) GetSymbol() string
- func (m *MarketDataSnapShotFullRefresh) GetTrailer() *Trailer
- func (m *MarketDataSnapShotFullRefresh) Marshal() (dAtA []byte, err error)
- func (m *MarketDataSnapShotFullRefresh) MarshalTo(dAtA []byte) (int, error)
- func (m *MarketDataSnapShotFullRefresh) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MarketDataSnapShotFullRefresh) ProtoMessage()
- func (m *MarketDataSnapShotFullRefresh) Reset()
- func (m *MarketDataSnapShotFullRefresh) Size() (n int)
- func (m *MarketDataSnapShotFullRefresh) String() string
- func (m *MarketDataSnapShotFullRefresh) Unmarshal(dAtA []byte) error
- func (m *MarketDataSnapShotFullRefresh) XXX_DiscardUnknown()
- func (m *MarketDataSnapShotFullRefresh) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MarketDataSnapShotFullRefresh) XXX_Merge(src proto.Message)
- func (m *MarketDataSnapShotFullRefresh) XXX_Size() int
- func (m *MarketDataSnapShotFullRefresh) XXX_Unmarshal(b []byte) error
- type MsgClient
- type MsgDeleteAccount
- func (*MsgDeleteAccount) Descriptor() ([]byte, []int)
- func (m *MsgDeleteAccount) GetAddress() string
- func (m *MsgDeleteAccount) GetCreator() string
- func (msg *MsgDeleteAccount) GetSignBytes() []byte
- func (msg *MsgDeleteAccount) GetSigners() []sdk.AccAddress
- func (m *MsgDeleteAccount) Marshal() (dAtA []byte, err error)
- func (m *MsgDeleteAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeleteAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeleteAccount) ProtoMessage()
- func (m *MsgDeleteAccount) Reset()
- func (msg *MsgDeleteAccount) Route() string
- func (m *MsgDeleteAccount) Size() (n int)
- func (m *MsgDeleteAccount) String() string
- func (msg *MsgDeleteAccount) Type() string
- func (m *MsgDeleteAccount) Unmarshal(dAtA []byte) error
- func (msg *MsgDeleteAccount) ValidateBasic() error
- func (m *MsgDeleteAccount) XXX_DiscardUnknown()
- func (m *MsgDeleteAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeleteAccount) XXX_Merge(src proto.Message)
- func (m *MsgDeleteAccount) XXX_Size() int
- func (m *MsgDeleteAccount) XXX_Unmarshal(b []byte) error
- type MsgDeleteAccountResponse
- func (*MsgDeleteAccountResponse) Descriptor() ([]byte, []int)
- func (m *MsgDeleteAccountResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgDeleteAccountResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgDeleteAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgDeleteAccountResponse) ProtoMessage()
- func (m *MsgDeleteAccountResponse) Reset()
- func (m *MsgDeleteAccountResponse) Size() (n int)
- func (m *MsgDeleteAccountResponse) String() string
- func (m *MsgDeleteAccountResponse) Unmarshal(dAtA []byte) error
- func (m *MsgDeleteAccountResponse) XXX_DiscardUnknown()
- func (m *MsgDeleteAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgDeleteAccountResponse) XXX_Merge(src proto.Message)
- func (m *MsgDeleteAccountResponse) XXX_Size() int
- func (m *MsgDeleteAccountResponse) XXX_Unmarshal(b []byte) error
- type MsgLogonAcceptor
- func (*MsgLogonAcceptor) Descriptor() ([]byte, []int)
- func (msg *MsgLogonAcceptor) FIXVersionByAcceptor() string
- func (m *MsgLogonAcceptor) GetAcceptorAddress() string
- func (m *MsgLogonAcceptor) GetIsAccepted() bool
- func (m *MsgLogonAcceptor) GetLogonAcceptor() *LogonAcceptor
- func (m *MsgLogonAcceptor) GetSessionID() string
- func (msg *MsgLogonAcceptor) GetSignBytes() []byte
- func (msg *MsgLogonAcceptor) GetSigners() []sdk.AccAddress
- func (m *MsgLogonAcceptor) GetStatus() string
- func (m *MsgLogonAcceptor) Marshal() (dAtA []byte, err error)
- func (m *MsgLogonAcceptor) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogonAcceptor) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogonAcceptor) ProtoMessage()
- func (m *MsgLogonAcceptor) Reset()
- func (msg *MsgLogonAcceptor) Route() string
- func (m *MsgLogonAcceptor) Size() (n int)
- func (m *MsgLogonAcceptor) String() string
- func (msg *MsgLogonAcceptor) Type() string
- func (m *MsgLogonAcceptor) Unmarshal(dAtA []byte) error
- func (msg *MsgLogonAcceptor) ValidateBasic() error
- func (m *MsgLogonAcceptor) XXX_DiscardUnknown()
- func (m *MsgLogonAcceptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogonAcceptor) XXX_Merge(src proto.Message)
- func (m *MsgLogonAcceptor) XXX_Size() int
- func (m *MsgLogonAcceptor) XXX_Unmarshal(b []byte) error
- type MsgLogonAcceptorResponse
- func (*MsgLogonAcceptorResponse) Descriptor() ([]byte, []int)
- func (m *MsgLogonAcceptorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgLogonAcceptorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogonAcceptorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogonAcceptorResponse) ProtoMessage()
- func (m *MsgLogonAcceptorResponse) Reset()
- func (m *MsgLogonAcceptorResponse) Size() (n int)
- func (m *MsgLogonAcceptorResponse) String() string
- func (m *MsgLogonAcceptorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgLogonAcceptorResponse) XXX_DiscardUnknown()
- func (m *MsgLogonAcceptorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogonAcceptorResponse) XXX_Merge(src proto.Message)
- func (m *MsgLogonAcceptorResponse) XXX_Size() int
- func (m *MsgLogonAcceptorResponse) XXX_Unmarshal(b []byte) error
- type MsgLogonInitiator
- func (*MsgLogonInitiator) Descriptor() ([]byte, []int)
- func (msg *MsgLogonInitiator) FIXVersionByInitiator() string
- func (m *MsgLogonInitiator) GetInitiatorAddress() string
- func (m *MsgLogonInitiator) GetIsAccepted() bool
- func (m *MsgLogonInitiator) GetLogonInitiator() *LogonInitiator
- func (m *MsgLogonInitiator) GetSessionID() string
- func (msg *MsgLogonInitiator) GetSignBytes() []byte
- func (msg *MsgLogonInitiator) GetSigners() []sdk.AccAddress
- func (m *MsgLogonInitiator) GetStatus() string
- func (m *MsgLogonInitiator) Marshal() (dAtA []byte, err error)
- func (m *MsgLogonInitiator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogonInitiator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogonInitiator) ProtoMessage()
- func (m *MsgLogonInitiator) Reset()
- func (msg *MsgLogonInitiator) Route() string
- func (m *MsgLogonInitiator) Size() (n int)
- func (m *MsgLogonInitiator) String() string
- func (msg *MsgLogonInitiator) Type() string
- func (m *MsgLogonInitiator) Unmarshal(dAtA []byte) error
- func (msg *MsgLogonInitiator) ValidateBasic() error
- func (m *MsgLogonInitiator) XXX_DiscardUnknown()
- func (m *MsgLogonInitiator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogonInitiator) XXX_Merge(src proto.Message)
- func (m *MsgLogonInitiator) XXX_Size() int
- func (m *MsgLogonInitiator) XXX_Unmarshal(b []byte) error
- type MsgLogonInitiatorResponse
- func (*MsgLogonInitiatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgLogonInitiatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgLogonInitiatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogonInitiatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogonInitiatorResponse) ProtoMessage()
- func (m *MsgLogonInitiatorResponse) Reset()
- func (m *MsgLogonInitiatorResponse) Size() (n int)
- func (m *MsgLogonInitiatorResponse) String() string
- func (m *MsgLogonInitiatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgLogonInitiatorResponse) XXX_DiscardUnknown()
- func (m *MsgLogonInitiatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogonInitiatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgLogonInitiatorResponse) XXX_Size() int
- func (m *MsgLogonInitiatorResponse) XXX_Unmarshal(b []byte) error
- type MsgLogonReject
- func (*MsgLogonReject) Descriptor() ([]byte, []int)
- func (m *MsgLogonReject) GetAcceptorAddress() string
- func (m *MsgLogonReject) GetHeader() *Header
- func (m *MsgLogonReject) GetSessionID() string
- func (msg *MsgLogonReject) GetSignBytes() []byte
- func (msg *MsgLogonReject) GetSigners() []sdk.AccAddress
- func (m *MsgLogonReject) GetText() string
- func (m *MsgLogonReject) GetTrailer() *Trailer
- func (m *MsgLogonReject) Marshal() (dAtA []byte, err error)
- func (m *MsgLogonReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogonReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogonReject) ProtoMessage()
- func (m *MsgLogonReject) Reset()
- func (msg *MsgLogonReject) Route() string
- func (m *MsgLogonReject) Size() (n int)
- func (m *MsgLogonReject) String() string
- func (msg *MsgLogonReject) Type() string
- func (m *MsgLogonReject) Unmarshal(dAtA []byte) error
- func (msg *MsgLogonReject) ValidateBasic() error
- func (m *MsgLogonReject) XXX_DiscardUnknown()
- func (m *MsgLogonReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogonReject) XXX_Merge(src proto.Message)
- func (m *MsgLogonReject) XXX_Size() int
- func (m *MsgLogonReject) XXX_Unmarshal(b []byte) error
- type MsgLogonRejectResponse
- func (*MsgLogonRejectResponse) Descriptor() ([]byte, []int)
- func (m *MsgLogonRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgLogonRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogonRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogonRejectResponse) ProtoMessage()
- func (m *MsgLogonRejectResponse) Reset()
- func (m *MsgLogonRejectResponse) Size() (n int)
- func (m *MsgLogonRejectResponse) String() string
- func (m *MsgLogonRejectResponse) Unmarshal(dAtA []byte) error
- func (m *MsgLogonRejectResponse) XXX_DiscardUnknown()
- func (m *MsgLogonRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogonRejectResponse) XXX_Merge(src proto.Message)
- func (m *MsgLogonRejectResponse) XXX_Size() int
- func (m *MsgLogonRejectResponse) XXX_Unmarshal(b []byte) error
- type MsgLogoutAcceptor
- func (*MsgLogoutAcceptor) Descriptor() ([]byte, []int)
- func (m *MsgLogoutAcceptor) GetAcceptorAddress() string
- func (m *MsgLogoutAcceptor) GetSessionID() string
- func (m *MsgLogoutAcceptor) GetSessionLogoutAcceptor() *SessionLogoutAcceptor
- func (msg *MsgLogoutAcceptor) GetSignBytes() []byte
- func (msg *MsgLogoutAcceptor) GetSigners() []sdk.AccAddress
- func (m *MsgLogoutAcceptor) Marshal() (dAtA []byte, err error)
- func (m *MsgLogoutAcceptor) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogoutAcceptor) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogoutAcceptor) ProtoMessage()
- func (m *MsgLogoutAcceptor) Reset()
- func (msg *MsgLogoutAcceptor) Route() string
- func (m *MsgLogoutAcceptor) Size() (n int)
- func (m *MsgLogoutAcceptor) String() string
- func (msg *MsgLogoutAcceptor) Type() string
- func (m *MsgLogoutAcceptor) Unmarshal(dAtA []byte) error
- func (msg *MsgLogoutAcceptor) ValidateBasic() error
- func (m *MsgLogoutAcceptor) XXX_DiscardUnknown()
- func (m *MsgLogoutAcceptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogoutAcceptor) XXX_Merge(src proto.Message)
- func (m *MsgLogoutAcceptor) XXX_Size() int
- func (m *MsgLogoutAcceptor) XXX_Unmarshal(b []byte) error
- type MsgLogoutAcceptorResponse
- func (*MsgLogoutAcceptorResponse) Descriptor() ([]byte, []int)
- func (m *MsgLogoutAcceptorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgLogoutAcceptorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogoutAcceptorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogoutAcceptorResponse) ProtoMessage()
- func (m *MsgLogoutAcceptorResponse) Reset()
- func (m *MsgLogoutAcceptorResponse) Size() (n int)
- func (m *MsgLogoutAcceptorResponse) String() string
- func (m *MsgLogoutAcceptorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgLogoutAcceptorResponse) XXX_DiscardUnknown()
- func (m *MsgLogoutAcceptorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogoutAcceptorResponse) XXX_Merge(src proto.Message)
- func (m *MsgLogoutAcceptorResponse) XXX_Size() int
- func (m *MsgLogoutAcceptorResponse) XXX_Unmarshal(b []byte) error
- type MsgLogoutInitiator
- func (*MsgLogoutInitiator) Descriptor() ([]byte, []int)
- func (m *MsgLogoutInitiator) GetInitiatorAddress() string
- func (m *MsgLogoutInitiator) GetSessionID() string
- func (m *MsgLogoutInitiator) GetSessionLogoutInitiator() *SessionLogoutInitiator
- func (msg *MsgLogoutInitiator) GetSignBytes() []byte
- func (msg *MsgLogoutInitiator) GetSigners() []sdk.AccAddress
- func (m *MsgLogoutInitiator) Marshal() (dAtA []byte, err error)
- func (m *MsgLogoutInitiator) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogoutInitiator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogoutInitiator) ProtoMessage()
- func (m *MsgLogoutInitiator) Reset()
- func (msg *MsgLogoutInitiator) Route() string
- func (m *MsgLogoutInitiator) Size() (n int)
- func (m *MsgLogoutInitiator) String() string
- func (msg *MsgLogoutInitiator) Type() string
- func (m *MsgLogoutInitiator) Unmarshal(dAtA []byte) error
- func (msg *MsgLogoutInitiator) ValidateBasic() error
- func (m *MsgLogoutInitiator) XXX_DiscardUnknown()
- func (m *MsgLogoutInitiator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogoutInitiator) XXX_Merge(src proto.Message)
- func (m *MsgLogoutInitiator) XXX_Size() int
- func (m *MsgLogoutInitiator) XXX_Unmarshal(b []byte) error
- type MsgLogoutInitiatorResponse
- func (*MsgLogoutInitiatorResponse) Descriptor() ([]byte, []int)
- func (m *MsgLogoutInitiatorResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgLogoutInitiatorResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgLogoutInitiatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgLogoutInitiatorResponse) ProtoMessage()
- func (m *MsgLogoutInitiatorResponse) Reset()
- func (m *MsgLogoutInitiatorResponse) Size() (n int)
- func (m *MsgLogoutInitiatorResponse) String() string
- func (m *MsgLogoutInitiatorResponse) Unmarshal(dAtA []byte) error
- func (m *MsgLogoutInitiatorResponse) XXX_DiscardUnknown()
- func (m *MsgLogoutInitiatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgLogoutInitiatorResponse) XXX_Merge(src proto.Message)
- func (m *MsgLogoutInitiatorResponse) XXX_Size() int
- func (m *MsgLogoutInitiatorResponse) XXX_Unmarshal(b []byte) error
- type MsgMarketDataIncremental
- func (*MsgMarketDataIncremental) Descriptor() ([]byte, []int)
- func (m *MsgMarketDataIncremental) GetCreator() string
- func (m *MsgMarketDataIncremental) GetMdEntries() []*MDEntry
- func (m *MsgMarketDataIncremental) GetMdReqID() string
- func (m *MsgMarketDataIncremental) GetNoMDEntries() int64
- func (m *MsgMarketDataIncremental) GetSessionID() string
- func (msg *MsgMarketDataIncremental) GetSignBytes() []byte
- func (msg *MsgMarketDataIncremental) GetSigners() []sdk.AccAddress
- func (m *MsgMarketDataIncremental) Marshal() (dAtA []byte, err error)
- func (m *MsgMarketDataIncremental) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMarketDataIncremental) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMarketDataIncremental) ProtoMessage()
- func (m *MsgMarketDataIncremental) Reset()
- func (msg *MsgMarketDataIncremental) Route() string
- func (m *MsgMarketDataIncremental) Size() (n int)
- func (m *MsgMarketDataIncremental) String() string
- func (msg *MsgMarketDataIncremental) Type() string
- func (m *MsgMarketDataIncremental) Unmarshal(dAtA []byte) error
- func (msg *MsgMarketDataIncremental) ValidateBasic() error
- func (m *MsgMarketDataIncremental) XXX_DiscardUnknown()
- func (m *MsgMarketDataIncremental) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMarketDataIncremental) XXX_Merge(src proto.Message)
- func (m *MsgMarketDataIncremental) XXX_Size() int
- func (m *MsgMarketDataIncremental) XXX_Unmarshal(b []byte) error
- type MsgMarketDataIncrementalResponse
- func (*MsgMarketDataIncrementalResponse) Descriptor() ([]byte, []int)
- func (m *MsgMarketDataIncrementalResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgMarketDataIncrementalResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMarketDataIncrementalResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMarketDataIncrementalResponse) ProtoMessage()
- func (m *MsgMarketDataIncrementalResponse) Reset()
- func (m *MsgMarketDataIncrementalResponse) Size() (n int)
- func (m *MsgMarketDataIncrementalResponse) String() string
- func (m *MsgMarketDataIncrementalResponse) Unmarshal(dAtA []byte) error
- func (m *MsgMarketDataIncrementalResponse) XXX_DiscardUnknown()
- func (m *MsgMarketDataIncrementalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMarketDataIncrementalResponse) XXX_Merge(src proto.Message)
- func (m *MsgMarketDataIncrementalResponse) XXX_Size() int
- func (m *MsgMarketDataIncrementalResponse) XXX_Unmarshal(b []byte) error
- type MsgMarketDataRequest
- func (*MsgMarketDataRequest) Descriptor() ([]byte, []int)
- func (m *MsgMarketDataRequest) GetCreator() string
- func (m *MsgMarketDataRequest) GetMarketDepth() int64
- func (m *MsgMarketDataRequest) GetMdReqID() string
- func (m *MsgMarketDataRequest) GetMdUpdateType() int64
- func (m *MsgMarketDataRequest) GetNoRelatedSym() int64
- func (m *MsgMarketDataRequest) GetSessionID() string
- func (msg *MsgMarketDataRequest) GetSignBytes() []byte
- func (msg *MsgMarketDataRequest) GetSigners() []sdk.AccAddress
- func (m *MsgMarketDataRequest) GetSubscriptionRequestType() int64
- func (m *MsgMarketDataRequest) GetSymbol() string
- func (m *MsgMarketDataRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgMarketDataRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMarketDataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMarketDataRequest) ProtoMessage()
- func (m *MsgMarketDataRequest) Reset()
- func (msg *MsgMarketDataRequest) Route() string
- func (m *MsgMarketDataRequest) Size() (n int)
- func (m *MsgMarketDataRequest) String() string
- func (msg *MsgMarketDataRequest) Type() string
- func (m *MsgMarketDataRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgMarketDataRequest) ValidateBasic() error
- func (m *MsgMarketDataRequest) XXX_DiscardUnknown()
- func (m *MsgMarketDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMarketDataRequest) XXX_Merge(src proto.Message)
- func (m *MsgMarketDataRequest) XXX_Size() int
- func (m *MsgMarketDataRequest) XXX_Unmarshal(b []byte) error
- type MsgMarketDataRequestReject
- func (*MsgMarketDataRequestReject) Descriptor() ([]byte, []int)
- func (m *MsgMarketDataRequestReject) GetCreator() string
- func (m *MsgMarketDataRequestReject) GetMdReqID() string
- func (m *MsgMarketDataRequestReject) GetMdReqRejReason() int64
- func (m *MsgMarketDataRequestReject) GetSessionID() string
- func (msg *MsgMarketDataRequestReject) GetSignBytes() []byte
- func (msg *MsgMarketDataRequestReject) GetSigners() []sdk.AccAddress
- func (m *MsgMarketDataRequestReject) GetText() string
- func (m *MsgMarketDataRequestReject) Marshal() (dAtA []byte, err error)
- func (m *MsgMarketDataRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMarketDataRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMarketDataRequestReject) ProtoMessage()
- func (m *MsgMarketDataRequestReject) Reset()
- func (msg *MsgMarketDataRequestReject) Route() string
- func (m *MsgMarketDataRequestReject) Size() (n int)
- func (m *MsgMarketDataRequestReject) String() string
- func (msg *MsgMarketDataRequestReject) Type() string
- func (m *MsgMarketDataRequestReject) Unmarshal(dAtA []byte) error
- func (msg *MsgMarketDataRequestReject) ValidateBasic() error
- func (m *MsgMarketDataRequestReject) XXX_DiscardUnknown()
- func (m *MsgMarketDataRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMarketDataRequestReject) XXX_Merge(src proto.Message)
- func (m *MsgMarketDataRequestReject) XXX_Size() int
- func (m *MsgMarketDataRequestReject) XXX_Unmarshal(b []byte) error
- type MsgMarketDataRequestRejectResponse
- func (*MsgMarketDataRequestRejectResponse) Descriptor() ([]byte, []int)
- func (m *MsgMarketDataRequestRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgMarketDataRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMarketDataRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMarketDataRequestRejectResponse) ProtoMessage()
- func (m *MsgMarketDataRequestRejectResponse) Reset()
- func (m *MsgMarketDataRequestRejectResponse) Size() (n int)
- func (m *MsgMarketDataRequestRejectResponse) String() string
- func (m *MsgMarketDataRequestRejectResponse) Unmarshal(dAtA []byte) error
- func (m *MsgMarketDataRequestRejectResponse) XXX_DiscardUnknown()
- func (m *MsgMarketDataRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMarketDataRequestRejectResponse) XXX_Merge(src proto.Message)
- func (m *MsgMarketDataRequestRejectResponse) XXX_Size() int
- func (m *MsgMarketDataRequestRejectResponse) XXX_Unmarshal(b []byte) error
- type MsgMarketDataRequestResponse
- func (*MsgMarketDataRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgMarketDataRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgMarketDataRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMarketDataRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMarketDataRequestResponse) ProtoMessage()
- func (m *MsgMarketDataRequestResponse) Reset()
- func (m *MsgMarketDataRequestResponse) Size() (n int)
- func (m *MsgMarketDataRequestResponse) String() string
- func (m *MsgMarketDataRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgMarketDataRequestResponse) XXX_DiscardUnknown()
- func (m *MsgMarketDataRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMarketDataRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgMarketDataRequestResponse) XXX_Size() int
- func (m *MsgMarketDataRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgMarketDataSnapshotFullRefresh
- func (*MsgMarketDataSnapshotFullRefresh) Descriptor() ([]byte, []int)
- func (m *MsgMarketDataSnapshotFullRefresh) GetCreator() string
- func (m *MsgMarketDataSnapshotFullRefresh) GetMdEntries() []*MDEntry
- func (m *MsgMarketDataSnapshotFullRefresh) GetMdReqID() string
- func (m *MsgMarketDataSnapshotFullRefresh) GetNoMDEntries() int64
- func (m *MsgMarketDataSnapshotFullRefresh) GetSessionID() string
- func (msg *MsgMarketDataSnapshotFullRefresh) GetSignBytes() []byte
- func (msg *MsgMarketDataSnapshotFullRefresh) GetSigners() []sdk.AccAddress
- func (m *MsgMarketDataSnapshotFullRefresh) GetSymbol() string
- func (m *MsgMarketDataSnapshotFullRefresh) Marshal() (dAtA []byte, err error)
- func (m *MsgMarketDataSnapshotFullRefresh) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMarketDataSnapshotFullRefresh) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMarketDataSnapshotFullRefresh) ProtoMessage()
- func (m *MsgMarketDataSnapshotFullRefresh) Reset()
- func (msg *MsgMarketDataSnapshotFullRefresh) Route() string
- func (m *MsgMarketDataSnapshotFullRefresh) Size() (n int)
- func (m *MsgMarketDataSnapshotFullRefresh) String() string
- func (msg *MsgMarketDataSnapshotFullRefresh) Type() string
- func (m *MsgMarketDataSnapshotFullRefresh) Unmarshal(dAtA []byte) error
- func (msg *MsgMarketDataSnapshotFullRefresh) ValidateBasic() error
- func (m *MsgMarketDataSnapshotFullRefresh) XXX_DiscardUnknown()
- func (m *MsgMarketDataSnapshotFullRefresh) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMarketDataSnapshotFullRefresh) XXX_Merge(src proto.Message)
- func (m *MsgMarketDataSnapshotFullRefresh) XXX_Size() int
- func (m *MsgMarketDataSnapshotFullRefresh) XXX_Unmarshal(b []byte) error
- type MsgMarketDataSnapshotFullRefreshResponse
- func (*MsgMarketDataSnapshotFullRefreshResponse) Descriptor() ([]byte, []int)
- func (m *MsgMarketDataSnapshotFullRefreshResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgMarketDataSnapshotFullRefreshResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgMarketDataSnapshotFullRefreshResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgMarketDataSnapshotFullRefreshResponse) ProtoMessage()
- func (m *MsgMarketDataSnapshotFullRefreshResponse) Reset()
- func (m *MsgMarketDataSnapshotFullRefreshResponse) Size() (n int)
- func (m *MsgMarketDataSnapshotFullRefreshResponse) String() string
- func (m *MsgMarketDataSnapshotFullRefreshResponse) Unmarshal(dAtA []byte) error
- func (m *MsgMarketDataSnapshotFullRefreshResponse) XXX_DiscardUnknown()
- func (m *MsgMarketDataSnapshotFullRefreshResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgMarketDataSnapshotFullRefreshResponse) XXX_Merge(src proto.Message)
- func (m *MsgMarketDataSnapshotFullRefreshResponse) XXX_Size() int
- func (m *MsgMarketDataSnapshotFullRefreshResponse) XXX_Unmarshal(b []byte) error
- type MsgNewOrderSingle
- func (*MsgNewOrderSingle) Descriptor() ([]byte, []int)
- func (m *MsgNewOrderSingle) GetClOrdID() string
- func (m *MsgNewOrderSingle) GetCreator() string
- func (m *MsgNewOrderSingle) GetHeader() *Header
- func (m *MsgNewOrderSingle) GetOrdType() int64
- func (m *MsgNewOrderSingle) GetOrderQty() string
- func (m *MsgNewOrderSingle) GetPrice() string
- func (m *MsgNewOrderSingle) GetSessionID() string
- func (m *MsgNewOrderSingle) GetSide() int64
- func (msg *MsgNewOrderSingle) GetSignBytes() []byte
- func (msg *MsgNewOrderSingle) GetSigners() []sdk.AccAddress
- func (m *MsgNewOrderSingle) GetStatus() string
- func (m *MsgNewOrderSingle) GetSymbol() string
- func (m *MsgNewOrderSingle) GetText() string
- func (m *MsgNewOrderSingle) GetTimeInForce() int64
- func (m *MsgNewOrderSingle) GetTrailer() *Trailer
- func (m *MsgNewOrderSingle) GetTransactTime() string
- func (m *MsgNewOrderSingle) Marshal() (dAtA []byte, err error)
- func (m *MsgNewOrderSingle) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgNewOrderSingle) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgNewOrderSingle) ProtoMessage()
- func (m *MsgNewOrderSingle) Reset()
- func (msg *MsgNewOrderSingle) Route() string
- func (m *MsgNewOrderSingle) Size() (n int)
- func (m *MsgNewOrderSingle) String() string
- func (msg *MsgNewOrderSingle) Type() string
- func (m *MsgNewOrderSingle) Unmarshal(dAtA []byte) error
- func (msg *MsgNewOrderSingle) ValidateBasic() error
- func (m *MsgNewOrderSingle) XXX_DiscardUnknown()
- func (m *MsgNewOrderSingle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgNewOrderSingle) XXX_Merge(src proto.Message)
- func (m *MsgNewOrderSingle) XXX_Size() int
- func (m *MsgNewOrderSingle) XXX_Unmarshal(b []byte) error
- type MsgNewOrderSingleResponse
- func (*MsgNewOrderSingleResponse) Descriptor() ([]byte, []int)
- func (m *MsgNewOrderSingleResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgNewOrderSingleResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgNewOrderSingleResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgNewOrderSingleResponse) ProtoMessage()
- func (m *MsgNewOrderSingleResponse) Reset()
- func (m *MsgNewOrderSingleResponse) Size() (n int)
- func (m *MsgNewOrderSingleResponse) String() string
- func (m *MsgNewOrderSingleResponse) Unmarshal(dAtA []byte) error
- func (m *MsgNewOrderSingleResponse) XXX_DiscardUnknown()
- func (m *MsgNewOrderSingleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgNewOrderSingleResponse) XXX_Merge(src proto.Message)
- func (m *MsgNewOrderSingleResponse) XXX_Size() int
- func (m *MsgNewOrderSingleResponse) XXX_Unmarshal(b []byte) error
- type MsgOrderCancelReject
- func (*MsgOrderCancelReject) Descriptor() ([]byte, []int)
- func (m *MsgOrderCancelReject) GetClOrdID() string
- func (m *MsgOrderCancelReject) GetCreator() string
- func (m *MsgOrderCancelReject) GetCxlRejReason() int64
- func (m *MsgOrderCancelReject) GetCxlRejResponseTo() int64
- func (m *MsgOrderCancelReject) GetHeader() *Header
- func (m *MsgOrderCancelReject) GetOrderID() string
- func (m *MsgOrderCancelReject) GetOrigClOrdID() string
- func (m *MsgOrderCancelReject) GetSessionID() string
- func (msg *MsgOrderCancelReject) GetSignBytes() []byte
- func (msg *MsgOrderCancelReject) GetSigners() []sdk.AccAddress
- func (m *MsgOrderCancelReject) GetTrailer() *Trailer
- func (m *MsgOrderCancelReject) GetTransactTime() string
- func (m *MsgOrderCancelReject) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderCancelReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderCancelReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderCancelReject) ProtoMessage()
- func (m *MsgOrderCancelReject) Reset()
- func (msg *MsgOrderCancelReject) Route() string
- func (m *MsgOrderCancelReject) Size() (n int)
- func (m *MsgOrderCancelReject) String() string
- func (msg *MsgOrderCancelReject) Type() string
- func (m *MsgOrderCancelReject) Unmarshal(dAtA []byte) error
- func (msg *MsgOrderCancelReject) ValidateBasic() error
- func (m *MsgOrderCancelReject) XXX_DiscardUnknown()
- func (m *MsgOrderCancelReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderCancelReject) XXX_Merge(src proto.Message)
- func (m *MsgOrderCancelReject) XXX_Size() int
- func (m *MsgOrderCancelReject) XXX_Unmarshal(b []byte) error
- type MsgOrderCancelRejectResponse
- func (*MsgOrderCancelRejectResponse) Descriptor() ([]byte, []int)
- func (m *MsgOrderCancelRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderCancelRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderCancelRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderCancelRejectResponse) ProtoMessage()
- func (m *MsgOrderCancelRejectResponse) Reset()
- func (m *MsgOrderCancelRejectResponse) Size() (n int)
- func (m *MsgOrderCancelRejectResponse) String() string
- func (m *MsgOrderCancelRejectResponse) Unmarshal(dAtA []byte) error
- func (m *MsgOrderCancelRejectResponse) XXX_DiscardUnknown()
- func (m *MsgOrderCancelRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderCancelRejectResponse) XXX_Merge(src proto.Message)
- func (m *MsgOrderCancelRejectResponse) XXX_Size() int
- func (m *MsgOrderCancelRejectResponse) XXX_Unmarshal(b []byte) error
- type MsgOrderCancelRequest
- func (*MsgOrderCancelRequest) Descriptor() ([]byte, []int)
- func (m *MsgOrderCancelRequest) GetClOrdID() string
- func (m *MsgOrderCancelRequest) GetCreator() string
- func (m *MsgOrderCancelRequest) GetHeader() *Header
- func (m *MsgOrderCancelRequest) GetOrigClOrdID() string
- func (m *MsgOrderCancelRequest) GetSessionID() string
- func (msg *MsgOrderCancelRequest) GetSignBytes() []byte
- func (msg *MsgOrderCancelRequest) GetSigners() []sdk.AccAddress
- func (m *MsgOrderCancelRequest) GetTrailer() *Trailer
- func (m *MsgOrderCancelRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderCancelRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderCancelRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderCancelRequest) ProtoMessage()
- func (m *MsgOrderCancelRequest) Reset()
- func (msg *MsgOrderCancelRequest) Route() string
- func (m *MsgOrderCancelRequest) Size() (n int)
- func (m *MsgOrderCancelRequest) String() string
- func (msg *MsgOrderCancelRequest) Type() string
- func (m *MsgOrderCancelRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgOrderCancelRequest) ValidateBasic() error
- func (m *MsgOrderCancelRequest) XXX_DiscardUnknown()
- func (m *MsgOrderCancelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderCancelRequest) XXX_Merge(src proto.Message)
- func (m *MsgOrderCancelRequest) XXX_Size() int
- func (m *MsgOrderCancelRequest) XXX_Unmarshal(b []byte) error
- type MsgOrderCancelRequestResponse
- func (*MsgOrderCancelRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgOrderCancelRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderCancelRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderCancelRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderCancelRequestResponse) ProtoMessage()
- func (m *MsgOrderCancelRequestResponse) Reset()
- func (m *MsgOrderCancelRequestResponse) Size() (n int)
- func (m *MsgOrderCancelRequestResponse) String() string
- func (m *MsgOrderCancelRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgOrderCancelRequestResponse) XXX_DiscardUnknown()
- func (m *MsgOrderCancelRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderCancelRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgOrderCancelRequestResponse) XXX_Size() int
- func (m *MsgOrderCancelRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgOrderExecutionReport
- func (*MsgOrderExecutionReport) Descriptor() ([]byte, []int)
- func (m *MsgOrderExecutionReport) GetAvgPx() int64
- func (m *MsgOrderExecutionReport) GetClOrdID() string
- func (m *MsgOrderExecutionReport) GetCreator() string
- func (m *MsgOrderExecutionReport) GetCumQty() int64
- func (m *MsgOrderExecutionReport) GetExecID() string
- func (m *MsgOrderExecutionReport) GetExecType() string
- func (m *MsgOrderExecutionReport) GetHeader() *Header
- func (m *MsgOrderExecutionReport) GetLastPx() int64
- func (m *MsgOrderExecutionReport) GetLastQty() int64
- func (m *MsgOrderExecutionReport) GetLeavesQty() int64
- func (m *MsgOrderExecutionReport) GetOrdStatus() string
- func (m *MsgOrderExecutionReport) GetOrderID() string
- func (m *MsgOrderExecutionReport) GetOrderQty() string
- func (m *MsgOrderExecutionReport) GetPrice() string
- func (m *MsgOrderExecutionReport) GetSessionID() string
- func (m *MsgOrderExecutionReport) GetSide() int64
- func (msg *MsgOrderExecutionReport) GetSignBytes() []byte
- func (msg *MsgOrderExecutionReport) GetSigners() []sdk.AccAddress
- func (m *MsgOrderExecutionReport) GetSymbol() string
- func (m *MsgOrderExecutionReport) GetText() string
- func (m *MsgOrderExecutionReport) GetTimeInForce() int64
- func (m *MsgOrderExecutionReport) GetTrailer() *Trailer
- func (m *MsgOrderExecutionReport) GetTransactTime() string
- func (m *MsgOrderExecutionReport) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderExecutionReport) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderExecutionReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderExecutionReport) ProtoMessage()
- func (m *MsgOrderExecutionReport) Reset()
- func (msg *MsgOrderExecutionReport) Route() string
- func (m *MsgOrderExecutionReport) Size() (n int)
- func (m *MsgOrderExecutionReport) String() string
- func (msg *MsgOrderExecutionReport) Type() string
- func (m *MsgOrderExecutionReport) Unmarshal(dAtA []byte) error
- func (msg *MsgOrderExecutionReport) ValidateBasic() error
- func (m *MsgOrderExecutionReport) XXX_DiscardUnknown()
- func (m *MsgOrderExecutionReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderExecutionReport) XXX_Merge(src proto.Message)
- func (m *MsgOrderExecutionReport) XXX_Size() int
- func (m *MsgOrderExecutionReport) XXX_Unmarshal(b []byte) error
- type MsgOrderExecutionReportResponse
- func (*MsgOrderExecutionReportResponse) Descriptor() ([]byte, []int)
- func (m *MsgOrderExecutionReportResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderExecutionReportResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderExecutionReportResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderExecutionReportResponse) ProtoMessage()
- func (m *MsgOrderExecutionReportResponse) Reset()
- func (m *MsgOrderExecutionReportResponse) Size() (n int)
- func (m *MsgOrderExecutionReportResponse) String() string
- func (m *MsgOrderExecutionReportResponse) Unmarshal(dAtA []byte) error
- func (m *MsgOrderExecutionReportResponse) XXX_DiscardUnknown()
- func (m *MsgOrderExecutionReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderExecutionReportResponse) XXX_Merge(src proto.Message)
- func (m *MsgOrderExecutionReportResponse) XXX_Size() int
- func (m *MsgOrderExecutionReportResponse) XXX_Unmarshal(b []byte) error
- type MsgOrderMassStatusReport
- func (*MsgOrderMassStatusReport) Descriptor() ([]byte, []int)
- func (m *MsgOrderMassStatusReport) GetAccount() string
- func (m *MsgOrderMassStatusReport) GetAvgPx() string
- func (m *MsgOrderMassStatusReport) GetClOrdID() string
- func (m *MsgOrderMassStatusReport) GetCreator() string
- func (m *MsgOrderMassStatusReport) GetCumQty() string
- func (m *MsgOrderMassStatusReport) GetExecType() string
- func (m *MsgOrderMassStatusReport) GetLastPx() string
- func (m *MsgOrderMassStatusReport) GetLeavesQty() string
- func (m *MsgOrderMassStatusReport) GetMassStatusReqID() string
- func (m *MsgOrderMassStatusReport) GetOrdQty() string
- func (m *MsgOrderMassStatusReport) GetOrdStatus() string
- func (m *MsgOrderMassStatusReport) GetSecurityID() string
- func (m *MsgOrderMassStatusReport) GetSessionID() string
- func (msg *MsgOrderMassStatusReport) GetSignBytes() []byte
- func (msg *MsgOrderMassStatusReport) GetSigners() []sdk.AccAddress
- func (m *MsgOrderMassStatusReport) GetSymbol() string
- func (m *MsgOrderMassStatusReport) GetTradingSessionID() string
- func (m *MsgOrderMassStatusReport) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderMassStatusReport) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderMassStatusReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderMassStatusReport) ProtoMessage()
- func (m *MsgOrderMassStatusReport) Reset()
- func (msg *MsgOrderMassStatusReport) Route() string
- func (m *MsgOrderMassStatusReport) Size() (n int)
- func (m *MsgOrderMassStatusReport) String() string
- func (msg *MsgOrderMassStatusReport) Type() string
- func (m *MsgOrderMassStatusReport) Unmarshal(dAtA []byte) error
- func (msg *MsgOrderMassStatusReport) ValidateBasic() error
- func (m *MsgOrderMassStatusReport) XXX_DiscardUnknown()
- func (m *MsgOrderMassStatusReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderMassStatusReport) XXX_Merge(src proto.Message)
- func (m *MsgOrderMassStatusReport) XXX_Size() int
- func (m *MsgOrderMassStatusReport) XXX_Unmarshal(b []byte) error
- type MsgOrderMassStatusReportResponse
- func (*MsgOrderMassStatusReportResponse) Descriptor() ([]byte, []int)
- func (m *MsgOrderMassStatusReportResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderMassStatusReportResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderMassStatusReportResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderMassStatusReportResponse) ProtoMessage()
- func (m *MsgOrderMassStatusReportResponse) Reset()
- func (m *MsgOrderMassStatusReportResponse) Size() (n int)
- func (m *MsgOrderMassStatusReportResponse) String() string
- func (m *MsgOrderMassStatusReportResponse) Unmarshal(dAtA []byte) error
- func (m *MsgOrderMassStatusReportResponse) XXX_DiscardUnknown()
- func (m *MsgOrderMassStatusReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderMassStatusReportResponse) XXX_Merge(src proto.Message)
- func (m *MsgOrderMassStatusReportResponse) XXX_Size() int
- func (m *MsgOrderMassStatusReportResponse) XXX_Unmarshal(b []byte) error
- type MsgOrderMassStatusRequest
- func (*MsgOrderMassStatusRequest) Descriptor() ([]byte, []int)
- func (m *MsgOrderMassStatusRequest) GetAccount() string
- func (m *MsgOrderMassStatusRequest) GetClOrdID() string
- func (m *MsgOrderMassStatusRequest) GetCreator() string
- func (m *MsgOrderMassStatusRequest) GetMassStatusReqID() string
- func (m *MsgOrderMassStatusRequest) GetMassStatusReqType() string
- func (m *MsgOrderMassStatusRequest) GetSecurityID() string
- func (m *MsgOrderMassStatusRequest) GetSessionID() string
- func (msg *MsgOrderMassStatusRequest) GetSignBytes() []byte
- func (msg *MsgOrderMassStatusRequest) GetSigners() []sdk.AccAddress
- func (m *MsgOrderMassStatusRequest) GetSymbol() string
- func (m *MsgOrderMassStatusRequest) GetTradingSessionID() string
- func (m *MsgOrderMassStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderMassStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderMassStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderMassStatusRequest) ProtoMessage()
- func (m *MsgOrderMassStatusRequest) Reset()
- func (msg *MsgOrderMassStatusRequest) Route() string
- func (m *MsgOrderMassStatusRequest) Size() (n int)
- func (m *MsgOrderMassStatusRequest) String() string
- func (msg *MsgOrderMassStatusRequest) Type() string
- func (m *MsgOrderMassStatusRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgOrderMassStatusRequest) ValidateBasic() error
- func (m *MsgOrderMassStatusRequest) XXX_DiscardUnknown()
- func (m *MsgOrderMassStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderMassStatusRequest) XXX_Merge(src proto.Message)
- func (m *MsgOrderMassStatusRequest) XXX_Size() int
- func (m *MsgOrderMassStatusRequest) XXX_Unmarshal(b []byte) error
- type MsgOrderMassStatusRequestReject
- func (*MsgOrderMassStatusRequestReject) Descriptor() ([]byte, []int)
- func (m *MsgOrderMassStatusRequestReject) GetCreator() string
- func (m *MsgOrderMassStatusRequestReject) GetRefSeqID() string
- func (m *MsgOrderMassStatusRequestReject) GetRejCode() string
- func (m *MsgOrderMassStatusRequestReject) GetSessionID() string
- func (msg *MsgOrderMassStatusRequestReject) GetSignBytes() []byte
- func (msg *MsgOrderMassStatusRequestReject) GetSigners() []sdk.AccAddress
- func (m *MsgOrderMassStatusRequestReject) GetText() string
- func (m *MsgOrderMassStatusRequestReject) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderMassStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderMassStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderMassStatusRequestReject) ProtoMessage()
- func (m *MsgOrderMassStatusRequestReject) Reset()
- func (msg *MsgOrderMassStatusRequestReject) Route() string
- func (m *MsgOrderMassStatusRequestReject) Size() (n int)
- func (m *MsgOrderMassStatusRequestReject) String() string
- func (msg *MsgOrderMassStatusRequestReject) Type() string
- func (m *MsgOrderMassStatusRequestReject) Unmarshal(dAtA []byte) error
- func (msg *MsgOrderMassStatusRequestReject) ValidateBasic() error
- func (m *MsgOrderMassStatusRequestReject) XXX_DiscardUnknown()
- func (m *MsgOrderMassStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderMassStatusRequestReject) XXX_Merge(src proto.Message)
- func (m *MsgOrderMassStatusRequestReject) XXX_Size() int
- func (m *MsgOrderMassStatusRequestReject) XXX_Unmarshal(b []byte) error
- type MsgOrderMassStatusRequestRejectResponse
- func (*MsgOrderMassStatusRequestRejectResponse) Descriptor() ([]byte, []int)
- func (m *MsgOrderMassStatusRequestRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderMassStatusRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderMassStatusRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderMassStatusRequestRejectResponse) ProtoMessage()
- func (m *MsgOrderMassStatusRequestRejectResponse) Reset()
- func (m *MsgOrderMassStatusRequestRejectResponse) Size() (n int)
- func (m *MsgOrderMassStatusRequestRejectResponse) String() string
- func (m *MsgOrderMassStatusRequestRejectResponse) Unmarshal(dAtA []byte) error
- func (m *MsgOrderMassStatusRequestRejectResponse) XXX_DiscardUnknown()
- func (m *MsgOrderMassStatusRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderMassStatusRequestRejectResponse) XXX_Merge(src proto.Message)
- func (m *MsgOrderMassStatusRequestRejectResponse) XXX_Size() int
- func (m *MsgOrderMassStatusRequestRejectResponse) XXX_Unmarshal(b []byte) error
- type MsgOrderMassStatusRequestResponse
- func (*MsgOrderMassStatusRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgOrderMassStatusRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgOrderMassStatusRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgOrderMassStatusRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgOrderMassStatusRequestResponse) ProtoMessage()
- func (m *MsgOrderMassStatusRequestResponse) Reset()
- func (m *MsgOrderMassStatusRequestResponse) Size() (n int)
- func (m *MsgOrderMassStatusRequestResponse) String() string
- func (m *MsgOrderMassStatusRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgOrderMassStatusRequestResponse) XXX_DiscardUnknown()
- func (m *MsgOrderMassStatusRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgOrderMassStatusRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgOrderMassStatusRequestResponse) XXX_Size() int
- func (m *MsgOrderMassStatusRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgQuoteAcknowledgement
- func (*MsgQuoteAcknowledgement) Descriptor() ([]byte, []int)
- func (m *MsgQuoteAcknowledgement) GetCreator() string
- func (m *MsgQuoteAcknowledgement) GetQuoteAcknowledgement() *QuoteAcknowledgement
- func (m *MsgQuoteAcknowledgement) GetSessionID() string
- func (msg *MsgQuoteAcknowledgement) GetSignBytes() []byte
- func (msg *MsgQuoteAcknowledgement) GetSigners() []sdk.AccAddress
- func (m *MsgQuoteAcknowledgement) Marshal() (dAtA []byte, err error)
- func (m *MsgQuoteAcknowledgement) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgQuoteAcknowledgement) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgQuoteAcknowledgement) ProtoMessage()
- func (m *MsgQuoteAcknowledgement) Reset()
- func (msg *MsgQuoteAcknowledgement) Route() string
- func (m *MsgQuoteAcknowledgement) Size() (n int)
- func (m *MsgQuoteAcknowledgement) String() string
- func (msg *MsgQuoteAcknowledgement) Type() string
- func (m *MsgQuoteAcknowledgement) Unmarshal(dAtA []byte) error
- func (msg *MsgQuoteAcknowledgement) ValidateBasic() error
- func (m *MsgQuoteAcknowledgement) XXX_DiscardUnknown()
- func (m *MsgQuoteAcknowledgement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgQuoteAcknowledgement) XXX_Merge(src proto.Message)
- func (m *MsgQuoteAcknowledgement) XXX_Size() int
- func (m *MsgQuoteAcknowledgement) XXX_Unmarshal(b []byte) error
- type MsgQuoteAcknowledgementResponse
- func (*MsgQuoteAcknowledgementResponse) Descriptor() ([]byte, []int)
- func (m *MsgQuoteAcknowledgementResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgQuoteAcknowledgementResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgQuoteAcknowledgementResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgQuoteAcknowledgementResponse) ProtoMessage()
- func (m *MsgQuoteAcknowledgementResponse) Reset()
- func (m *MsgQuoteAcknowledgementResponse) Size() (n int)
- func (m *MsgQuoteAcknowledgementResponse) String() string
- func (m *MsgQuoteAcknowledgementResponse) Unmarshal(dAtA []byte) error
- func (m *MsgQuoteAcknowledgementResponse) XXX_DiscardUnknown()
- func (m *MsgQuoteAcknowledgementResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgQuoteAcknowledgementResponse) XXX_Merge(src proto.Message)
- func (m *MsgQuoteAcknowledgementResponse) XXX_Size() int
- func (m *MsgQuoteAcknowledgementResponse) XXX_Unmarshal(b []byte) error
- type MsgQuoteRequest
- func (*MsgQuoteRequest) Descriptor() ([]byte, []int)
- func (m *MsgQuoteRequest) GetCreator() string
- func (m *MsgQuoteRequest) GetQuoteRequest() *QuoteRequest
- func (m *MsgQuoteRequest) GetSessionID() string
- func (msg *MsgQuoteRequest) GetSignBytes() []byte
- func (msg *MsgQuoteRequest) GetSigners() []sdk.AccAddress
- func (m *MsgQuoteRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgQuoteRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgQuoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgQuoteRequest) ProtoMessage()
- func (m *MsgQuoteRequest) Reset()
- func (msg *MsgQuoteRequest) Route() string
- func (m *MsgQuoteRequest) Size() (n int)
- func (m *MsgQuoteRequest) String() string
- func (msg *MsgQuoteRequest) Type() string
- func (m *MsgQuoteRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgQuoteRequest) ValidateBasic() error
- func (m *MsgQuoteRequest) XXX_DiscardUnknown()
- func (m *MsgQuoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgQuoteRequest) XXX_Merge(src proto.Message)
- func (m *MsgQuoteRequest) XXX_Size() int
- func (m *MsgQuoteRequest) XXX_Unmarshal(b []byte) error
- type MsgQuoteRequestReject
- func (*MsgQuoteRequestReject) Descriptor() ([]byte, []int)
- func (m *MsgQuoteRequestReject) GetCreator() string
- func (m *MsgQuoteRequestReject) GetQuoteRequestReject() *QuoteRequestReject
- func (m *MsgQuoteRequestReject) GetSessionID() string
- func (msg *MsgQuoteRequestReject) GetSignBytes() []byte
- func (msg *MsgQuoteRequestReject) GetSigners() []sdk.AccAddress
- func (m *MsgQuoteRequestReject) Marshal() (dAtA []byte, err error)
- func (m *MsgQuoteRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgQuoteRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgQuoteRequestReject) ProtoMessage()
- func (m *MsgQuoteRequestReject) Reset()
- func (msg *MsgQuoteRequestReject) Route() string
- func (m *MsgQuoteRequestReject) Size() (n int)
- func (m *MsgQuoteRequestReject) String() string
- func (msg *MsgQuoteRequestReject) Type() string
- func (m *MsgQuoteRequestReject) Unmarshal(dAtA []byte) error
- func (msg *MsgQuoteRequestReject) ValidateBasic() error
- func (m *MsgQuoteRequestReject) XXX_DiscardUnknown()
- func (m *MsgQuoteRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgQuoteRequestReject) XXX_Merge(src proto.Message)
- func (m *MsgQuoteRequestReject) XXX_Size() int
- func (m *MsgQuoteRequestReject) XXX_Unmarshal(b []byte) error
- type MsgQuoteRequestRejectResponse
- func (*MsgQuoteRequestRejectResponse) Descriptor() ([]byte, []int)
- func (m *MsgQuoteRequestRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgQuoteRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgQuoteRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgQuoteRequestRejectResponse) ProtoMessage()
- func (m *MsgQuoteRequestRejectResponse) Reset()
- func (m *MsgQuoteRequestRejectResponse) Size() (n int)
- func (m *MsgQuoteRequestRejectResponse) String() string
- func (m *MsgQuoteRequestRejectResponse) Unmarshal(dAtA []byte) error
- func (m *MsgQuoteRequestRejectResponse) XXX_DiscardUnknown()
- func (m *MsgQuoteRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgQuoteRequestRejectResponse) XXX_Merge(src proto.Message)
- func (m *MsgQuoteRequestRejectResponse) XXX_Size() int
- func (m *MsgQuoteRequestRejectResponse) XXX_Unmarshal(b []byte) error
- type MsgQuoteRequestResponse
- func (*MsgQuoteRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgQuoteRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgQuoteRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgQuoteRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgQuoteRequestResponse) ProtoMessage()
- func (m *MsgQuoteRequestResponse) Reset()
- func (m *MsgQuoteRequestResponse) Size() (n int)
- func (m *MsgQuoteRequestResponse) String() string
- func (m *MsgQuoteRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgQuoteRequestResponse) XXX_DiscardUnknown()
- func (m *MsgQuoteRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgQuoteRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgQuoteRequestResponse) XXX_Size() int
- func (m *MsgQuoteRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgRegisterAccount
- func (*MsgRegisterAccount) Descriptor() ([]byte, []int)
- func (m *MsgRegisterAccount) GetAddress() string
- func (m *MsgRegisterAccount) GetCompanyName() string
- func (m *MsgRegisterAccount) GetCreator() string
- func (msg *MsgRegisterAccount) GetSignBytes() []byte
- func (msg *MsgRegisterAccount) GetSigners() []sdk.AccAddress
- func (m *MsgRegisterAccount) GetSocialMediaLinks() string
- func (m *MsgRegisterAccount) GetWebsite() string
- func (m *MsgRegisterAccount) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterAccount) ProtoMessage()
- func (m *MsgRegisterAccount) Reset()
- func (msg *MsgRegisterAccount) Route() string
- func (m *MsgRegisterAccount) Size() (n int)
- func (m *MsgRegisterAccount) String() string
- func (msg *MsgRegisterAccount) Type() string
- func (m *MsgRegisterAccount) Unmarshal(dAtA []byte) error
- func (msg *MsgRegisterAccount) ValidateBasic() error
- func (m *MsgRegisterAccount) XXX_DiscardUnknown()
- func (m *MsgRegisterAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterAccount) XXX_Merge(src proto.Message)
- func (m *MsgRegisterAccount) XXX_Size() int
- func (m *MsgRegisterAccount) XXX_Unmarshal(b []byte) error
- type MsgRegisterAccountResponse
- func (*MsgRegisterAccountResponse) Descriptor() ([]byte, []int)
- func (m *MsgRegisterAccountResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgRegisterAccountResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgRegisterAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgRegisterAccountResponse) ProtoMessage()
- func (m *MsgRegisterAccountResponse) Reset()
- func (m *MsgRegisterAccountResponse) Size() (n int)
- func (m *MsgRegisterAccountResponse) String() string
- func (m *MsgRegisterAccountResponse) Unmarshal(dAtA []byte) error
- func (m *MsgRegisterAccountResponse) XXX_DiscardUnknown()
- func (m *MsgRegisterAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgRegisterAccountResponse) XXX_Merge(src proto.Message)
- func (m *MsgRegisterAccountResponse) XXX_Size() int
- func (m *MsgRegisterAccountResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityDefinition
- func (*MsgSecurityDefinition) Descriptor() ([]byte, []int)
- func (m *MsgSecurityDefinition) GetContractMultiplier() string
- func (m *MsgSecurityDefinition) GetCouponRate() string
- func (m *MsgSecurityDefinition) GetCreator() string
- func (m *MsgSecurityDefinition) GetCreditRating() string
- func (m *MsgSecurityDefinition) GetCurrency() string
- func (m *MsgSecurityDefinition) GetFactor() string
- func (m *MsgSecurityDefinition) GetIssuer() string
- func (m *MsgSecurityDefinition) GetMaturityMonthYear() string
- func (m *MsgSecurityDefinition) GetMinPriceIncrement() string
- func (m *MsgSecurityDefinition) GetMinPriceIncrementAmount() string
- func (m *MsgSecurityDefinition) GetPriceUnitOfMeasure() string
- func (m *MsgSecurityDefinition) GetSecurityDesc() string
- func (m *MsgSecurityDefinition) GetSecurityExchange() string
- func (m *MsgSecurityDefinition) GetSecurityExchangeID() string
- func (m *MsgSecurityDefinition) GetSecurityReqID() string
- func (m *MsgSecurityDefinition) GetSecurityResponseID() string
- func (m *MsgSecurityDefinition) GetSecurityResponseType() string
- func (m *MsgSecurityDefinition) GetSecurityType() string
- func (m *MsgSecurityDefinition) GetSessionID() string
- func (m *MsgSecurityDefinition) GetSettlDate() string
- func (m *MsgSecurityDefinition) GetSettlType() string
- func (msg *MsgSecurityDefinition) GetSignBytes() []byte
- func (msg *MsgSecurityDefinition) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityDefinition) GetSymbol() string
- func (m *MsgSecurityDefinition) GetUnitOfMeasure() string
- func (m *MsgSecurityDefinition) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityDefinition) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityDefinition) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityDefinition) ProtoMessage()
- func (m *MsgSecurityDefinition) Reset()
- func (msg *MsgSecurityDefinition) Route() string
- func (m *MsgSecurityDefinition) Size() (n int)
- func (m *MsgSecurityDefinition) String() string
- func (msg *MsgSecurityDefinition) Type() string
- func (m *MsgSecurityDefinition) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityDefinition) ValidateBasic() error
- func (m *MsgSecurityDefinition) XXX_DiscardUnknown()
- func (m *MsgSecurityDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityDefinition) XXX_Merge(src proto.Message)
- func (m *MsgSecurityDefinition) XXX_Size() int
- func (m *MsgSecurityDefinition) XXX_Unmarshal(b []byte) error
- type MsgSecurityDefinitionRequest
- func (*MsgSecurityDefinitionRequest) Descriptor() ([]byte, []int)
- func (m *MsgSecurityDefinitionRequest) GetCreator() string
- func (m *MsgSecurityDefinitionRequest) GetCurrency() string
- func (m *MsgSecurityDefinitionRequest) GetIssuer() string
- func (m *MsgSecurityDefinitionRequest) GetSecurityDesc() string
- func (m *MsgSecurityDefinitionRequest) GetSecurityExchange() string
- func (m *MsgSecurityDefinitionRequest) GetSecurityReqID() string
- func (m *MsgSecurityDefinitionRequest) GetSecurityRequestType() string
- func (m *MsgSecurityDefinitionRequest) GetSecurityType() string
- func (m *MsgSecurityDefinitionRequest) GetSessionID() string
- func (msg *MsgSecurityDefinitionRequest) GetSignBytes() []byte
- func (msg *MsgSecurityDefinitionRequest) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityDefinitionRequest) GetSymbol() string
- func (m *MsgSecurityDefinitionRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityDefinitionRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityDefinitionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityDefinitionRequest) ProtoMessage()
- func (m *MsgSecurityDefinitionRequest) Reset()
- func (msg *MsgSecurityDefinitionRequest) Route() string
- func (m *MsgSecurityDefinitionRequest) Size() (n int)
- func (m *MsgSecurityDefinitionRequest) String() string
- func (msg *MsgSecurityDefinitionRequest) Type() string
- func (m *MsgSecurityDefinitionRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityDefinitionRequest) ValidateBasic() error
- func (m *MsgSecurityDefinitionRequest) XXX_DiscardUnknown()
- func (m *MsgSecurityDefinitionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityDefinitionRequest) XXX_Merge(src proto.Message)
- func (m *MsgSecurityDefinitionRequest) XXX_Size() int
- func (m *MsgSecurityDefinitionRequest) XXX_Unmarshal(b []byte) error
- type MsgSecurityDefinitionRequestReject
- func (*MsgSecurityDefinitionRequestReject) Descriptor() ([]byte, []int)
- func (m *MsgSecurityDefinitionRequestReject) GetCreator() string
- func (m *MsgSecurityDefinitionRequestReject) GetSecurityReqID() string
- func (m *MsgSecurityDefinitionRequestReject) GetSecurityRequestError() string
- func (m *MsgSecurityDefinitionRequestReject) GetSecurityRequestErrorCode() string
- func (m *MsgSecurityDefinitionRequestReject) GetSecurityRequestResult() string
- func (m *MsgSecurityDefinitionRequestReject) GetSessionID() string
- func (msg *MsgSecurityDefinitionRequestReject) GetSignBytes() []byte
- func (msg *MsgSecurityDefinitionRequestReject) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityDefinitionRequestReject) GetText() string
- func (m *MsgSecurityDefinitionRequestReject) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityDefinitionRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityDefinitionRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityDefinitionRequestReject) ProtoMessage()
- func (m *MsgSecurityDefinitionRequestReject) Reset()
- func (msg *MsgSecurityDefinitionRequestReject) Route() string
- func (m *MsgSecurityDefinitionRequestReject) Size() (n int)
- func (m *MsgSecurityDefinitionRequestReject) String() string
- func (msg *MsgSecurityDefinitionRequestReject) Type() string
- func (m *MsgSecurityDefinitionRequestReject) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityDefinitionRequestReject) ValidateBasic() error
- func (m *MsgSecurityDefinitionRequestReject) XXX_DiscardUnknown()
- func (m *MsgSecurityDefinitionRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityDefinitionRequestReject) XXX_Merge(src proto.Message)
- func (m *MsgSecurityDefinitionRequestReject) XXX_Size() int
- func (m *MsgSecurityDefinitionRequestReject) XXX_Unmarshal(b []byte) error
- type MsgSecurityDefinitionRequestRejectResponse
- func (*MsgSecurityDefinitionRequestRejectResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityDefinitionRequestRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityDefinitionRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityDefinitionRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityDefinitionRequestRejectResponse) ProtoMessage()
- func (m *MsgSecurityDefinitionRequestRejectResponse) Reset()
- func (m *MsgSecurityDefinitionRequestRejectResponse) Size() (n int)
- func (m *MsgSecurityDefinitionRequestRejectResponse) String() string
- func (m *MsgSecurityDefinitionRequestRejectResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityDefinitionRequestRejectResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityDefinitionRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityDefinitionRequestRejectResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityDefinitionRequestRejectResponse) XXX_Size() int
- func (m *MsgSecurityDefinitionRequestRejectResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityDefinitionRequestResponse
- func (*MsgSecurityDefinitionRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityDefinitionRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityDefinitionRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityDefinitionRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityDefinitionRequestResponse) ProtoMessage()
- func (m *MsgSecurityDefinitionRequestResponse) Reset()
- func (m *MsgSecurityDefinitionRequestResponse) Size() (n int)
- func (m *MsgSecurityDefinitionRequestResponse) String() string
- func (m *MsgSecurityDefinitionRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityDefinitionRequestResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityDefinitionRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityDefinitionRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityDefinitionRequestResponse) XXX_Size() int
- func (m *MsgSecurityDefinitionRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityDefinitionResponse
- func (*MsgSecurityDefinitionResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityDefinitionResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityDefinitionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityDefinitionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityDefinitionResponse) ProtoMessage()
- func (m *MsgSecurityDefinitionResponse) Reset()
- func (m *MsgSecurityDefinitionResponse) Size() (n int)
- func (m *MsgSecurityDefinitionResponse) String() string
- func (m *MsgSecurityDefinitionResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityDefinitionResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityDefinitionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityDefinitionResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityDefinitionResponse) XXX_Size() int
- func (m *MsgSecurityDefinitionResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityListRequest
- func (*MsgSecurityListRequest) Descriptor() ([]byte, []int)
- func (m *MsgSecurityListRequest) GetCreator() string
- func (m *MsgSecurityListRequest) GetCurrency() string
- func (m *MsgSecurityListRequest) GetEncodedText() string
- func (m *MsgSecurityListRequest) GetEncodedTextLen() string
- func (m *MsgSecurityListRequest) GetNoLegs() string
- func (m *MsgSecurityListRequest) GetNoUnderlyings() string
- func (m *MsgSecurityListRequest) GetSecurityListRequestType() string
- func (m *MsgSecurityListRequest) GetSecurityReqID() string
- func (m *MsgSecurityListRequest) GetSessionID() string
- func (msg *MsgSecurityListRequest) GetSignBytes() []byte
- func (msg *MsgSecurityListRequest) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityListRequest) GetSubscriptionRequestType() string
- func (m *MsgSecurityListRequest) GetText() string
- func (m *MsgSecurityListRequest) GetTradingSessionID() string
- func (m *MsgSecurityListRequest) GetTradingSessionSubID() string
- func (m *MsgSecurityListRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityListRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityListRequest) ProtoMessage()
- func (m *MsgSecurityListRequest) Reset()
- func (msg *MsgSecurityListRequest) Route() string
- func (m *MsgSecurityListRequest) Size() (n int)
- func (m *MsgSecurityListRequest) String() string
- func (msg *MsgSecurityListRequest) Type() string
- func (m *MsgSecurityListRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityListRequest) ValidateBasic() error
- func (m *MsgSecurityListRequest) XXX_DiscardUnknown()
- func (m *MsgSecurityListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityListRequest) XXX_Merge(src proto.Message)
- func (m *MsgSecurityListRequest) XXX_Size() int
- func (m *MsgSecurityListRequest) XXX_Unmarshal(b []byte) error
- type MsgSecurityListRequestReject
- func (*MsgSecurityListRequestReject) Descriptor() ([]byte, []int)
- func (m *MsgSecurityListRequestReject) GetCreator() string
- func (m *MsgSecurityListRequestReject) GetEncodedText() string
- func (m *MsgSecurityListRequestReject) GetEncodedTextLen() string
- func (m *MsgSecurityListRequestReject) GetSecurityListRequestType() string
- func (m *MsgSecurityListRequestReject) GetSecurityReqID() string
- func (m *MsgSecurityListRequestReject) GetSecurityRequestResult() string
- func (m *MsgSecurityListRequestReject) GetSessionID() string
- func (msg *MsgSecurityListRequestReject) GetSignBytes() []byte
- func (msg *MsgSecurityListRequestReject) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityListRequestReject) GetText() string
- func (m *MsgSecurityListRequestReject) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityListRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityListRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityListRequestReject) ProtoMessage()
- func (m *MsgSecurityListRequestReject) Reset()
- func (msg *MsgSecurityListRequestReject) Route() string
- func (m *MsgSecurityListRequestReject) Size() (n int)
- func (m *MsgSecurityListRequestReject) String() string
- func (msg *MsgSecurityListRequestReject) Type() string
- func (m *MsgSecurityListRequestReject) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityListRequestReject) ValidateBasic() error
- func (m *MsgSecurityListRequestReject) XXX_DiscardUnknown()
- func (m *MsgSecurityListRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityListRequestReject) XXX_Merge(src proto.Message)
- func (m *MsgSecurityListRequestReject) XXX_Size() int
- func (m *MsgSecurityListRequestReject) XXX_Unmarshal(b []byte) error
- type MsgSecurityListRequestRejectResponse
- func (*MsgSecurityListRequestRejectResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityListRequestRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityListRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityListRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityListRequestRejectResponse) ProtoMessage()
- func (m *MsgSecurityListRequestRejectResponse) Reset()
- func (m *MsgSecurityListRequestRejectResponse) Size() (n int)
- func (m *MsgSecurityListRequestRejectResponse) String() string
- func (m *MsgSecurityListRequestRejectResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityListRequestRejectResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityListRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityListRequestRejectResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityListRequestRejectResponse) XXX_Size() int
- func (m *MsgSecurityListRequestRejectResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityListRequestResponse
- func (*MsgSecurityListRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityListRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityListRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityListRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityListRequestResponse) ProtoMessage()
- func (m *MsgSecurityListRequestResponse) Reset()
- func (m *MsgSecurityListRequestResponse) Size() (n int)
- func (m *MsgSecurityListRequestResponse) String() string
- func (m *MsgSecurityListRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityListRequestResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityListRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityListRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityListRequestResponse) XXX_Size() int
- func (m *MsgSecurityListRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityListResponse
- func (*MsgSecurityListResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityListResponse) GetCreator() string
- func (m *MsgSecurityListResponse) GetCurrency() string
- func (m *MsgSecurityListResponse) GetEncodedText() string
- func (m *MsgSecurityListResponse) GetEncodedTextLen() string
- func (m *MsgSecurityListResponse) GetExpirationCycle() string
- func (m *MsgSecurityListResponse) GetLastFragment() string
- func (m *MsgSecurityListResponse) GetMinTradeVol() string
- func (m *MsgSecurityListResponse) GetNoLegs() string
- func (m *MsgSecurityListResponse) GetNoRelatedSym() string
- func (m *MsgSecurityListResponse) GetNoUnderlyings() string
- func (m *MsgSecurityListResponse) GetRoundLot() string
- func (m *MsgSecurityListResponse) GetSecurityReqID() string
- func (m *MsgSecurityListResponse) GetSecurityRequestResult() string
- func (m *MsgSecurityListResponse) GetSecurityResponseID() string
- func (m *MsgSecurityListResponse) GetSessionID() string
- func (msg *MsgSecurityListResponse) GetSignBytes() []byte
- func (msg *MsgSecurityListResponse) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityListResponse) GetText() string
- func (m *MsgSecurityListResponse) GetTotNoRelatedSym() string
- func (m *MsgSecurityListResponse) GetTradingSessionID() string
- func (m *MsgSecurityListResponse) GetTradingSessionSubID() string
- func (m *MsgSecurityListResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityListResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityListResponse) ProtoMessage()
- func (m *MsgSecurityListResponse) Reset()
- func (msg *MsgSecurityListResponse) Route() string
- func (m *MsgSecurityListResponse) Size() (n int)
- func (m *MsgSecurityListResponse) String() string
- func (msg *MsgSecurityListResponse) Type() string
- func (m *MsgSecurityListResponse) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityListResponse) ValidateBasic() error
- func (m *MsgSecurityListResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityListResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityListResponse) XXX_Size() int
- func (m *MsgSecurityListResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityListResponseResponse
- func (*MsgSecurityListResponseResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityListResponseResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityListResponseResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityListResponseResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityListResponseResponse) ProtoMessage()
- func (m *MsgSecurityListResponseResponse) Reset()
- func (m *MsgSecurityListResponseResponse) Size() (n int)
- func (m *MsgSecurityListResponseResponse) String() string
- func (m *MsgSecurityListResponseResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityListResponseResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityListResponseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityListResponseResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityListResponseResponse) XXX_Size() int
- func (m *MsgSecurityListResponseResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityStatusRequest
- func (*MsgSecurityStatusRequest) Descriptor() ([]byte, []int)
- func (m *MsgSecurityStatusRequest) GetCreator() string
- func (m *MsgSecurityStatusRequest) GetCurrency() string
- func (m *MsgSecurityStatusRequest) GetInstrument() string
- func (m *MsgSecurityStatusRequest) GetInstrumentLeg() string
- func (m *MsgSecurityStatusRequest) GetNoLegs() string
- func (m *MsgSecurityStatusRequest) GetNoUnderlyings() string
- func (m *MsgSecurityStatusRequest) GetSecurityStatusReqID() string
- func (m *MsgSecurityStatusRequest) GetSessionID() string
- func (msg *MsgSecurityStatusRequest) GetSignBytes() []byte
- func (msg *MsgSecurityStatusRequest) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityStatusRequest) GetSubscriptionRequestType() string
- func (m *MsgSecurityStatusRequest) GetTradingSessionID() string
- func (m *MsgSecurityStatusRequest) GetTradingSessionSubID() string
- func (m *MsgSecurityStatusRequest) GetUnderlyingInstrument() string
- func (m *MsgSecurityStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityStatusRequest) ProtoMessage()
- func (m *MsgSecurityStatusRequest) Reset()
- func (msg *MsgSecurityStatusRequest) Route() string
- func (m *MsgSecurityStatusRequest) Size() (n int)
- func (m *MsgSecurityStatusRequest) String() string
- func (msg *MsgSecurityStatusRequest) Type() string
- func (m *MsgSecurityStatusRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityStatusRequest) ValidateBasic() error
- func (m *MsgSecurityStatusRequest) XXX_DiscardUnknown()
- func (m *MsgSecurityStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityStatusRequest) XXX_Merge(src proto.Message)
- func (m *MsgSecurityStatusRequest) XXX_Size() int
- func (m *MsgSecurityStatusRequest) XXX_Unmarshal(b []byte) error
- type MsgSecurityStatusRequestReject
- func (*MsgSecurityStatusRequestReject) Descriptor() ([]byte, []int)
- func (m *MsgSecurityStatusRequestReject) GetCreator() string
- func (m *MsgSecurityStatusRequestReject) GetSecurityRejectReason() string
- func (m *MsgSecurityStatusRequestReject) GetSecurityStatusReqID() string
- func (m *MsgSecurityStatusRequestReject) GetSessionID() string
- func (msg *MsgSecurityStatusRequestReject) GetSignBytes() []byte
- func (msg *MsgSecurityStatusRequestReject) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityStatusRequestReject) GetText() string
- func (m *MsgSecurityStatusRequestReject) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityStatusRequestReject) ProtoMessage()
- func (m *MsgSecurityStatusRequestReject) Reset()
- func (msg *MsgSecurityStatusRequestReject) Route() string
- func (m *MsgSecurityStatusRequestReject) Size() (n int)
- func (m *MsgSecurityStatusRequestReject) String() string
- func (msg *MsgSecurityStatusRequestReject) Type() string
- func (m *MsgSecurityStatusRequestReject) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityStatusRequestReject) ValidateBasic() error
- func (m *MsgSecurityStatusRequestReject) XXX_DiscardUnknown()
- func (m *MsgSecurityStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityStatusRequestReject) XXX_Merge(src proto.Message)
- func (m *MsgSecurityStatusRequestReject) XXX_Size() int
- func (m *MsgSecurityStatusRequestReject) XXX_Unmarshal(b []byte) error
- type MsgSecurityStatusRequestRejectResponse
- func (*MsgSecurityStatusRequestRejectResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityStatusRequestRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityStatusRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityStatusRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityStatusRequestRejectResponse) ProtoMessage()
- func (m *MsgSecurityStatusRequestRejectResponse) Reset()
- func (m *MsgSecurityStatusRequestRejectResponse) Size() (n int)
- func (m *MsgSecurityStatusRequestRejectResponse) String() string
- func (m *MsgSecurityStatusRequestRejectResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityStatusRequestRejectResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityStatusRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityStatusRequestRejectResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityStatusRequestRejectResponse) XXX_Size() int
- func (m *MsgSecurityStatusRequestRejectResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityStatusRequestResponse
- func (*MsgSecurityStatusRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityStatusRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityStatusRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityStatusRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityStatusRequestResponse) ProtoMessage()
- func (m *MsgSecurityStatusRequestResponse) Reset()
- func (m *MsgSecurityStatusRequestResponse) Size() (n int)
- func (m *MsgSecurityStatusRequestResponse) String() string
- func (m *MsgSecurityStatusRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityStatusRequestResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityStatusRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityStatusRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityStatusRequestResponse) XXX_Size() int
- func (m *MsgSecurityStatusRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityStatusResponse
- func (*MsgSecurityStatusResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityStatusResponse) GetAdjustment() string
- func (m *MsgSecurityStatusResponse) GetBuyVolume() string
- func (m *MsgSecurityStatusResponse) GetCorporateAction() string
- func (m *MsgSecurityStatusResponse) GetCreator() string
- func (m *MsgSecurityStatusResponse) GetCurrency() string
- func (m *MsgSecurityStatusResponse) GetDueToRelated() string
- func (m *MsgSecurityStatusResponse) GetFinancialStatus() string
- func (m *MsgSecurityStatusResponse) GetHaltReason() string
- func (m *MsgSecurityStatusResponse) GetHighPx() string
- func (m *MsgSecurityStatusResponse) GetInViewOfCommon() string
- func (m *MsgSecurityStatusResponse) GetInstrumentLeg() string
- func (m *MsgSecurityStatusResponse) GetLastPx() string
- func (m *MsgSecurityStatusResponse) GetLowPx() string
- func (m *MsgSecurityStatusResponse) GetNoLegs() string
- func (m *MsgSecurityStatusResponse) GetNoUnderlyings() string
- func (m *MsgSecurityStatusResponse) GetSecurityStatusReqID() string
- func (m *MsgSecurityStatusResponse) GetSecurityTradingStatus() string
- func (m *MsgSecurityStatusResponse) GetSellVolume() string
- func (m *MsgSecurityStatusResponse) GetSessionID() string
- func (msg *MsgSecurityStatusResponse) GetSignBytes() []byte
- func (msg *MsgSecurityStatusResponse) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityStatusResponse) GetText() string
- func (m *MsgSecurityStatusResponse) GetTradingSessionID() string
- func (m *MsgSecurityStatusResponse) GetTradingSessionSubID() string
- func (m *MsgSecurityStatusResponse) GetTransactTime() string
- func (m *MsgSecurityStatusResponse) GetUnderlyingInstrument() string
- func (m *MsgSecurityStatusResponse) GetUnsolicitedIndicator() string
- func (m *MsgSecurityStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityStatusResponse) ProtoMessage()
- func (m *MsgSecurityStatusResponse) Reset()
- func (msg *MsgSecurityStatusResponse) Route() string
- func (m *MsgSecurityStatusResponse) Size() (n int)
- func (m *MsgSecurityStatusResponse) String() string
- func (msg *MsgSecurityStatusResponse) Type() string
- func (m *MsgSecurityStatusResponse) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityStatusResponse) ValidateBasic() error
- func (m *MsgSecurityStatusResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityStatusResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityStatusResponse) XXX_Size() int
- func (m *MsgSecurityStatusResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityStatusResponseResponse
- func (*MsgSecurityStatusResponseResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityStatusResponseResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityStatusResponseResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityStatusResponseResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityStatusResponseResponse) ProtoMessage()
- func (m *MsgSecurityStatusResponseResponse) Reset()
- func (m *MsgSecurityStatusResponseResponse) Size() (n int)
- func (m *MsgSecurityStatusResponseResponse) String() string
- func (m *MsgSecurityStatusResponseResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityStatusResponseResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityStatusResponseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityStatusResponseResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityStatusResponseResponse) XXX_Size() int
- func (m *MsgSecurityStatusResponseResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityTypesRequest
- func (*MsgSecurityTypesRequest) Descriptor() ([]byte, []int)
- func (m *MsgSecurityTypesRequest) GetCreator() string
- func (m *MsgSecurityTypesRequest) GetProduct() string
- func (m *MsgSecurityTypesRequest) GetSecurityReqID() string
- func (m *MsgSecurityTypesRequest) GetSecuritySubType() string
- func (m *MsgSecurityTypesRequest) GetSecurityType() string
- func (m *MsgSecurityTypesRequest) GetSessionID() string
- func (msg *MsgSecurityTypesRequest) GetSignBytes() []byte
- func (msg *MsgSecurityTypesRequest) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityTypesRequest) GetText() string
- func (m *MsgSecurityTypesRequest) GetTradingSessionID() string
- func (m *MsgSecurityTypesRequest) GetTradingSessionSubID() string
- func (m *MsgSecurityTypesRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityTypesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityTypesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityTypesRequest) ProtoMessage()
- func (m *MsgSecurityTypesRequest) Reset()
- func (msg *MsgSecurityTypesRequest) Route() string
- func (m *MsgSecurityTypesRequest) Size() (n int)
- func (m *MsgSecurityTypesRequest) String() string
- func (msg *MsgSecurityTypesRequest) Type() string
- func (m *MsgSecurityTypesRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityTypesRequest) ValidateBasic() error
- func (m *MsgSecurityTypesRequest) XXX_DiscardUnknown()
- func (m *MsgSecurityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityTypesRequest) XXX_Merge(src proto.Message)
- func (m *MsgSecurityTypesRequest) XXX_Size() int
- func (m *MsgSecurityTypesRequest) XXX_Unmarshal(b []byte) error
- type MsgSecurityTypesRequestReject
- func (*MsgSecurityTypesRequestReject) Descriptor() ([]byte, []int)
- func (m *MsgSecurityTypesRequestReject) GetCreator() string
- func (m *MsgSecurityTypesRequestReject) GetRejectReason() string
- func (m *MsgSecurityTypesRequestReject) GetSecurityReqID() string
- func (m *MsgSecurityTypesRequestReject) GetSessionID() string
- func (msg *MsgSecurityTypesRequestReject) GetSignBytes() []byte
- func (msg *MsgSecurityTypesRequestReject) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityTypesRequestReject) GetText() string
- func (m *MsgSecurityTypesRequestReject) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityTypesRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityTypesRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityTypesRequestReject) ProtoMessage()
- func (m *MsgSecurityTypesRequestReject) Reset()
- func (msg *MsgSecurityTypesRequestReject) Route() string
- func (m *MsgSecurityTypesRequestReject) Size() (n int)
- func (m *MsgSecurityTypesRequestReject) String() string
- func (msg *MsgSecurityTypesRequestReject) Type() string
- func (m *MsgSecurityTypesRequestReject) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityTypesRequestReject) ValidateBasic() error
- func (m *MsgSecurityTypesRequestReject) XXX_DiscardUnknown()
- func (m *MsgSecurityTypesRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityTypesRequestReject) XXX_Merge(src proto.Message)
- func (m *MsgSecurityTypesRequestReject) XXX_Size() int
- func (m *MsgSecurityTypesRequestReject) XXX_Unmarshal(b []byte) error
- type MsgSecurityTypesRequestRejectResponse
- func (*MsgSecurityTypesRequestRejectResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityTypesRequestRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityTypesRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityTypesRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityTypesRequestRejectResponse) ProtoMessage()
- func (m *MsgSecurityTypesRequestRejectResponse) Reset()
- func (m *MsgSecurityTypesRequestRejectResponse) Size() (n int)
- func (m *MsgSecurityTypesRequestRejectResponse) String() string
- func (m *MsgSecurityTypesRequestRejectResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityTypesRequestRejectResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityTypesRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityTypesRequestRejectResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityTypesRequestRejectResponse) XXX_Size() int
- func (m *MsgSecurityTypesRequestRejectResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityTypesRequestResponse
- func (*MsgSecurityTypesRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityTypesRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityTypesRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityTypesRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityTypesRequestResponse) ProtoMessage()
- func (m *MsgSecurityTypesRequestResponse) Reset()
- func (m *MsgSecurityTypesRequestResponse) Size() (n int)
- func (m *MsgSecurityTypesRequestResponse) String() string
- func (m *MsgSecurityTypesRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityTypesRequestResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityTypesRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityTypesRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityTypesRequestResponse) XXX_Size() int
- func (m *MsgSecurityTypesRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityTypesResponse
- func (*MsgSecurityTypesResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityTypesResponse) GetCFICode() string
- func (m *MsgSecurityTypesResponse) GetCreator() string
- func (m *MsgSecurityTypesResponse) GetLastFragment() string
- func (m *MsgSecurityTypesResponse) GetNoSecurityTypes() string
- func (m *MsgSecurityTypesResponse) GetProduct() string
- func (m *MsgSecurityTypesResponse) GetSecurityReqID() string
- func (m *MsgSecurityTypesResponse) GetSecurityResponseID() string
- func (m *MsgSecurityTypesResponse) GetSecurityResponseType() string
- func (m *MsgSecurityTypesResponse) GetSecuritySubType() string
- func (m *MsgSecurityTypesResponse) GetSecurityType() string
- func (m *MsgSecurityTypesResponse) GetSessionID() string
- func (msg *MsgSecurityTypesResponse) GetSignBytes() []byte
- func (msg *MsgSecurityTypesResponse) GetSigners() []sdk.AccAddress
- func (m *MsgSecurityTypesResponse) GetSubscriptionRequestType() string
- func (m *MsgSecurityTypesResponse) GetText() string
- func (m *MsgSecurityTypesResponse) GetTotNoSecurityTypes() string
- func (m *MsgSecurityTypesResponse) GetTradingSessionID() string
- func (m *MsgSecurityTypesResponse) GetTradingSessionSubID() string
- func (m *MsgSecurityTypesResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityTypesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityTypesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityTypesResponse) ProtoMessage()
- func (m *MsgSecurityTypesResponse) Reset()
- func (msg *MsgSecurityTypesResponse) Route() string
- func (m *MsgSecurityTypesResponse) Size() (n int)
- func (m *MsgSecurityTypesResponse) String() string
- func (msg *MsgSecurityTypesResponse) Type() string
- func (m *MsgSecurityTypesResponse) Unmarshal(dAtA []byte) error
- func (msg *MsgSecurityTypesResponse) ValidateBasic() error
- func (m *MsgSecurityTypesResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityTypesResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityTypesResponse) XXX_Size() int
- func (m *MsgSecurityTypesResponse) XXX_Unmarshal(b []byte) error
- type MsgSecurityTypesResponseResponse
- func (*MsgSecurityTypesResponseResponse) Descriptor() ([]byte, []int)
- func (m *MsgSecurityTypesResponseResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgSecurityTypesResponseResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgSecurityTypesResponseResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgSecurityTypesResponseResponse) ProtoMessage()
- func (m *MsgSecurityTypesResponseResponse) Reset()
- func (m *MsgSecurityTypesResponseResponse) Size() (n int)
- func (m *MsgSecurityTypesResponseResponse) String() string
- func (m *MsgSecurityTypesResponseResponse) Unmarshal(dAtA []byte) error
- func (m *MsgSecurityTypesResponseResponse) XXX_DiscardUnknown()
- func (m *MsgSecurityTypesResponseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgSecurityTypesResponseResponse) XXX_Merge(src proto.Message)
- func (m *MsgSecurityTypesResponseResponse) XXX_Size() int
- func (m *MsgSecurityTypesResponseResponse) XXX_Unmarshal(b []byte) error
- type MsgServer
- type MsgTerminateLogon
- func (*MsgTerminateLogon) Descriptor() ([]byte, []int)
- func (m *MsgTerminateLogon) GetAddress() string
- func (m *MsgTerminateLogon) GetInitiatorAddress() string
- func (m *MsgTerminateLogon) GetSessionID() string
- func (msg *MsgTerminateLogon) GetSignBytes() []byte
- func (msg *MsgTerminateLogon) GetSigners() []sdk.AccAddress
- func (m *MsgTerminateLogon) Marshal() (dAtA []byte, err error)
- func (m *MsgTerminateLogon) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTerminateLogon) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTerminateLogon) ProtoMessage()
- func (m *MsgTerminateLogon) Reset()
- func (msg *MsgTerminateLogon) Route() string
- func (m *MsgTerminateLogon) Size() (n int)
- func (m *MsgTerminateLogon) String() string
- func (msg *MsgTerminateLogon) Type() string
- func (m *MsgTerminateLogon) Unmarshal(dAtA []byte) error
- func (msg *MsgTerminateLogon) ValidateBasic() error
- func (m *MsgTerminateLogon) XXX_DiscardUnknown()
- func (m *MsgTerminateLogon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTerminateLogon) XXX_Merge(src proto.Message)
- func (m *MsgTerminateLogon) XXX_Size() int
- func (m *MsgTerminateLogon) XXX_Unmarshal(b []byte) error
- type MsgTerminateLogonResponse
- func (*MsgTerminateLogonResponse) Descriptor() ([]byte, []int)
- func (m *MsgTerminateLogonResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTerminateLogonResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTerminateLogonResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTerminateLogonResponse) ProtoMessage()
- func (m *MsgTerminateLogonResponse) Reset()
- func (m *MsgTerminateLogonResponse) Size() (n int)
- func (m *MsgTerminateLogonResponse) String() string
- func (m *MsgTerminateLogonResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTerminateLogonResponse) XXX_DiscardUnknown()
- func (m *MsgTerminateLogonResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTerminateLogonResponse) XXX_Merge(src proto.Message)
- func (m *MsgTerminateLogonResponse) XXX_Size() int
- func (m *MsgTerminateLogonResponse) XXX_Unmarshal(b []byte) error
- type MsgTradeCaptureReport
- func (*MsgTradeCaptureReport) Descriptor() ([]byte, []int)
- func (m *MsgTradeCaptureReport) GetCreator() string
- func (m *MsgTradeCaptureReport) GetExecID() string
- func (m *MsgTradeCaptureReport) GetGrossTradeAmt() string
- func (m *MsgTradeCaptureReport) GetLastPx() string
- func (m *MsgTradeCaptureReport) GetLastQty() string
- func (m *MsgTradeCaptureReport) GetOrderID() string
- func (m *MsgTradeCaptureReport) GetOrderQty() string
- func (m *MsgTradeCaptureReport) GetOrigTradeID() string
- func (m *MsgTradeCaptureReport) GetSecurityID() string
- func (m *MsgTradeCaptureReport) GetSecurityIDSource() string
- func (m *MsgTradeCaptureReport) GetSessionID() string
- func (m *MsgTradeCaptureReport) GetSettlDate() string
- func (m *MsgTradeCaptureReport) GetSettlType() string
- func (m *MsgTradeCaptureReport) GetSide() string
- func (msg *MsgTradeCaptureReport) GetSignBytes() []byte
- func (msg *MsgTradeCaptureReport) GetSigners() []sdk.AccAddress
- func (m *MsgTradeCaptureReport) GetSymbol() string
- func (m *MsgTradeCaptureReport) GetTradeDate() string
- func (m *MsgTradeCaptureReport) GetTradeID() string
- func (m *MsgTradeCaptureReport) GetTradeReportID() string
- func (m *MsgTradeCaptureReport) GetTradeReportTransType() string
- func (m *MsgTradeCaptureReport) GetTradeReportType() string
- func (m *MsgTradeCaptureReport) GetTransactTime() string
- func (m *MsgTradeCaptureReport) GetTrdSubType() string
- func (m *MsgTradeCaptureReport) GetTrdType() string
- func (m *MsgTradeCaptureReport) Marshal() (dAtA []byte, err error)
- func (m *MsgTradeCaptureReport) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradeCaptureReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradeCaptureReport) ProtoMessage()
- func (m *MsgTradeCaptureReport) Reset()
- func (msg *MsgTradeCaptureReport) Route() string
- func (m *MsgTradeCaptureReport) Size() (n int)
- func (m *MsgTradeCaptureReport) String() string
- func (msg *MsgTradeCaptureReport) Type() string
- func (m *MsgTradeCaptureReport) Unmarshal(dAtA []byte) error
- func (msg *MsgTradeCaptureReport) ValidateBasic() error
- func (m *MsgTradeCaptureReport) XXX_DiscardUnknown()
- func (m *MsgTradeCaptureReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradeCaptureReport) XXX_Merge(src proto.Message)
- func (m *MsgTradeCaptureReport) XXX_Size() int
- func (m *MsgTradeCaptureReport) XXX_Unmarshal(b []byte) error
- type MsgTradeCaptureReportAcknowledgement
- func (*MsgTradeCaptureReportAcknowledgement) Descriptor() ([]byte, []int)
- func (m *MsgTradeCaptureReportAcknowledgement) GetCreator() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetExecType() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetSecondaryTradeID() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetSecondaryTradeReportID() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetSessionID() string
- func (msg *MsgTradeCaptureReportAcknowledgement) GetSignBytes() []byte
- func (msg *MsgTradeCaptureReportAcknowledgement) GetSigners() []sdk.AccAddress
- func (m *MsgTradeCaptureReportAcknowledgement) GetText() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetTradeID() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetTradeReportID() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetTradeReportRefID() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetTradeReportRejectReason() int64
- func (m *MsgTradeCaptureReportAcknowledgement) GetTradeReportStatus() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetTradeReportType() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetTradeTransType() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetTrdSubType() string
- func (m *MsgTradeCaptureReportAcknowledgement) GetTrdType() string
- func (m *MsgTradeCaptureReportAcknowledgement) Marshal() (dAtA []byte, err error)
- func (m *MsgTradeCaptureReportAcknowledgement) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradeCaptureReportAcknowledgement) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradeCaptureReportAcknowledgement) ProtoMessage()
- func (m *MsgTradeCaptureReportAcknowledgement) Reset()
- func (msg *MsgTradeCaptureReportAcknowledgement) Route() string
- func (m *MsgTradeCaptureReportAcknowledgement) Size() (n int)
- func (m *MsgTradeCaptureReportAcknowledgement) String() string
- func (msg *MsgTradeCaptureReportAcknowledgement) Type() string
- func (m *MsgTradeCaptureReportAcknowledgement) Unmarshal(dAtA []byte) error
- func (msg *MsgTradeCaptureReportAcknowledgement) ValidateBasic() error
- func (m *MsgTradeCaptureReportAcknowledgement) XXX_DiscardUnknown()
- func (m *MsgTradeCaptureReportAcknowledgement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradeCaptureReportAcknowledgement) XXX_Merge(src proto.Message)
- func (m *MsgTradeCaptureReportAcknowledgement) XXX_Size() int
- func (m *MsgTradeCaptureReportAcknowledgement) XXX_Unmarshal(b []byte) error
- type MsgTradeCaptureReportAcknowledgementResponse
- func (*MsgTradeCaptureReportAcknowledgementResponse) Descriptor() ([]byte, []int)
- func (m *MsgTradeCaptureReportAcknowledgementResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTradeCaptureReportAcknowledgementResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradeCaptureReportAcknowledgementResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradeCaptureReportAcknowledgementResponse) ProtoMessage()
- func (m *MsgTradeCaptureReportAcknowledgementResponse) Reset()
- func (m *MsgTradeCaptureReportAcknowledgementResponse) Size() (n int)
- func (m *MsgTradeCaptureReportAcknowledgementResponse) String() string
- func (m *MsgTradeCaptureReportAcknowledgementResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTradeCaptureReportAcknowledgementResponse) XXX_DiscardUnknown()
- func (m *MsgTradeCaptureReportAcknowledgementResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradeCaptureReportAcknowledgementResponse) XXX_Merge(src proto.Message)
- func (m *MsgTradeCaptureReportAcknowledgementResponse) XXX_Size() int
- func (m *MsgTradeCaptureReportAcknowledgementResponse) XXX_Unmarshal(b []byte) error
- type MsgTradeCaptureReportRejection
- func (*MsgTradeCaptureReportRejection) Descriptor() ([]byte, []int)
- func (m *MsgTradeCaptureReportRejection) GetCreator() string
- func (m *MsgTradeCaptureReportRejection) GetSessionID() string
- func (msg *MsgTradeCaptureReportRejection) GetSignBytes() []byte
- func (msg *MsgTradeCaptureReportRejection) GetSigners() []sdk.AccAddress
- func (m *MsgTradeCaptureReportRejection) GetText() string
- func (m *MsgTradeCaptureReportRejection) GetTradeReportID() string
- func (m *MsgTradeCaptureReportRejection) GetTradeReportRejectReason() int64
- func (m *MsgTradeCaptureReportRejection) GetTradeReportRejectRefID() string
- func (m *MsgTradeCaptureReportRejection) Marshal() (dAtA []byte, err error)
- func (m *MsgTradeCaptureReportRejection) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradeCaptureReportRejection) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradeCaptureReportRejection) ProtoMessage()
- func (m *MsgTradeCaptureReportRejection) Reset()
- func (msg *MsgTradeCaptureReportRejection) Route() string
- func (m *MsgTradeCaptureReportRejection) Size() (n int)
- func (m *MsgTradeCaptureReportRejection) String() string
- func (msg *MsgTradeCaptureReportRejection) Type() string
- func (m *MsgTradeCaptureReportRejection) Unmarshal(dAtA []byte) error
- func (msg *MsgTradeCaptureReportRejection) ValidateBasic() error
- func (m *MsgTradeCaptureReportRejection) XXX_DiscardUnknown()
- func (m *MsgTradeCaptureReportRejection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradeCaptureReportRejection) XXX_Merge(src proto.Message)
- func (m *MsgTradeCaptureReportRejection) XXX_Size() int
- func (m *MsgTradeCaptureReportRejection) XXX_Unmarshal(b []byte) error
- type MsgTradeCaptureReportRejectionResponse
- func (*MsgTradeCaptureReportRejectionResponse) Descriptor() ([]byte, []int)
- func (m *MsgTradeCaptureReportRejectionResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTradeCaptureReportRejectionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradeCaptureReportRejectionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradeCaptureReportRejectionResponse) ProtoMessage()
- func (m *MsgTradeCaptureReportRejectionResponse) Reset()
- func (m *MsgTradeCaptureReportRejectionResponse) Size() (n int)
- func (m *MsgTradeCaptureReportRejectionResponse) String() string
- func (m *MsgTradeCaptureReportRejectionResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTradeCaptureReportRejectionResponse) XXX_DiscardUnknown()
- func (m *MsgTradeCaptureReportRejectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradeCaptureReportRejectionResponse) XXX_Merge(src proto.Message)
- func (m *MsgTradeCaptureReportRejectionResponse) XXX_Size() int
- func (m *MsgTradeCaptureReportRejectionResponse) XXX_Unmarshal(b []byte) error
- type MsgTradeCaptureReportResponse
- func (*MsgTradeCaptureReportResponse) Descriptor() ([]byte, []int)
- func (m *MsgTradeCaptureReportResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTradeCaptureReportResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradeCaptureReportResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradeCaptureReportResponse) ProtoMessage()
- func (m *MsgTradeCaptureReportResponse) Reset()
- func (m *MsgTradeCaptureReportResponse) Size() (n int)
- func (m *MsgTradeCaptureReportResponse) String() string
- func (m *MsgTradeCaptureReportResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTradeCaptureReportResponse) XXX_DiscardUnknown()
- func (m *MsgTradeCaptureReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradeCaptureReportResponse) XXX_Merge(src proto.Message)
- func (m *MsgTradeCaptureReportResponse) XXX_Size() int
- func (m *MsgTradeCaptureReportResponse) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionListRequest
- func (*MsgTradingSessionListRequest) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionListRequest) GetCreator() string
- func (m *MsgTradingSessionListRequest) GetSecurityExchange() string
- func (m *MsgTradingSessionListRequest) GetSessionID() string
- func (msg *MsgTradingSessionListRequest) GetSignBytes() []byte
- func (msg *MsgTradingSessionListRequest) GetSigners() []sdk.AccAddress
- func (m *MsgTradingSessionListRequest) GetSubscriptionRequestType() string
- func (m *MsgTradingSessionListRequest) GetTradSesMethod() string
- func (m *MsgTradingSessionListRequest) GetTradSesMode() string
- func (m *MsgTradingSessionListRequest) GetTradSesReqID() string
- func (m *MsgTradingSessionListRequest) GetTradingSessionID() string
- func (m *MsgTradingSessionListRequest) GetTradingSessionSubID() string
- func (m *MsgTradingSessionListRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionListRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionListRequest) ProtoMessage()
- func (m *MsgTradingSessionListRequest) Reset()
- func (msg *MsgTradingSessionListRequest) Route() string
- func (m *MsgTradingSessionListRequest) Size() (n int)
- func (m *MsgTradingSessionListRequest) String() string
- func (msg *MsgTradingSessionListRequest) Type() string
- func (m *MsgTradingSessionListRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgTradingSessionListRequest) ValidateBasic() error
- func (m *MsgTradingSessionListRequest) XXX_DiscardUnknown()
- func (m *MsgTradingSessionListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionListRequest) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionListRequest) XXX_Size() int
- func (m *MsgTradingSessionListRequest) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionListRequestReject
- func (*MsgTradingSessionListRequestReject) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionListRequestReject) GetCreator() string
- func (m *MsgTradingSessionListRequestReject) GetSessionID() string
- func (msg *MsgTradingSessionListRequestReject) GetSignBytes() []byte
- func (msg *MsgTradingSessionListRequestReject) GetSigners() []sdk.AccAddress
- func (m *MsgTradingSessionListRequestReject) GetText() string
- func (m *MsgTradingSessionListRequestReject) GetTradSesReqID() string
- func (m *MsgTradingSessionListRequestReject) GetTradSesStatus() string
- func (m *MsgTradingSessionListRequestReject) GetTradSesStatusRejReason() string
- func (m *MsgTradingSessionListRequestReject) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionListRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionListRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionListRequestReject) ProtoMessage()
- func (m *MsgTradingSessionListRequestReject) Reset()
- func (msg *MsgTradingSessionListRequestReject) Route() string
- func (m *MsgTradingSessionListRequestReject) Size() (n int)
- func (m *MsgTradingSessionListRequestReject) String() string
- func (msg *MsgTradingSessionListRequestReject) Type() string
- func (m *MsgTradingSessionListRequestReject) Unmarshal(dAtA []byte) error
- func (msg *MsgTradingSessionListRequestReject) ValidateBasic() error
- func (m *MsgTradingSessionListRequestReject) XXX_DiscardUnknown()
- func (m *MsgTradingSessionListRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionListRequestReject) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionListRequestReject) XXX_Size() int
- func (m *MsgTradingSessionListRequestReject) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionListRequestRejectResponse
- func (*MsgTradingSessionListRequestRejectResponse) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionListRequestRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionListRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionListRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionListRequestRejectResponse) ProtoMessage()
- func (m *MsgTradingSessionListRequestRejectResponse) Reset()
- func (m *MsgTradingSessionListRequestRejectResponse) Size() (n int)
- func (m *MsgTradingSessionListRequestRejectResponse) String() string
- func (m *MsgTradingSessionListRequestRejectResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTradingSessionListRequestRejectResponse) XXX_DiscardUnknown()
- func (m *MsgTradingSessionListRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionListRequestRejectResponse) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionListRequestRejectResponse) XXX_Size() int
- func (m *MsgTradingSessionListRequestRejectResponse) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionListRequestResponse
- func (*MsgTradingSessionListRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionListRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionListRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionListRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionListRequestResponse) ProtoMessage()
- func (m *MsgTradingSessionListRequestResponse) Reset()
- func (m *MsgTradingSessionListRequestResponse) Size() (n int)
- func (m *MsgTradingSessionListRequestResponse) String() string
- func (m *MsgTradingSessionListRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTradingSessionListRequestResponse) XXX_DiscardUnknown()
- func (m *MsgTradingSessionListRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionListRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionListRequestResponse) XXX_Size() int
- func (m *MsgTradingSessionListRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionListResponse
- func (*MsgTradingSessionListResponse) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionListResponse) GetCreator() string
- func (m *MsgTradingSessionListResponse) GetNoTradingSessions() string
- func (m *MsgTradingSessionListResponse) GetSecurityExchange() string
- func (m *MsgTradingSessionListResponse) GetSessionID() string
- func (msg *MsgTradingSessionListResponse) GetSignBytes() []byte
- func (msg *MsgTradingSessionListResponse) GetSigners() []sdk.AccAddress
- func (m *MsgTradingSessionListResponse) GetTradSesCloseTime() string
- func (m *MsgTradingSessionListResponse) GetTradSesEndTime() string
- func (m *MsgTradingSessionListResponse) GetTradSesMethod() string
- func (m *MsgTradingSessionListResponse) GetTradSesMode() string
- func (m *MsgTradingSessionListResponse) GetTradSesOpenTime() string
- func (m *MsgTradingSessionListResponse) GetTradSesPreCloseTime() string
- func (m *MsgTradingSessionListResponse) GetTradSesReqID() string
- func (m *MsgTradingSessionListResponse) GetTradSesStartTime() string
- func (m *MsgTradingSessionListResponse) GetTradSesStatus() string
- func (m *MsgTradingSessionListResponse) GetTradSesStatusRejReason() string
- func (m *MsgTradingSessionListResponse) GetTradingSessionID() string
- func (m *MsgTradingSessionListResponse) GetTradingSessionSubID() string
- func (m *MsgTradingSessionListResponse) GetUnsolicitedIndicator() string
- func (m *MsgTradingSessionListResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionListResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionListResponse) ProtoMessage()
- func (m *MsgTradingSessionListResponse) Reset()
- func (msg *MsgTradingSessionListResponse) Route() string
- func (m *MsgTradingSessionListResponse) Size() (n int)
- func (m *MsgTradingSessionListResponse) String() string
- func (msg *MsgTradingSessionListResponse) Type() string
- func (m *MsgTradingSessionListResponse) Unmarshal(dAtA []byte) error
- func (msg *MsgTradingSessionListResponse) ValidateBasic() error
- func (m *MsgTradingSessionListResponse) XXX_DiscardUnknown()
- func (m *MsgTradingSessionListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionListResponse) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionListResponse) XXX_Size() int
- func (m *MsgTradingSessionListResponse) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionListResponseResponse
- func (*MsgTradingSessionListResponseResponse) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionListResponseResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionListResponseResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionListResponseResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionListResponseResponse) ProtoMessage()
- func (m *MsgTradingSessionListResponseResponse) Reset()
- func (m *MsgTradingSessionListResponseResponse) Size() (n int)
- func (m *MsgTradingSessionListResponseResponse) String() string
- func (m *MsgTradingSessionListResponseResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTradingSessionListResponseResponse) XXX_DiscardUnknown()
- func (m *MsgTradingSessionListResponseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionListResponseResponse) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionListResponseResponse) XXX_Size() int
- func (m *MsgTradingSessionListResponseResponse) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionStatus
- func (*MsgTradingSessionStatus) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionStatus) GetCreator() string
- func (m *MsgTradingSessionStatus) GetMarketID() string
- func (m *MsgTradingSessionStatus) GetMarketSegmentID() string
- func (m *MsgTradingSessionStatus) GetSecurityExchange() string
- func (m *MsgTradingSessionStatus) GetSecurityID() string
- func (m *MsgTradingSessionStatus) GetSecurityIDSource() string
- func (m *MsgTradingSessionStatus) GetSessionID() string
- func (msg *MsgTradingSessionStatus) GetSignBytes() []byte
- func (msg *MsgTradingSessionStatus) GetSigners() []sdk.AccAddress
- func (m *MsgTradingSessionStatus) GetSymbol() string
- func (m *MsgTradingSessionStatus) GetTotalVolumeTraded() int32
- func (m *MsgTradingSessionStatus) GetTradSesCloseTime() string
- func (m *MsgTradingSessionStatus) GetTradSesEndTime() string
- func (m *MsgTradingSessionStatus) GetTradSesHighPx() string
- func (m *MsgTradingSessionStatus) GetTradSesLowPx() string
- func (m *MsgTradingSessionStatus) GetTradSesOpenTime() string
- func (m *MsgTradingSessionStatus) GetTradSesPreCloseTime() string
- func (m *MsgTradingSessionStatus) GetTradSesReqID() string
- func (m *MsgTradingSessionStatus) GetTradSesStartTime() string
- func (m *MsgTradingSessionStatus) GetTradSesStatus() int32
- func (m *MsgTradingSessionStatus) GetTradSesStatusRejReason() int32
- func (m *MsgTradingSessionStatus) GetTradingSessionID() string
- func (m *MsgTradingSessionStatus) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionStatus) ProtoMessage()
- func (m *MsgTradingSessionStatus) Reset()
- func (msg *MsgTradingSessionStatus) Route() string
- func (m *MsgTradingSessionStatus) Size() (n int)
- func (m *MsgTradingSessionStatus) String() string
- func (msg *MsgTradingSessionStatus) Type() string
- func (m *MsgTradingSessionStatus) Unmarshal(dAtA []byte) error
- func (msg *MsgTradingSessionStatus) ValidateBasic() error
- func (m *MsgTradingSessionStatus) XXX_DiscardUnknown()
- func (m *MsgTradingSessionStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionStatus) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionStatus) XXX_Size() int
- func (m *MsgTradingSessionStatus) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionStatusRequest
- func (*MsgTradingSessionStatusRequest) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionStatusRequest) GetCreator() string
- func (m *MsgTradingSessionStatusRequest) GetExpirationDate() string
- func (m *MsgTradingSessionStatusRequest) GetMarketID() string
- func (m *MsgTradingSessionStatusRequest) GetMarketSegmentID() string
- func (m *MsgTradingSessionStatusRequest) GetSecurityExchange() string
- func (m *MsgTradingSessionStatusRequest) GetSecurityID() string
- func (m *MsgTradingSessionStatusRequest) GetSecurityIDSource() string
- func (m *MsgTradingSessionStatusRequest) GetSessionID() string
- func (msg *MsgTradingSessionStatusRequest) GetSignBytes() []byte
- func (msg *MsgTradingSessionStatusRequest) GetSigners() []sdk.AccAddress
- func (m *MsgTradingSessionStatusRequest) GetSubscriptionRequest() string
- func (m *MsgTradingSessionStatusRequest) GetSymbol() string
- func (m *MsgTradingSessionStatusRequest) GetTradSesMode() int32
- func (m *MsgTradingSessionStatusRequest) GetTradSesReqID() string
- func (m *MsgTradingSessionStatusRequest) GetTradSesReqType() int32
- func (m *MsgTradingSessionStatusRequest) GetTradSesSubReqType() int32
- func (m *MsgTradingSessionStatusRequest) GetTradingSessionDate() string
- func (m *MsgTradingSessionStatusRequest) GetTradingSessionID() string
- func (m *MsgTradingSessionStatusRequest) GetTradingSessionSubID() string
- func (m *MsgTradingSessionStatusRequest) GetTradingSessionSubTime() string
- func (m *MsgTradingSessionStatusRequest) GetTradingSessionTime() string
- func (m *MsgTradingSessionStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionStatusRequest) ProtoMessage()
- func (m *MsgTradingSessionStatusRequest) Reset()
- func (msg *MsgTradingSessionStatusRequest) Route() string
- func (m *MsgTradingSessionStatusRequest) Size() (n int)
- func (m *MsgTradingSessionStatusRequest) String() string
- func (msg *MsgTradingSessionStatusRequest) Type() string
- func (m *MsgTradingSessionStatusRequest) Unmarshal(dAtA []byte) error
- func (msg *MsgTradingSessionStatusRequest) ValidateBasic() error
- func (m *MsgTradingSessionStatusRequest) XXX_DiscardUnknown()
- func (m *MsgTradingSessionStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionStatusRequest) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionStatusRequest) XXX_Size() int
- func (m *MsgTradingSessionStatusRequest) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionStatusRequestReject
- func (*MsgTradingSessionStatusRequestReject) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionStatusRequestReject) GetCreator() string
- func (m *MsgTradingSessionStatusRequestReject) GetRefMsgType() string
- func (m *MsgTradingSessionStatusRequestReject) GetRefSeqNum() string
- func (m *MsgTradingSessionStatusRequestReject) GetSessionID() string
- func (m *MsgTradingSessionStatusRequestReject) GetSessionRejectReason() int32
- func (msg *MsgTradingSessionStatusRequestReject) GetSignBytes() []byte
- func (msg *MsgTradingSessionStatusRequestReject) GetSigners() []sdk.AccAddress
- func (m *MsgTradingSessionStatusRequestReject) GetText() string
- func (m *MsgTradingSessionStatusRequestReject) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionStatusRequestReject) ProtoMessage()
- func (m *MsgTradingSessionStatusRequestReject) Reset()
- func (msg *MsgTradingSessionStatusRequestReject) Route() string
- func (m *MsgTradingSessionStatusRequestReject) Size() (n int)
- func (m *MsgTradingSessionStatusRequestReject) String() string
- func (msg *MsgTradingSessionStatusRequestReject) Type() string
- func (m *MsgTradingSessionStatusRequestReject) Unmarshal(dAtA []byte) error
- func (msg *MsgTradingSessionStatusRequestReject) ValidateBasic() error
- func (m *MsgTradingSessionStatusRequestReject) XXX_DiscardUnknown()
- func (m *MsgTradingSessionStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionStatusRequestReject) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionStatusRequestReject) XXX_Size() int
- func (m *MsgTradingSessionStatusRequestReject) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionStatusRequestRejectResponse
- func (*MsgTradingSessionStatusRequestRejectResponse) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionStatusRequestRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionStatusRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionStatusRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionStatusRequestRejectResponse) ProtoMessage()
- func (m *MsgTradingSessionStatusRequestRejectResponse) Reset()
- func (m *MsgTradingSessionStatusRequestRejectResponse) Size() (n int)
- func (m *MsgTradingSessionStatusRequestRejectResponse) String() string
- func (m *MsgTradingSessionStatusRequestRejectResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTradingSessionStatusRequestRejectResponse) XXX_DiscardUnknown()
- func (m *MsgTradingSessionStatusRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionStatusRequestRejectResponse) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionStatusRequestRejectResponse) XXX_Size() int
- func (m *MsgTradingSessionStatusRequestRejectResponse) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionStatusRequestResponse
- func (*MsgTradingSessionStatusRequestResponse) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionStatusRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionStatusRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionStatusRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionStatusRequestResponse) ProtoMessage()
- func (m *MsgTradingSessionStatusRequestResponse) Reset()
- func (m *MsgTradingSessionStatusRequestResponse) Size() (n int)
- func (m *MsgTradingSessionStatusRequestResponse) String() string
- func (m *MsgTradingSessionStatusRequestResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTradingSessionStatusRequestResponse) XXX_DiscardUnknown()
- func (m *MsgTradingSessionStatusRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionStatusRequestResponse) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionStatusRequestResponse) XXX_Size() int
- func (m *MsgTradingSessionStatusRequestResponse) XXX_Unmarshal(b []byte) error
- type MsgTradingSessionStatusResponse
- func (*MsgTradingSessionStatusResponse) Descriptor() ([]byte, []int)
- func (m *MsgTradingSessionStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgTradingSessionStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgTradingSessionStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgTradingSessionStatusResponse) ProtoMessage()
- func (m *MsgTradingSessionStatusResponse) Reset()
- func (m *MsgTradingSessionStatusResponse) Size() (n int)
- func (m *MsgTradingSessionStatusResponse) String() string
- func (m *MsgTradingSessionStatusResponse) Unmarshal(dAtA []byte) error
- func (m *MsgTradingSessionStatusResponse) XXX_DiscardUnknown()
- func (m *MsgTradingSessionStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgTradingSessionStatusResponse) XXX_Merge(src proto.Message)
- func (m *MsgTradingSessionStatusResponse) XXX_Size() int
- func (m *MsgTradingSessionStatusResponse) XXX_Unmarshal(b []byte) error
- type MsgUpdateAccount
- func (*MsgUpdateAccount) Descriptor() ([]byte, []int)
- func (m *MsgUpdateAccount) GetAddress() string
- func (m *MsgUpdateAccount) GetCompanyName() string
- func (m *MsgUpdateAccount) GetCreator() string
- func (msg *MsgUpdateAccount) GetSignBytes() []byte
- func (msg *MsgUpdateAccount) GetSigners() []sdk.AccAddress
- func (m *MsgUpdateAccount) GetSocialMediaLinks() string
- func (m *MsgUpdateAccount) GetWebsite() string
- func (m *MsgUpdateAccount) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateAccount) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateAccount) ProtoMessage()
- func (m *MsgUpdateAccount) Reset()
- func (msg *MsgUpdateAccount) Route() string
- func (m *MsgUpdateAccount) Size() (n int)
- func (m *MsgUpdateAccount) String() string
- func (msg *MsgUpdateAccount) Type() string
- func (m *MsgUpdateAccount) Unmarshal(dAtA []byte) error
- func (msg *MsgUpdateAccount) ValidateBasic() error
- func (m *MsgUpdateAccount) XXX_DiscardUnknown()
- func (m *MsgUpdateAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateAccount) XXX_Merge(src proto.Message)
- func (m *MsgUpdateAccount) XXX_Size() int
- func (m *MsgUpdateAccount) XXX_Unmarshal(b []byte) error
- type MsgUpdateAccountResponse
- func (*MsgUpdateAccountResponse) Descriptor() ([]byte, []int)
- func (m *MsgUpdateAccountResponse) Marshal() (dAtA []byte, err error)
- func (m *MsgUpdateAccountResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *MsgUpdateAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*MsgUpdateAccountResponse) ProtoMessage()
- func (m *MsgUpdateAccountResponse) Reset()
- func (m *MsgUpdateAccountResponse) Size() (n int)
- func (m *MsgUpdateAccountResponse) String() string
- func (m *MsgUpdateAccountResponse) Unmarshal(dAtA []byte) error
- func (m *MsgUpdateAccountResponse) XXX_DiscardUnknown()
- func (m *MsgUpdateAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MsgUpdateAccountResponse) XXX_Merge(src proto.Message)
- func (m *MsgUpdateAccountResponse) XXX_Size() int
- func (m *MsgUpdateAccountResponse) XXX_Unmarshal(b []byte) error
- type OrderMassStatus
- func (*OrderMassStatus) Descriptor() ([]byte, []int)
- func (m *OrderMassStatus) GetOrderMassStatusReport() *OrderMassStatusReport
- func (m *OrderMassStatus) GetOrderMassStatusRequest() *OrderMassStatusRequest
- func (m *OrderMassStatus) GetOrderMassStatusRequestReject() *OrderMassStatusRequestReject
- func (m *OrderMassStatus) GetSessionID() string
- func (m *OrderMassStatus) Marshal() (dAtA []byte, err error)
- func (m *OrderMassStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *OrderMassStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OrderMassStatus) ProtoMessage()
- func (m *OrderMassStatus) Reset()
- func (m *OrderMassStatus) Size() (n int)
- func (m *OrderMassStatus) String() string
- func (m *OrderMassStatus) Unmarshal(dAtA []byte) error
- func (m *OrderMassStatus) XXX_DiscardUnknown()
- func (m *OrderMassStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderMassStatus) XXX_Merge(src proto.Message)
- func (m *OrderMassStatus) XXX_Size() int
- func (m *OrderMassStatus) XXX_Unmarshal(b []byte) error
- type OrderMassStatusReport
- func (*OrderMassStatusReport) Descriptor() ([]byte, []int)
- func (m *OrderMassStatusReport) GetAccount() string
- func (m *OrderMassStatusReport) GetAvgPx() string
- func (m *OrderMassStatusReport) GetClOrdID() string
- func (m *OrderMassStatusReport) GetCumQty() string
- func (m *OrderMassStatusReport) GetExecType() string
- func (m *OrderMassStatusReport) GetHeader() *Header
- func (m *OrderMassStatusReport) GetLastPx() string
- func (m *OrderMassStatusReport) GetLeavesQty() string
- func (m *OrderMassStatusReport) GetMassStatusReqID() string
- func (m *OrderMassStatusReport) GetOrdQty() string
- func (m *OrderMassStatusReport) GetOrdStatus() string
- func (m *OrderMassStatusReport) GetSecurityID() string
- func (m *OrderMassStatusReport) GetSymbol() string
- func (m *OrderMassStatusReport) GetTradingSessionID() string
- func (m *OrderMassStatusReport) GetTrailer() *Trailer
- func (m *OrderMassStatusReport) Marshal() (dAtA []byte, err error)
- func (m *OrderMassStatusReport) MarshalTo(dAtA []byte) (int, error)
- func (m *OrderMassStatusReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OrderMassStatusReport) ProtoMessage()
- func (m *OrderMassStatusReport) Reset()
- func (m *OrderMassStatusReport) Size() (n int)
- func (m *OrderMassStatusReport) String() string
- func (m *OrderMassStatusReport) Unmarshal(dAtA []byte) error
- func (m *OrderMassStatusReport) XXX_DiscardUnknown()
- func (m *OrderMassStatusReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderMassStatusReport) XXX_Merge(src proto.Message)
- func (m *OrderMassStatusReport) XXX_Size() int
- func (m *OrderMassStatusReport) XXX_Unmarshal(b []byte) error
- type OrderMassStatusRequest
- func (*OrderMassStatusRequest) Descriptor() ([]byte, []int)
- func (m *OrderMassStatusRequest) GetAccount() string
- func (m *OrderMassStatusRequest) GetClOrdID() string
- func (m *OrderMassStatusRequest) GetHeader() *Header
- func (m *OrderMassStatusRequest) GetMassStatusReqID() string
- func (m *OrderMassStatusRequest) GetMassStatusReqType() string
- func (m *OrderMassStatusRequest) GetSecurityID() string
- func (m *OrderMassStatusRequest) GetSymbol() string
- func (m *OrderMassStatusRequest) GetTradingSessionID() string
- func (m *OrderMassStatusRequest) GetTrailer() *Trailer
- func (m *OrderMassStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *OrderMassStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *OrderMassStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OrderMassStatusRequest) ProtoMessage()
- func (m *OrderMassStatusRequest) Reset()
- func (m *OrderMassStatusRequest) Size() (n int)
- func (m *OrderMassStatusRequest) String() string
- func (m *OrderMassStatusRequest) Unmarshal(dAtA []byte) error
- func (m *OrderMassStatusRequest) XXX_DiscardUnknown()
- func (m *OrderMassStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderMassStatusRequest) XXX_Merge(src proto.Message)
- func (m *OrderMassStatusRequest) XXX_Size() int
- func (m *OrderMassStatusRequest) XXX_Unmarshal(b []byte) error
- type OrderMassStatusRequestReject
- func (*OrderMassStatusRequestReject) Descriptor() ([]byte, []int)
- func (m *OrderMassStatusRequestReject) GetHeader() *Header
- func (m *OrderMassStatusRequestReject) GetRefSeqID() string
- func (m *OrderMassStatusRequestReject) GetRejCode() string
- func (m *OrderMassStatusRequestReject) GetText() string
- func (m *OrderMassStatusRequestReject) GetTrailer() *Trailer
- func (m *OrderMassStatusRequestReject) Marshal() (dAtA []byte, err error)
- func (m *OrderMassStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *OrderMassStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OrderMassStatusRequestReject) ProtoMessage()
- func (m *OrderMassStatusRequestReject) Reset()
- func (m *OrderMassStatusRequestReject) Size() (n int)
- func (m *OrderMassStatusRequestReject) String() string
- func (m *OrderMassStatusRequestReject) Unmarshal(dAtA []byte) error
- func (m *OrderMassStatusRequestReject) XXX_DiscardUnknown()
- func (m *OrderMassStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrderMassStatusRequestReject) XXX_Merge(src proto.Message)
- func (m *OrderMassStatusRequestReject) XXX_Size() int
- func (m *OrderMassStatusRequestReject) XXX_Unmarshal(b []byte) error
- type Orders
- func (*Orders) Descriptor() ([]byte, []int)
- func (m *Orders) GetClOrdID() string
- func (m *Orders) GetHeader() *Header
- func (m *Orders) GetOrdType() int64
- func (m *Orders) GetOrderQty() string
- func (m *Orders) GetPrice() string
- func (m *Orders) GetSessionID() string
- func (m *Orders) GetSide() int64
- func (m *Orders) GetSymbol() string
- func (m *Orders) GetText() string
- func (m *Orders) GetTimeInForce() int64
- func (m *Orders) GetTrailer() *Trailer
- func (m *Orders) GetTransactTime() string
- func (m *Orders) Marshal() (dAtA []byte, err error)
- func (m *Orders) MarshalTo(dAtA []byte) (int, error)
- func (m *Orders) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Orders) ProtoMessage()
- func (m *Orders) Reset()
- func (m *Orders) Size() (n int)
- func (m *Orders) String() string
- func (m *Orders) Unmarshal(dAtA []byte) error
- func (m *Orders) XXX_DiscardUnknown()
- func (m *Orders) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Orders) XXX_Merge(src proto.Message)
- func (m *Orders) XXX_Size() int
- func (m *Orders) XXX_Unmarshal(b []byte) error
- type OrdersCancelReject
- func (*OrdersCancelReject) Descriptor() ([]byte, []int)
- func (m *OrdersCancelReject) GetClOrdID() string
- func (m *OrdersCancelReject) GetCxlRejReason() int64
- func (m *OrdersCancelReject) GetCxlRejResponseTo() int64
- func (m *OrdersCancelReject) GetHeader() *Header
- func (m *OrdersCancelReject) GetOrderID() string
- func (m *OrdersCancelReject) GetOrigClOrdID() string
- func (m *OrdersCancelReject) GetSessionID() string
- func (m *OrdersCancelReject) GetTrailer() *Trailer
- func (m *OrdersCancelReject) GetTransactTime() string
- func (m *OrdersCancelReject) Marshal() (dAtA []byte, err error)
- func (m *OrdersCancelReject) MarshalTo(dAtA []byte) (int, error)
- func (m *OrdersCancelReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OrdersCancelReject) ProtoMessage()
- func (m *OrdersCancelReject) Reset()
- func (m *OrdersCancelReject) Size() (n int)
- func (m *OrdersCancelReject) String() string
- func (m *OrdersCancelReject) Unmarshal(dAtA []byte) error
- func (m *OrdersCancelReject) XXX_DiscardUnknown()
- func (m *OrdersCancelReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrdersCancelReject) XXX_Merge(src proto.Message)
- func (m *OrdersCancelReject) XXX_Size() int
- func (m *OrdersCancelReject) XXX_Unmarshal(b []byte) error
- type OrdersCancelRequest
- func (*OrdersCancelRequest) Descriptor() ([]byte, []int)
- func (m *OrdersCancelRequest) GetClOrdID() string
- func (m *OrdersCancelRequest) GetHeader() *Header
- func (m *OrdersCancelRequest) GetOrigClOrdID() string
- func (m *OrdersCancelRequest) GetSessionID() string
- func (m *OrdersCancelRequest) GetTrailer() *Trailer
- func (m *OrdersCancelRequest) Marshal() (dAtA []byte, err error)
- func (m *OrdersCancelRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *OrdersCancelRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OrdersCancelRequest) ProtoMessage()
- func (m *OrdersCancelRequest) Reset()
- func (m *OrdersCancelRequest) Size() (n int)
- func (m *OrdersCancelRequest) String() string
- func (m *OrdersCancelRequest) Unmarshal(dAtA []byte) error
- func (m *OrdersCancelRequest) XXX_DiscardUnknown()
- func (m *OrdersCancelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrdersCancelRequest) XXX_Merge(src proto.Message)
- func (m *OrdersCancelRequest) XXX_Size() int
- func (m *OrdersCancelRequest) XXX_Unmarshal(b []byte) error
- type OrdersExecutionReport
- func (*OrdersExecutionReport) Descriptor() ([]byte, []int)
- func (m *OrdersExecutionReport) GetAvgPx() int64
- func (m *OrdersExecutionReport) GetClOrdID() string
- func (m *OrdersExecutionReport) GetCumQty() int64
- func (m *OrdersExecutionReport) GetExecID() string
- func (m *OrdersExecutionReport) GetExecType() string
- func (m *OrdersExecutionReport) GetHeader() *Header
- func (m *OrdersExecutionReport) GetLastPx() int64
- func (m *OrdersExecutionReport) GetLastQty() int64
- func (m *OrdersExecutionReport) GetLeavesQty() int64
- func (m *OrdersExecutionReport) GetOrdStatus() string
- func (m *OrdersExecutionReport) GetOrderID() string
- func (m *OrdersExecutionReport) GetOrderQty() string
- func (m *OrdersExecutionReport) GetPrice() string
- func (m *OrdersExecutionReport) GetSessionID() string
- func (m *OrdersExecutionReport) GetSide() int64
- func (m *OrdersExecutionReport) GetSymbol() string
- func (m *OrdersExecutionReport) GetText() string
- func (m *OrdersExecutionReport) GetTimeInForce() int64
- func (m *OrdersExecutionReport) GetTrailer() *Trailer
- func (m *OrdersExecutionReport) GetTransactTime() string
- func (m *OrdersExecutionReport) Marshal() (dAtA []byte, err error)
- func (m *OrdersExecutionReport) MarshalTo(dAtA []byte) (int, error)
- func (m *OrdersExecutionReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*OrdersExecutionReport) ProtoMessage()
- func (m *OrdersExecutionReport) Reset()
- func (m *OrdersExecutionReport) Size() (n int)
- func (m *OrdersExecutionReport) String() string
- func (m *OrdersExecutionReport) Unmarshal(dAtA []byte) error
- func (m *OrdersExecutionReport) XXX_DiscardUnknown()
- func (m *OrdersExecutionReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrdersExecutionReport) XXX_Merge(src proto.Message)
- func (m *OrdersExecutionReport) XXX_Size() int
- func (m *OrdersExecutionReport) XXX_Unmarshal(b []byte) error
- type QueryAllAccountRegistrationRequest
- func (*QueryAllAccountRegistrationRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllAccountRegistrationRequest) GetPagination() *query.PageRequest
- func (m *QueryAllAccountRegistrationRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllAccountRegistrationRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllAccountRegistrationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllAccountRegistrationRequest) ProtoMessage()
- func (m *QueryAllAccountRegistrationRequest) Reset()
- func (m *QueryAllAccountRegistrationRequest) Size() (n int)
- func (m *QueryAllAccountRegistrationRequest) String() string
- func (m *QueryAllAccountRegistrationRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllAccountRegistrationRequest) XXX_DiscardUnknown()
- func (m *QueryAllAccountRegistrationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllAccountRegistrationRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllAccountRegistrationRequest) XXX_Size() int
- func (m *QueryAllAccountRegistrationRequest) XXX_Unmarshal(b []byte) error
- type QueryAllAccountRegistrationResponse
- func (*QueryAllAccountRegistrationResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllAccountRegistrationResponse) GetAccountRegistration() []AccountRegistration
- func (m *QueryAllAccountRegistrationResponse) GetPagination() *query.PageResponse
- func (m *QueryAllAccountRegistrationResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllAccountRegistrationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllAccountRegistrationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllAccountRegistrationResponse) ProtoMessage()
- func (m *QueryAllAccountRegistrationResponse) Reset()
- func (m *QueryAllAccountRegistrationResponse) Size() (n int)
- func (m *QueryAllAccountRegistrationResponse) String() string
- func (m *QueryAllAccountRegistrationResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllAccountRegistrationResponse) XXX_DiscardUnknown()
- func (m *QueryAllAccountRegistrationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllAccountRegistrationResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllAccountRegistrationResponse) XXX_Size() int
- func (m *QueryAllAccountRegistrationResponse) XXX_Unmarshal(b []byte) error
- type QueryAllMarketDataRequest
- func (*QueryAllMarketDataRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllMarketDataRequest) GetChainID() string
- func (m *QueryAllMarketDataRequest) GetPagination() *query.PageRequest
- func (m *QueryAllMarketDataRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllMarketDataRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllMarketDataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllMarketDataRequest) ProtoMessage()
- func (m *QueryAllMarketDataRequest) Reset()
- func (m *QueryAllMarketDataRequest) Size() (n int)
- func (m *QueryAllMarketDataRequest) String() string
- func (m *QueryAllMarketDataRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllMarketDataRequest) XXX_DiscardUnknown()
- func (m *QueryAllMarketDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllMarketDataRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllMarketDataRequest) XXX_Size() int
- func (m *QueryAllMarketDataRequest) XXX_Unmarshal(b []byte) error
- type QueryAllMarketDataResponse
- func (*QueryAllMarketDataResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllMarketDataResponse) GetMarketData() []MarketData
- func (m *QueryAllMarketDataResponse) GetPagination() *query.PageResponse
- func (m *QueryAllMarketDataResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllMarketDataResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllMarketDataResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllMarketDataResponse) ProtoMessage()
- func (m *QueryAllMarketDataResponse) Reset()
- func (m *QueryAllMarketDataResponse) Size() (n int)
- func (m *QueryAllMarketDataResponse) String() string
- func (m *QueryAllMarketDataResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllMarketDataResponse) XXX_DiscardUnknown()
- func (m *QueryAllMarketDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllMarketDataResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllMarketDataResponse) XXX_Size() int
- func (m *QueryAllMarketDataResponse) XXX_Unmarshal(b []byte) error
- type QueryAllOrderMassStatusRequest
- func (*QueryAllOrderMassStatusRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllOrderMassStatusRequest) GetChainID() string
- func (m *QueryAllOrderMassStatusRequest) GetPagination() *query.PageRequest
- func (m *QueryAllOrderMassStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllOrderMassStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllOrderMassStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllOrderMassStatusRequest) ProtoMessage()
- func (m *QueryAllOrderMassStatusRequest) Reset()
- func (m *QueryAllOrderMassStatusRequest) Size() (n int)
- func (m *QueryAllOrderMassStatusRequest) String() string
- func (m *QueryAllOrderMassStatusRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllOrderMassStatusRequest) XXX_DiscardUnknown()
- func (m *QueryAllOrderMassStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllOrderMassStatusRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllOrderMassStatusRequest) XXX_Size() int
- func (m *QueryAllOrderMassStatusRequest) XXX_Unmarshal(b []byte) error
- type QueryAllOrderMassStatusResponse
- func (*QueryAllOrderMassStatusResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllOrderMassStatusResponse) GetOrderMassStatus() []OrderMassStatus
- func (m *QueryAllOrderMassStatusResponse) GetPagination() *query.PageResponse
- func (m *QueryAllOrderMassStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllOrderMassStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllOrderMassStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllOrderMassStatusResponse) ProtoMessage()
- func (m *QueryAllOrderMassStatusResponse) Reset()
- func (m *QueryAllOrderMassStatusResponse) Size() (n int)
- func (m *QueryAllOrderMassStatusResponse) String() string
- func (m *QueryAllOrderMassStatusResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllOrderMassStatusResponse) XXX_DiscardUnknown()
- func (m *QueryAllOrderMassStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllOrderMassStatusResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllOrderMassStatusResponse) XXX_Size() int
- func (m *QueryAllOrderMassStatusResponse) XXX_Unmarshal(b []byte) error
- type QueryAllOrdersCancelRejectRequest
- func (*QueryAllOrdersCancelRejectRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllOrdersCancelRejectRequest) GetChainID() string
- func (m *QueryAllOrdersCancelRejectRequest) GetPagination() *query.PageRequest
- func (m *QueryAllOrdersCancelRejectRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllOrdersCancelRejectRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllOrdersCancelRejectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllOrdersCancelRejectRequest) ProtoMessage()
- func (m *QueryAllOrdersCancelRejectRequest) Reset()
- func (m *QueryAllOrdersCancelRejectRequest) Size() (n int)
- func (m *QueryAllOrdersCancelRejectRequest) String() string
- func (m *QueryAllOrdersCancelRejectRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllOrdersCancelRejectRequest) XXX_DiscardUnknown()
- func (m *QueryAllOrdersCancelRejectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllOrdersCancelRejectRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllOrdersCancelRejectRequest) XXX_Size() int
- func (m *QueryAllOrdersCancelRejectRequest) XXX_Unmarshal(b []byte) error
- type QueryAllOrdersCancelRejectResponse
- func (*QueryAllOrdersCancelRejectResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllOrdersCancelRejectResponse) GetOrdersCancelReject() []OrdersCancelReject
- func (m *QueryAllOrdersCancelRejectResponse) GetPagination() *query.PageResponse
- func (m *QueryAllOrdersCancelRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllOrdersCancelRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllOrdersCancelRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllOrdersCancelRejectResponse) ProtoMessage()
- func (m *QueryAllOrdersCancelRejectResponse) Reset()
- func (m *QueryAllOrdersCancelRejectResponse) Size() (n int)
- func (m *QueryAllOrdersCancelRejectResponse) String() string
- func (m *QueryAllOrdersCancelRejectResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllOrdersCancelRejectResponse) XXX_DiscardUnknown()
- func (m *QueryAllOrdersCancelRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllOrdersCancelRejectResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllOrdersCancelRejectResponse) XXX_Size() int
- func (m *QueryAllOrdersCancelRejectResponse) XXX_Unmarshal(b []byte) error
- type QueryAllOrdersCancelRequestRequest
- func (*QueryAllOrdersCancelRequestRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllOrdersCancelRequestRequest) GetChainID() string
- func (m *QueryAllOrdersCancelRequestRequest) GetPagination() *query.PageRequest
- func (m *QueryAllOrdersCancelRequestRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllOrdersCancelRequestRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllOrdersCancelRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllOrdersCancelRequestRequest) ProtoMessage()
- func (m *QueryAllOrdersCancelRequestRequest) Reset()
- func (m *QueryAllOrdersCancelRequestRequest) Size() (n int)
- func (m *QueryAllOrdersCancelRequestRequest) String() string
- func (m *QueryAllOrdersCancelRequestRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllOrdersCancelRequestRequest) XXX_DiscardUnknown()
- func (m *QueryAllOrdersCancelRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllOrdersCancelRequestRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllOrdersCancelRequestRequest) XXX_Size() int
- func (m *QueryAllOrdersCancelRequestRequest) XXX_Unmarshal(b []byte) error
- type QueryAllOrdersCancelRequestResponse
- func (*QueryAllOrdersCancelRequestResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllOrdersCancelRequestResponse) GetOrdersCancelRequest() []OrdersCancelRequest
- func (m *QueryAllOrdersCancelRequestResponse) GetPagination() *query.PageResponse
- func (m *QueryAllOrdersCancelRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllOrdersCancelRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllOrdersCancelRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllOrdersCancelRequestResponse) ProtoMessage()
- func (m *QueryAllOrdersCancelRequestResponse) Reset()
- func (m *QueryAllOrdersCancelRequestResponse) Size() (n int)
- func (m *QueryAllOrdersCancelRequestResponse) String() string
- func (m *QueryAllOrdersCancelRequestResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllOrdersCancelRequestResponse) XXX_DiscardUnknown()
- func (m *QueryAllOrdersCancelRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllOrdersCancelRequestResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllOrdersCancelRequestResponse) XXX_Size() int
- func (m *QueryAllOrdersCancelRequestResponse) XXX_Unmarshal(b []byte) error
- type QueryAllOrdersExecutionReportRequest
- func (*QueryAllOrdersExecutionReportRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllOrdersExecutionReportRequest) GetChainID() string
- func (m *QueryAllOrdersExecutionReportRequest) GetPagination() *query.PageRequest
- func (m *QueryAllOrdersExecutionReportRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllOrdersExecutionReportRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllOrdersExecutionReportRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllOrdersExecutionReportRequest) ProtoMessage()
- func (m *QueryAllOrdersExecutionReportRequest) Reset()
- func (m *QueryAllOrdersExecutionReportRequest) Size() (n int)
- func (m *QueryAllOrdersExecutionReportRequest) String() string
- func (m *QueryAllOrdersExecutionReportRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllOrdersExecutionReportRequest) XXX_DiscardUnknown()
- func (m *QueryAllOrdersExecutionReportRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllOrdersExecutionReportRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllOrdersExecutionReportRequest) XXX_Size() int
- func (m *QueryAllOrdersExecutionReportRequest) XXX_Unmarshal(b []byte) error
- type QueryAllOrdersExecutionReportResponse
- func (*QueryAllOrdersExecutionReportResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllOrdersExecutionReportResponse) GetOrdersExecutionReport() []OrdersExecutionReport
- func (m *QueryAllOrdersExecutionReportResponse) GetPagination() *query.PageResponse
- func (m *QueryAllOrdersExecutionReportResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllOrdersExecutionReportResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllOrdersExecutionReportResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllOrdersExecutionReportResponse) ProtoMessage()
- func (m *QueryAllOrdersExecutionReportResponse) Reset()
- func (m *QueryAllOrdersExecutionReportResponse) Size() (n int)
- func (m *QueryAllOrdersExecutionReportResponse) String() string
- func (m *QueryAllOrdersExecutionReportResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllOrdersExecutionReportResponse) XXX_DiscardUnknown()
- func (m *QueryAllOrdersExecutionReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllOrdersExecutionReportResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllOrdersExecutionReportResponse) XXX_Size() int
- func (m *QueryAllOrdersExecutionReportResponse) XXX_Unmarshal(b []byte) error
- type QueryAllOrdersRequest
- func (*QueryAllOrdersRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllOrdersRequest) GetChainID() string
- func (m *QueryAllOrdersRequest) GetPagination() *query.PageRequest
- func (m *QueryAllOrdersRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllOrdersRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllOrdersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllOrdersRequest) ProtoMessage()
- func (m *QueryAllOrdersRequest) Reset()
- func (m *QueryAllOrdersRequest) Size() (n int)
- func (m *QueryAllOrdersRequest) String() string
- func (m *QueryAllOrdersRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllOrdersRequest) XXX_DiscardUnknown()
- func (m *QueryAllOrdersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllOrdersRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllOrdersRequest) XXX_Size() int
- func (m *QueryAllOrdersRequest) XXX_Unmarshal(b []byte) error
- type QueryAllOrdersResponse
- func (*QueryAllOrdersResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllOrdersResponse) GetOrders() []Orders
- func (m *QueryAllOrdersResponse) GetPagination() *query.PageResponse
- func (m *QueryAllOrdersResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllOrdersResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllOrdersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllOrdersResponse) ProtoMessage()
- func (m *QueryAllOrdersResponse) Reset()
- func (m *QueryAllOrdersResponse) Size() (n int)
- func (m *QueryAllOrdersResponse) String() string
- func (m *QueryAllOrdersResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllOrdersResponse) XXX_DiscardUnknown()
- func (m *QueryAllOrdersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllOrdersResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllOrdersResponse) XXX_Size() int
- func (m *QueryAllOrdersResponse) XXX_Unmarshal(b []byte) error
- type QueryAllQuoteRequest
- func (*QueryAllQuoteRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllQuoteRequest) GetChainID() string
- func (m *QueryAllQuoteRequest) GetPagination() *query.PageRequest
- func (m *QueryAllQuoteRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllQuoteRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllQuoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllQuoteRequest) ProtoMessage()
- func (m *QueryAllQuoteRequest) Reset()
- func (m *QueryAllQuoteRequest) Size() (n int)
- func (m *QueryAllQuoteRequest) String() string
- func (m *QueryAllQuoteRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllQuoteRequest) XXX_DiscardUnknown()
- func (m *QueryAllQuoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllQuoteRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllQuoteRequest) XXX_Size() int
- func (m *QueryAllQuoteRequest) XXX_Unmarshal(b []byte) error
- type QueryAllQuoteResponse
- func (*QueryAllQuoteResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllQuoteResponse) GetPagination() *query.PageResponse
- func (m *QueryAllQuoteResponse) GetQuote() []Quote
- func (m *QueryAllQuoteResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllQuoteResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllQuoteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllQuoteResponse) ProtoMessage()
- func (m *QueryAllQuoteResponse) Reset()
- func (m *QueryAllQuoteResponse) Size() (n int)
- func (m *QueryAllQuoteResponse) String() string
- func (m *QueryAllQuoteResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllQuoteResponse) XXX_DiscardUnknown()
- func (m *QueryAllQuoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllQuoteResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllQuoteResponse) XXX_Size() int
- func (m *QueryAllQuoteResponse) XXX_Unmarshal(b []byte) error
- type QueryAllSecurityListRequest
- func (*QueryAllSecurityListRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllSecurityListRequest) GetChainID() string
- func (m *QueryAllSecurityListRequest) GetPagination() *query.PageRequest
- func (m *QueryAllSecurityListRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSecurityListRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSecurityListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSecurityListRequest) ProtoMessage()
- func (m *QueryAllSecurityListRequest) Reset()
- func (m *QueryAllSecurityListRequest) Size() (n int)
- func (m *QueryAllSecurityListRequest) String() string
- func (m *QueryAllSecurityListRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllSecurityListRequest) XXX_DiscardUnknown()
- func (m *QueryAllSecurityListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSecurityListRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllSecurityListRequest) XXX_Size() int
- func (m *QueryAllSecurityListRequest) XXX_Unmarshal(b []byte) error
- type QueryAllSecurityListResponse
- func (*QueryAllSecurityListResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllSecurityListResponse) GetPagination() *query.PageResponse
- func (m *QueryAllSecurityListResponse) GetSecurityList() []SecurityList
- func (m *QueryAllSecurityListResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSecurityListResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSecurityListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSecurityListResponse) ProtoMessage()
- func (m *QueryAllSecurityListResponse) Reset()
- func (m *QueryAllSecurityListResponse) Size() (n int)
- func (m *QueryAllSecurityListResponse) String() string
- func (m *QueryAllSecurityListResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllSecurityListResponse) XXX_DiscardUnknown()
- func (m *QueryAllSecurityListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSecurityListResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllSecurityListResponse) XXX_Size() int
- func (m *QueryAllSecurityListResponse) XXX_Unmarshal(b []byte) error
- type QueryAllSecurityRequest
- func (*QueryAllSecurityRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllSecurityRequest) GetChainID() string
- func (m *QueryAllSecurityRequest) GetPagination() *query.PageRequest
- func (m *QueryAllSecurityRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSecurityRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSecurityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSecurityRequest) ProtoMessage()
- func (m *QueryAllSecurityRequest) Reset()
- func (m *QueryAllSecurityRequest) Size() (n int)
- func (m *QueryAllSecurityRequest) String() string
- func (m *QueryAllSecurityRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllSecurityRequest) XXX_DiscardUnknown()
- func (m *QueryAllSecurityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSecurityRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllSecurityRequest) XXX_Size() int
- func (m *QueryAllSecurityRequest) XXX_Unmarshal(b []byte) error
- type QueryAllSecurityResponse
- func (*QueryAllSecurityResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllSecurityResponse) GetPagination() *query.PageResponse
- func (m *QueryAllSecurityResponse) GetSecurity() []Security
- func (m *QueryAllSecurityResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSecurityResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSecurityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSecurityResponse) ProtoMessage()
- func (m *QueryAllSecurityResponse) Reset()
- func (m *QueryAllSecurityResponse) Size() (n int)
- func (m *QueryAllSecurityResponse) String() string
- func (m *QueryAllSecurityResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllSecurityResponse) XXX_DiscardUnknown()
- func (m *QueryAllSecurityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSecurityResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllSecurityResponse) XXX_Size() int
- func (m *QueryAllSecurityResponse) XXX_Unmarshal(b []byte) error
- type QueryAllSecurityStatusRequest
- func (*QueryAllSecurityStatusRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllSecurityStatusRequest) GetChainID() string
- func (m *QueryAllSecurityStatusRequest) GetPagination() *query.PageRequest
- func (m *QueryAllSecurityStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSecurityStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSecurityStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSecurityStatusRequest) ProtoMessage()
- func (m *QueryAllSecurityStatusRequest) Reset()
- func (m *QueryAllSecurityStatusRequest) Size() (n int)
- func (m *QueryAllSecurityStatusRequest) String() string
- func (m *QueryAllSecurityStatusRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllSecurityStatusRequest) XXX_DiscardUnknown()
- func (m *QueryAllSecurityStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSecurityStatusRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllSecurityStatusRequest) XXX_Size() int
- func (m *QueryAllSecurityStatusRequest) XXX_Unmarshal(b []byte) error
- type QueryAllSecurityStatusResponse
- func (*QueryAllSecurityStatusResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllSecurityStatusResponse) GetPagination() *query.PageResponse
- func (m *QueryAllSecurityStatusResponse) GetSecurityStatus() []SecurityStatus
- func (m *QueryAllSecurityStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSecurityStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSecurityStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSecurityStatusResponse) ProtoMessage()
- func (m *QueryAllSecurityStatusResponse) Reset()
- func (m *QueryAllSecurityStatusResponse) Size() (n int)
- func (m *QueryAllSecurityStatusResponse) String() string
- func (m *QueryAllSecurityStatusResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllSecurityStatusResponse) XXX_DiscardUnknown()
- func (m *QueryAllSecurityStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSecurityStatusResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllSecurityStatusResponse) XXX_Size() int
- func (m *QueryAllSecurityStatusResponse) XXX_Unmarshal(b []byte) error
- type QueryAllSecurityTypesRequest
- func (*QueryAllSecurityTypesRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllSecurityTypesRequest) GetChainID() string
- func (m *QueryAllSecurityTypesRequest) GetPagination() *query.PageRequest
- func (m *QueryAllSecurityTypesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSecurityTypesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSecurityTypesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSecurityTypesRequest) ProtoMessage()
- func (m *QueryAllSecurityTypesRequest) Reset()
- func (m *QueryAllSecurityTypesRequest) Size() (n int)
- func (m *QueryAllSecurityTypesRequest) String() string
- func (m *QueryAllSecurityTypesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllSecurityTypesRequest) XXX_DiscardUnknown()
- func (m *QueryAllSecurityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSecurityTypesRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllSecurityTypesRequest) XXX_Size() int
- func (m *QueryAllSecurityTypesRequest) XXX_Unmarshal(b []byte) error
- type QueryAllSecurityTypesResponse
- func (*QueryAllSecurityTypesResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllSecurityTypesResponse) GetPagination() *query.PageResponse
- func (m *QueryAllSecurityTypesResponse) GetSecurityTypes() []SecurityTypes
- func (m *QueryAllSecurityTypesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSecurityTypesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSecurityTypesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSecurityTypesResponse) ProtoMessage()
- func (m *QueryAllSecurityTypesResponse) Reset()
- func (m *QueryAllSecurityTypesResponse) Size() (n int)
- func (m *QueryAllSecurityTypesResponse) String() string
- func (m *QueryAllSecurityTypesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllSecurityTypesResponse) XXX_DiscardUnknown()
- func (m *QueryAllSecurityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSecurityTypesResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllSecurityTypesResponse) XXX_Size() int
- func (m *QueryAllSecurityTypesResponse) XXX_Unmarshal(b []byte) error
- type QueryAllSessionLogoutRequest
- func (*QueryAllSessionLogoutRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllSessionLogoutRequest) GetChainID() string
- func (m *QueryAllSessionLogoutRequest) GetPagination() *query.PageRequest
- func (m *QueryAllSessionLogoutRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSessionLogoutRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSessionLogoutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSessionLogoutRequest) ProtoMessage()
- func (m *QueryAllSessionLogoutRequest) Reset()
- func (m *QueryAllSessionLogoutRequest) Size() (n int)
- func (m *QueryAllSessionLogoutRequest) String() string
- func (m *QueryAllSessionLogoutRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllSessionLogoutRequest) XXX_DiscardUnknown()
- func (m *QueryAllSessionLogoutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSessionLogoutRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllSessionLogoutRequest) XXX_Size() int
- func (m *QueryAllSessionLogoutRequest) XXX_Unmarshal(b []byte) error
- type QueryAllSessionLogoutResponse
- func (*QueryAllSessionLogoutResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllSessionLogoutResponse) GetPagination() *query.PageResponse
- func (m *QueryAllSessionLogoutResponse) GetSessionLogout() []SessionLogout
- func (m *QueryAllSessionLogoutResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSessionLogoutResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSessionLogoutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSessionLogoutResponse) ProtoMessage()
- func (m *QueryAllSessionLogoutResponse) Reset()
- func (m *QueryAllSessionLogoutResponse) Size() (n int)
- func (m *QueryAllSessionLogoutResponse) String() string
- func (m *QueryAllSessionLogoutResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllSessionLogoutResponse) XXX_DiscardUnknown()
- func (m *QueryAllSessionLogoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSessionLogoutResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllSessionLogoutResponse) XXX_Size() int
- func (m *QueryAllSessionLogoutResponse) XXX_Unmarshal(b []byte) error
- type QueryAllSessionRejectRequest
- func (*QueryAllSessionRejectRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllSessionRejectRequest) GetChainID() string
- func (m *QueryAllSessionRejectRequest) GetPagination() *query.PageRequest
- func (m *QueryAllSessionRejectRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSessionRejectRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSessionRejectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSessionRejectRequest) ProtoMessage()
- func (m *QueryAllSessionRejectRequest) Reset()
- func (m *QueryAllSessionRejectRequest) Size() (n int)
- func (m *QueryAllSessionRejectRequest) String() string
- func (m *QueryAllSessionRejectRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllSessionRejectRequest) XXX_DiscardUnknown()
- func (m *QueryAllSessionRejectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSessionRejectRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllSessionRejectRequest) XXX_Size() int
- func (m *QueryAllSessionRejectRequest) XXX_Unmarshal(b []byte) error
- type QueryAllSessionRejectResponse
- func (*QueryAllSessionRejectResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllSessionRejectResponse) GetPagination() *query.PageResponse
- func (m *QueryAllSessionRejectResponse) GetSessionReject() []SessionReject
- func (m *QueryAllSessionRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSessionRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSessionRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSessionRejectResponse) ProtoMessage()
- func (m *QueryAllSessionRejectResponse) Reset()
- func (m *QueryAllSessionRejectResponse) Size() (n int)
- func (m *QueryAllSessionRejectResponse) String() string
- func (m *QueryAllSessionRejectResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllSessionRejectResponse) XXX_DiscardUnknown()
- func (m *QueryAllSessionRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSessionRejectResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllSessionRejectResponse) XXX_Size() int
- func (m *QueryAllSessionRejectResponse) XXX_Unmarshal(b []byte) error
- type QueryAllSessionsRequest
- func (*QueryAllSessionsRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllSessionsRequest) GetChainID() string
- func (m *QueryAllSessionsRequest) GetPagination() *query.PageRequest
- func (m *QueryAllSessionsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSessionsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSessionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSessionsRequest) ProtoMessage()
- func (m *QueryAllSessionsRequest) Reset()
- func (m *QueryAllSessionsRequest) Size() (n int)
- func (m *QueryAllSessionsRequest) String() string
- func (m *QueryAllSessionsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllSessionsRequest) XXX_DiscardUnknown()
- func (m *QueryAllSessionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSessionsRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllSessionsRequest) XXX_Size() int
- func (m *QueryAllSessionsRequest) XXX_Unmarshal(b []byte) error
- type QueryAllSessionsResponse
- func (*QueryAllSessionsResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllSessionsResponse) GetPagination() *query.PageResponse
- func (m *QueryAllSessionsResponse) GetSessions() []Sessions
- func (m *QueryAllSessionsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllSessionsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllSessionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllSessionsResponse) ProtoMessage()
- func (m *QueryAllSessionsResponse) Reset()
- func (m *QueryAllSessionsResponse) Size() (n int)
- func (m *QueryAllSessionsResponse) String() string
- func (m *QueryAllSessionsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllSessionsResponse) XXX_DiscardUnknown()
- func (m *QueryAllSessionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllSessionsResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllSessionsResponse) XXX_Size() int
- func (m *QueryAllSessionsResponse) XXX_Unmarshal(b []byte) error
- type QueryAllTradeCaptureRequest
- func (*QueryAllTradeCaptureRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllTradeCaptureRequest) GetChainID() string
- func (m *QueryAllTradeCaptureRequest) GetPagination() *query.PageRequest
- func (m *QueryAllTradeCaptureRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllTradeCaptureRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllTradeCaptureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllTradeCaptureRequest) ProtoMessage()
- func (m *QueryAllTradeCaptureRequest) Reset()
- func (m *QueryAllTradeCaptureRequest) Size() (n int)
- func (m *QueryAllTradeCaptureRequest) String() string
- func (m *QueryAllTradeCaptureRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllTradeCaptureRequest) XXX_DiscardUnknown()
- func (m *QueryAllTradeCaptureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllTradeCaptureRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllTradeCaptureRequest) XXX_Size() int
- func (m *QueryAllTradeCaptureRequest) XXX_Unmarshal(b []byte) error
- type QueryAllTradeCaptureResponse
- func (*QueryAllTradeCaptureResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllTradeCaptureResponse) GetPagination() *query.PageResponse
- func (m *QueryAllTradeCaptureResponse) GetTradeCapture() []TradeCapture
- func (m *QueryAllTradeCaptureResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllTradeCaptureResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllTradeCaptureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllTradeCaptureResponse) ProtoMessage()
- func (m *QueryAllTradeCaptureResponse) Reset()
- func (m *QueryAllTradeCaptureResponse) Size() (n int)
- func (m *QueryAllTradeCaptureResponse) String() string
- func (m *QueryAllTradeCaptureResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllTradeCaptureResponse) XXX_DiscardUnknown()
- func (m *QueryAllTradeCaptureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllTradeCaptureResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllTradeCaptureResponse) XXX_Size() int
- func (m *QueryAllTradeCaptureResponse) XXX_Unmarshal(b []byte) error
- type QueryAllTradingSessionListRequest
- func (*QueryAllTradingSessionListRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllTradingSessionListRequest) GetChainID() string
- func (m *QueryAllTradingSessionListRequest) GetPagination() *query.PageRequest
- func (m *QueryAllTradingSessionListRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllTradingSessionListRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllTradingSessionListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllTradingSessionListRequest) ProtoMessage()
- func (m *QueryAllTradingSessionListRequest) Reset()
- func (m *QueryAllTradingSessionListRequest) Size() (n int)
- func (m *QueryAllTradingSessionListRequest) String() string
- func (m *QueryAllTradingSessionListRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllTradingSessionListRequest) XXX_DiscardUnknown()
- func (m *QueryAllTradingSessionListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllTradingSessionListRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllTradingSessionListRequest) XXX_Size() int
- func (m *QueryAllTradingSessionListRequest) XXX_Unmarshal(b []byte) error
- type QueryAllTradingSessionListResponse
- func (*QueryAllTradingSessionListResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllTradingSessionListResponse) GetPagination() *query.PageResponse
- func (m *QueryAllTradingSessionListResponse) GetTradingSessionList() []TradingSessionList
- func (m *QueryAllTradingSessionListResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllTradingSessionListResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllTradingSessionListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllTradingSessionListResponse) ProtoMessage()
- func (m *QueryAllTradingSessionListResponse) Reset()
- func (m *QueryAllTradingSessionListResponse) Size() (n int)
- func (m *QueryAllTradingSessionListResponse) String() string
- func (m *QueryAllTradingSessionListResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllTradingSessionListResponse) XXX_DiscardUnknown()
- func (m *QueryAllTradingSessionListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllTradingSessionListResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllTradingSessionListResponse) XXX_Size() int
- func (m *QueryAllTradingSessionListResponse) XXX_Unmarshal(b []byte) error
- type QueryAllTradingSessionRequest
- func (*QueryAllTradingSessionRequest) Descriptor() ([]byte, []int)
- func (m *QueryAllTradingSessionRequest) GetChainID() string
- func (m *QueryAllTradingSessionRequest) GetPagination() *query.PageRequest
- func (m *QueryAllTradingSessionRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryAllTradingSessionRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllTradingSessionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllTradingSessionRequest) ProtoMessage()
- func (m *QueryAllTradingSessionRequest) Reset()
- func (m *QueryAllTradingSessionRequest) Size() (n int)
- func (m *QueryAllTradingSessionRequest) String() string
- func (m *QueryAllTradingSessionRequest) Unmarshal(dAtA []byte) error
- func (m *QueryAllTradingSessionRequest) XXX_DiscardUnknown()
- func (m *QueryAllTradingSessionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllTradingSessionRequest) XXX_Merge(src proto.Message)
- func (m *QueryAllTradingSessionRequest) XXX_Size() int
- func (m *QueryAllTradingSessionRequest) XXX_Unmarshal(b []byte) error
- type QueryAllTradingSessionResponse
- func (*QueryAllTradingSessionResponse) Descriptor() ([]byte, []int)
- func (m *QueryAllTradingSessionResponse) GetPagination() *query.PageResponse
- func (m *QueryAllTradingSessionResponse) GetTradingSession() []TradingSession
- func (m *QueryAllTradingSessionResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryAllTradingSessionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryAllTradingSessionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryAllTradingSessionResponse) ProtoMessage()
- func (m *QueryAllTradingSessionResponse) Reset()
- func (m *QueryAllTradingSessionResponse) Size() (n int)
- func (m *QueryAllTradingSessionResponse) String() string
- func (m *QueryAllTradingSessionResponse) Unmarshal(dAtA []byte) error
- func (m *QueryAllTradingSessionResponse) XXX_DiscardUnknown()
- func (m *QueryAllTradingSessionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryAllTradingSessionResponse) XXX_Merge(src proto.Message)
- func (m *QueryAllTradingSessionResponse) XXX_Size() int
- func (m *QueryAllTradingSessionResponse) XXX_Unmarshal(b []byte) error
- type QueryClient
- type QueryGetAccountRegistrationRequest
- func (*QueryGetAccountRegistrationRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetAccountRegistrationRequest) GetAddress() string
- func (m *QueryGetAccountRegistrationRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetAccountRegistrationRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetAccountRegistrationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetAccountRegistrationRequest) ProtoMessage()
- func (m *QueryGetAccountRegistrationRequest) Reset()
- func (m *QueryGetAccountRegistrationRequest) Size() (n int)
- func (m *QueryGetAccountRegistrationRequest) String() string
- func (m *QueryGetAccountRegistrationRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetAccountRegistrationRequest) XXX_DiscardUnknown()
- func (m *QueryGetAccountRegistrationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetAccountRegistrationRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetAccountRegistrationRequest) XXX_Size() int
- func (m *QueryGetAccountRegistrationRequest) XXX_Unmarshal(b []byte) error
- type QueryGetAccountRegistrationResponse
- func (*QueryGetAccountRegistrationResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetAccountRegistrationResponse) GetAccountRegistration() AccountRegistration
- func (m *QueryGetAccountRegistrationResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetAccountRegistrationResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetAccountRegistrationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetAccountRegistrationResponse) ProtoMessage()
- func (m *QueryGetAccountRegistrationResponse) Reset()
- func (m *QueryGetAccountRegistrationResponse) Size() (n int)
- func (m *QueryGetAccountRegistrationResponse) String() string
- func (m *QueryGetAccountRegistrationResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetAccountRegistrationResponse) XXX_DiscardUnknown()
- func (m *QueryGetAccountRegistrationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetAccountRegistrationResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetAccountRegistrationResponse) XXX_Size() int
- func (m *QueryGetAccountRegistrationResponse) XXX_Unmarshal(b []byte) error
- type QueryGetMarketDataRequest
- func (*QueryGetMarketDataRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetMarketDataRequest) GetChainID() string
- func (m *QueryGetMarketDataRequest) GetMdReqID() string
- func (m *QueryGetMarketDataRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetMarketDataRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetMarketDataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetMarketDataRequest) ProtoMessage()
- func (m *QueryGetMarketDataRequest) Reset()
- func (m *QueryGetMarketDataRequest) Size() (n int)
- func (m *QueryGetMarketDataRequest) String() string
- func (m *QueryGetMarketDataRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetMarketDataRequest) XXX_DiscardUnknown()
- func (m *QueryGetMarketDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetMarketDataRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetMarketDataRequest) XXX_Size() int
- func (m *QueryGetMarketDataRequest) XXX_Unmarshal(b []byte) error
- type QueryGetMarketDataResponse
- func (*QueryGetMarketDataResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetMarketDataResponse) GetMarketData() MarketData
- func (m *QueryGetMarketDataResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetMarketDataResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetMarketDataResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetMarketDataResponse) ProtoMessage()
- func (m *QueryGetMarketDataResponse) Reset()
- func (m *QueryGetMarketDataResponse) Size() (n int)
- func (m *QueryGetMarketDataResponse) String() string
- func (m *QueryGetMarketDataResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetMarketDataResponse) XXX_DiscardUnknown()
- func (m *QueryGetMarketDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetMarketDataResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetMarketDataResponse) XXX_Size() int
- func (m *QueryGetMarketDataResponse) XXX_Unmarshal(b []byte) error
- type QueryGetOrderMassStatusRequest
- func (*QueryGetOrderMassStatusRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetOrderMassStatusRequest) GetChainID() string
- func (m *QueryGetOrderMassStatusRequest) GetMassStatusReqID() string
- func (m *QueryGetOrderMassStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrderMassStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrderMassStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrderMassStatusRequest) ProtoMessage()
- func (m *QueryGetOrderMassStatusRequest) Reset()
- func (m *QueryGetOrderMassStatusRequest) Size() (n int)
- func (m *QueryGetOrderMassStatusRequest) String() string
- func (m *QueryGetOrderMassStatusRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrderMassStatusRequest) XXX_DiscardUnknown()
- func (m *QueryGetOrderMassStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrderMassStatusRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetOrderMassStatusRequest) XXX_Size() int
- func (m *QueryGetOrderMassStatusRequest) XXX_Unmarshal(b []byte) error
- type QueryGetOrderMassStatusResponse
- func (*QueryGetOrderMassStatusResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetOrderMassStatusResponse) GetOrderMassStatus() OrderMassStatus
- func (m *QueryGetOrderMassStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrderMassStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrderMassStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrderMassStatusResponse) ProtoMessage()
- func (m *QueryGetOrderMassStatusResponse) Reset()
- func (m *QueryGetOrderMassStatusResponse) Size() (n int)
- func (m *QueryGetOrderMassStatusResponse) String() string
- func (m *QueryGetOrderMassStatusResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrderMassStatusResponse) XXX_DiscardUnknown()
- func (m *QueryGetOrderMassStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrderMassStatusResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetOrderMassStatusResponse) XXX_Size() int
- func (m *QueryGetOrderMassStatusResponse) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersByAddressRequest
- func (*QueryGetOrdersByAddressRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersByAddressRequest) GetAddress() string
- func (m *QueryGetOrdersByAddressRequest) GetChainID() string
- func (m *QueryGetOrdersByAddressRequest) GetPagination() *query.PageRequest
- func (m *QueryGetOrdersByAddressRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersByAddressRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersByAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersByAddressRequest) ProtoMessage()
- func (m *QueryGetOrdersByAddressRequest) Reset()
- func (m *QueryGetOrdersByAddressRequest) Size() (n int)
- func (m *QueryGetOrdersByAddressRequest) String() string
- func (m *QueryGetOrdersByAddressRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersByAddressRequest) XXX_DiscardUnknown()
- func (m *QueryGetOrdersByAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersByAddressRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersByAddressRequest) XXX_Size() int
- func (m *QueryGetOrdersByAddressRequest) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersByAddressResponse
- func (*QueryGetOrdersByAddressResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersByAddressResponse) GetOrders() []Orders
- func (m *QueryGetOrdersByAddressResponse) GetPagination() *query.PageResponse
- func (m *QueryGetOrdersByAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersByAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersByAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersByAddressResponse) ProtoMessage()
- func (m *QueryGetOrdersByAddressResponse) Reset()
- func (m *QueryGetOrdersByAddressResponse) Size() (n int)
- func (m *QueryGetOrdersByAddressResponse) String() string
- func (m *QueryGetOrdersByAddressResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersByAddressResponse) XXX_DiscardUnknown()
- func (m *QueryGetOrdersByAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersByAddressResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersByAddressResponse) XXX_Size() int
- func (m *QueryGetOrdersByAddressResponse) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersCancelRejectRequest
- func (*QueryGetOrdersCancelRejectRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersCancelRejectRequest) GetChainID() string
- func (m *QueryGetOrdersCancelRejectRequest) GetClOrdID() string
- func (m *QueryGetOrdersCancelRejectRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersCancelRejectRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersCancelRejectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersCancelRejectRequest) ProtoMessage()
- func (m *QueryGetOrdersCancelRejectRequest) Reset()
- func (m *QueryGetOrdersCancelRejectRequest) Size() (n int)
- func (m *QueryGetOrdersCancelRejectRequest) String() string
- func (m *QueryGetOrdersCancelRejectRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersCancelRejectRequest) XXX_DiscardUnknown()
- func (m *QueryGetOrdersCancelRejectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersCancelRejectRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersCancelRejectRequest) XXX_Size() int
- func (m *QueryGetOrdersCancelRejectRequest) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersCancelRejectResponse
- func (*QueryGetOrdersCancelRejectResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersCancelRejectResponse) GetOrdersCancelReject() OrdersCancelReject
- func (m *QueryGetOrdersCancelRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersCancelRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersCancelRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersCancelRejectResponse) ProtoMessage()
- func (m *QueryGetOrdersCancelRejectResponse) Reset()
- func (m *QueryGetOrdersCancelRejectResponse) Size() (n int)
- func (m *QueryGetOrdersCancelRejectResponse) String() string
- func (m *QueryGetOrdersCancelRejectResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersCancelRejectResponse) XXX_DiscardUnknown()
- func (m *QueryGetOrdersCancelRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersCancelRejectResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersCancelRejectResponse) XXX_Size() int
- func (m *QueryGetOrdersCancelRejectResponse) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersCancelRequestRequest
- func (*QueryGetOrdersCancelRequestRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersCancelRequestRequest) GetChainID() string
- func (m *QueryGetOrdersCancelRequestRequest) GetClOrdID() string
- func (m *QueryGetOrdersCancelRequestRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersCancelRequestRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersCancelRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersCancelRequestRequest) ProtoMessage()
- func (m *QueryGetOrdersCancelRequestRequest) Reset()
- func (m *QueryGetOrdersCancelRequestRequest) Size() (n int)
- func (m *QueryGetOrdersCancelRequestRequest) String() string
- func (m *QueryGetOrdersCancelRequestRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersCancelRequestRequest) XXX_DiscardUnknown()
- func (m *QueryGetOrdersCancelRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersCancelRequestRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersCancelRequestRequest) XXX_Size() int
- func (m *QueryGetOrdersCancelRequestRequest) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersCancelRequestResponse
- func (*QueryGetOrdersCancelRequestResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersCancelRequestResponse) GetOrdersCancelRequest() OrdersCancelRequest
- func (m *QueryGetOrdersCancelRequestResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersCancelRequestResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersCancelRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersCancelRequestResponse) ProtoMessage()
- func (m *QueryGetOrdersCancelRequestResponse) Reset()
- func (m *QueryGetOrdersCancelRequestResponse) Size() (n int)
- func (m *QueryGetOrdersCancelRequestResponse) String() string
- func (m *QueryGetOrdersCancelRequestResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersCancelRequestResponse) XXX_DiscardUnknown()
- func (m *QueryGetOrdersCancelRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersCancelRequestResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersCancelRequestResponse) XXX_Size() int
- func (m *QueryGetOrdersCancelRequestResponse) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersExecutionReportByAddressRequest
- func (*QueryGetOrdersExecutionReportByAddressRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersExecutionReportByAddressRequest) GetAddress() string
- func (m *QueryGetOrdersExecutionReportByAddressRequest) GetChainID() string
- func (m *QueryGetOrdersExecutionReportByAddressRequest) GetPagination() *query.PageRequest
- func (m *QueryGetOrdersExecutionReportByAddressRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersExecutionReportByAddressRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersExecutionReportByAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersExecutionReportByAddressRequest) ProtoMessage()
- func (m *QueryGetOrdersExecutionReportByAddressRequest) Reset()
- func (m *QueryGetOrdersExecutionReportByAddressRequest) Size() (n int)
- func (m *QueryGetOrdersExecutionReportByAddressRequest) String() string
- func (m *QueryGetOrdersExecutionReportByAddressRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersExecutionReportByAddressRequest) XXX_DiscardUnknown()
- func (m *QueryGetOrdersExecutionReportByAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersExecutionReportByAddressRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersExecutionReportByAddressRequest) XXX_Size() int
- func (m *QueryGetOrdersExecutionReportByAddressRequest) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersExecutionReportByAddressResponse
- func (*QueryGetOrdersExecutionReportByAddressResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersExecutionReportByAddressResponse) GetOrdersExecutionReport() []OrdersExecutionReport
- func (m *QueryGetOrdersExecutionReportByAddressResponse) GetPagination() *query.PageResponse
- func (m *QueryGetOrdersExecutionReportByAddressResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersExecutionReportByAddressResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersExecutionReportByAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersExecutionReportByAddressResponse) ProtoMessage()
- func (m *QueryGetOrdersExecutionReportByAddressResponse) Reset()
- func (m *QueryGetOrdersExecutionReportByAddressResponse) Size() (n int)
- func (m *QueryGetOrdersExecutionReportByAddressResponse) String() string
- func (m *QueryGetOrdersExecutionReportByAddressResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersExecutionReportByAddressResponse) XXX_DiscardUnknown()
- func (m *QueryGetOrdersExecutionReportByAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersExecutionReportByAddressResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersExecutionReportByAddressResponse) XXX_Size() int
- func (m *QueryGetOrdersExecutionReportByAddressResponse) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersExecutionReportRequest
- func (*QueryGetOrdersExecutionReportRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersExecutionReportRequest) GetChainID() string
- func (m *QueryGetOrdersExecutionReportRequest) GetClOrdID() string
- func (m *QueryGetOrdersExecutionReportRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersExecutionReportRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersExecutionReportRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersExecutionReportRequest) ProtoMessage()
- func (m *QueryGetOrdersExecutionReportRequest) Reset()
- func (m *QueryGetOrdersExecutionReportRequest) Size() (n int)
- func (m *QueryGetOrdersExecutionReportRequest) String() string
- func (m *QueryGetOrdersExecutionReportRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersExecutionReportRequest) XXX_DiscardUnknown()
- func (m *QueryGetOrdersExecutionReportRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersExecutionReportRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersExecutionReportRequest) XXX_Size() int
- func (m *QueryGetOrdersExecutionReportRequest) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersExecutionReportResponse
- func (*QueryGetOrdersExecutionReportResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersExecutionReportResponse) GetOrdersExecutionReport() OrdersExecutionReport
- func (m *QueryGetOrdersExecutionReportResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersExecutionReportResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersExecutionReportResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersExecutionReportResponse) ProtoMessage()
- func (m *QueryGetOrdersExecutionReportResponse) Reset()
- func (m *QueryGetOrdersExecutionReportResponse) Size() (n int)
- func (m *QueryGetOrdersExecutionReportResponse) String() string
- func (m *QueryGetOrdersExecutionReportResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersExecutionReportResponse) XXX_DiscardUnknown()
- func (m *QueryGetOrdersExecutionReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersExecutionReportResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersExecutionReportResponse) XXX_Size() int
- func (m *QueryGetOrdersExecutionReportResponse) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersRequest
- func (*QueryGetOrdersRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersRequest) GetChainID() string
- func (m *QueryGetOrdersRequest) GetClOrdID() string
- func (m *QueryGetOrdersRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersRequest) ProtoMessage()
- func (m *QueryGetOrdersRequest) Reset()
- func (m *QueryGetOrdersRequest) Size() (n int)
- func (m *QueryGetOrdersRequest) String() string
- func (m *QueryGetOrdersRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersRequest) XXX_DiscardUnknown()
- func (m *QueryGetOrdersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersRequest) XXX_Size() int
- func (m *QueryGetOrdersRequest) XXX_Unmarshal(b []byte) error
- type QueryGetOrdersResponse
- func (*QueryGetOrdersResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetOrdersResponse) GetOrders() Orders
- func (m *QueryGetOrdersResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetOrdersResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetOrdersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetOrdersResponse) ProtoMessage()
- func (m *QueryGetOrdersResponse) Reset()
- func (m *QueryGetOrdersResponse) Size() (n int)
- func (m *QueryGetOrdersResponse) String() string
- func (m *QueryGetOrdersResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetOrdersResponse) XXX_DiscardUnknown()
- func (m *QueryGetOrdersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetOrdersResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetOrdersResponse) XXX_Size() int
- func (m *QueryGetOrdersResponse) XXX_Unmarshal(b []byte) error
- type QueryGetQuoteRequest
- func (*QueryGetQuoteRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetQuoteRequest) GetChainID() string
- func (m *QueryGetQuoteRequest) GetQuoteReqID() string
- func (m *QueryGetQuoteRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetQuoteRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetQuoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetQuoteRequest) ProtoMessage()
- func (m *QueryGetQuoteRequest) Reset()
- func (m *QueryGetQuoteRequest) Size() (n int)
- func (m *QueryGetQuoteRequest) String() string
- func (m *QueryGetQuoteRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetQuoteRequest) XXX_DiscardUnknown()
- func (m *QueryGetQuoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetQuoteRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetQuoteRequest) XXX_Size() int
- func (m *QueryGetQuoteRequest) XXX_Unmarshal(b []byte) error
- type QueryGetQuoteResponse
- func (*QueryGetQuoteResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetQuoteResponse) GetQuote() Quote
- func (m *QueryGetQuoteResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetQuoteResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetQuoteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetQuoteResponse) ProtoMessage()
- func (m *QueryGetQuoteResponse) Reset()
- func (m *QueryGetQuoteResponse) Size() (n int)
- func (m *QueryGetQuoteResponse) String() string
- func (m *QueryGetQuoteResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetQuoteResponse) XXX_DiscardUnknown()
- func (m *QueryGetQuoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetQuoteResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetQuoteResponse) XXX_Size() int
- func (m *QueryGetQuoteResponse) XXX_Unmarshal(b []byte) error
- type QueryGetSecurityListRequest
- func (*QueryGetSecurityListRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetSecurityListRequest) GetChainID() string
- func (m *QueryGetSecurityListRequest) GetSecurityReqID() string
- func (m *QueryGetSecurityListRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSecurityListRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSecurityListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSecurityListRequest) ProtoMessage()
- func (m *QueryGetSecurityListRequest) Reset()
- func (m *QueryGetSecurityListRequest) Size() (n int)
- func (m *QueryGetSecurityListRequest) String() string
- func (m *QueryGetSecurityListRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetSecurityListRequest) XXX_DiscardUnknown()
- func (m *QueryGetSecurityListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSecurityListRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetSecurityListRequest) XXX_Size() int
- func (m *QueryGetSecurityListRequest) XXX_Unmarshal(b []byte) error
- type QueryGetSecurityListResponse
- func (*QueryGetSecurityListResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetSecurityListResponse) GetSecurityList() SecurityList
- func (m *QueryGetSecurityListResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSecurityListResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSecurityListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSecurityListResponse) ProtoMessage()
- func (m *QueryGetSecurityListResponse) Reset()
- func (m *QueryGetSecurityListResponse) Size() (n int)
- func (m *QueryGetSecurityListResponse) String() string
- func (m *QueryGetSecurityListResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetSecurityListResponse) XXX_DiscardUnknown()
- func (m *QueryGetSecurityListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSecurityListResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetSecurityListResponse) XXX_Size() int
- func (m *QueryGetSecurityListResponse) XXX_Unmarshal(b []byte) error
- type QueryGetSecurityRequest
- func (*QueryGetSecurityRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetSecurityRequest) GetChainID() string
- func (m *QueryGetSecurityRequest) GetSecurityReqID() string
- func (m *QueryGetSecurityRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSecurityRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSecurityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSecurityRequest) ProtoMessage()
- func (m *QueryGetSecurityRequest) Reset()
- func (m *QueryGetSecurityRequest) Size() (n int)
- func (m *QueryGetSecurityRequest) String() string
- func (m *QueryGetSecurityRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetSecurityRequest) XXX_DiscardUnknown()
- func (m *QueryGetSecurityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSecurityRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetSecurityRequest) XXX_Size() int
- func (m *QueryGetSecurityRequest) XXX_Unmarshal(b []byte) error
- type QueryGetSecurityResponse
- func (*QueryGetSecurityResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetSecurityResponse) GetSecurity() Security
- func (m *QueryGetSecurityResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSecurityResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSecurityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSecurityResponse) ProtoMessage()
- func (m *QueryGetSecurityResponse) Reset()
- func (m *QueryGetSecurityResponse) Size() (n int)
- func (m *QueryGetSecurityResponse) String() string
- func (m *QueryGetSecurityResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetSecurityResponse) XXX_DiscardUnknown()
- func (m *QueryGetSecurityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSecurityResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetSecurityResponse) XXX_Size() int
- func (m *QueryGetSecurityResponse) XXX_Unmarshal(b []byte) error
- type QueryGetSecurityStatusRequest
- func (*QueryGetSecurityStatusRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetSecurityStatusRequest) GetChainID() string
- func (m *QueryGetSecurityStatusRequest) GetSecurityStatusReqID() string
- func (m *QueryGetSecurityStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSecurityStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSecurityStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSecurityStatusRequest) ProtoMessage()
- func (m *QueryGetSecurityStatusRequest) Reset()
- func (m *QueryGetSecurityStatusRequest) Size() (n int)
- func (m *QueryGetSecurityStatusRequest) String() string
- func (m *QueryGetSecurityStatusRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetSecurityStatusRequest) XXX_DiscardUnknown()
- func (m *QueryGetSecurityStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSecurityStatusRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetSecurityStatusRequest) XXX_Size() int
- func (m *QueryGetSecurityStatusRequest) XXX_Unmarshal(b []byte) error
- type QueryGetSecurityStatusResponse
- func (*QueryGetSecurityStatusResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetSecurityStatusResponse) GetSecurityStatus() SecurityStatus
- func (m *QueryGetSecurityStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSecurityStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSecurityStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSecurityStatusResponse) ProtoMessage()
- func (m *QueryGetSecurityStatusResponse) Reset()
- func (m *QueryGetSecurityStatusResponse) Size() (n int)
- func (m *QueryGetSecurityStatusResponse) String() string
- func (m *QueryGetSecurityStatusResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetSecurityStatusResponse) XXX_DiscardUnknown()
- func (m *QueryGetSecurityStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSecurityStatusResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetSecurityStatusResponse) XXX_Size() int
- func (m *QueryGetSecurityStatusResponse) XXX_Unmarshal(b []byte) error
- type QueryGetSecurityTypesRequest
- func (*QueryGetSecurityTypesRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetSecurityTypesRequest) GetChainID() string
- func (m *QueryGetSecurityTypesRequest) GetSecurityReqID() string
- func (m *QueryGetSecurityTypesRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSecurityTypesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSecurityTypesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSecurityTypesRequest) ProtoMessage()
- func (m *QueryGetSecurityTypesRequest) Reset()
- func (m *QueryGetSecurityTypesRequest) Size() (n int)
- func (m *QueryGetSecurityTypesRequest) String() string
- func (m *QueryGetSecurityTypesRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetSecurityTypesRequest) XXX_DiscardUnknown()
- func (m *QueryGetSecurityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSecurityTypesRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetSecurityTypesRequest) XXX_Size() int
- func (m *QueryGetSecurityTypesRequest) XXX_Unmarshal(b []byte) error
- type QueryGetSecurityTypesResponse
- func (*QueryGetSecurityTypesResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetSecurityTypesResponse) GetSecurityTypes() SecurityTypes
- func (m *QueryGetSecurityTypesResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSecurityTypesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSecurityTypesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSecurityTypesResponse) ProtoMessage()
- func (m *QueryGetSecurityTypesResponse) Reset()
- func (m *QueryGetSecurityTypesResponse) Size() (n int)
- func (m *QueryGetSecurityTypesResponse) String() string
- func (m *QueryGetSecurityTypesResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetSecurityTypesResponse) XXX_DiscardUnknown()
- func (m *QueryGetSecurityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSecurityTypesResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetSecurityTypesResponse) XXX_Size() int
- func (m *QueryGetSecurityTypesResponse) XXX_Unmarshal(b []byte) error
- type QueryGetSessionLogoutRequest
- func (*QueryGetSessionLogoutRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetSessionLogoutRequest) GetChainID() string
- func (m *QueryGetSessionLogoutRequest) GetSessionID() string
- func (m *QueryGetSessionLogoutRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSessionLogoutRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSessionLogoutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSessionLogoutRequest) ProtoMessage()
- func (m *QueryGetSessionLogoutRequest) Reset()
- func (m *QueryGetSessionLogoutRequest) Size() (n int)
- func (m *QueryGetSessionLogoutRequest) String() string
- func (m *QueryGetSessionLogoutRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetSessionLogoutRequest) XXX_DiscardUnknown()
- func (m *QueryGetSessionLogoutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSessionLogoutRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetSessionLogoutRequest) XXX_Size() int
- func (m *QueryGetSessionLogoutRequest) XXX_Unmarshal(b []byte) error
- type QueryGetSessionLogoutResponse
- func (*QueryGetSessionLogoutResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetSessionLogoutResponse) GetSessionLogout() SessionLogout
- func (m *QueryGetSessionLogoutResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSessionLogoutResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSessionLogoutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSessionLogoutResponse) ProtoMessage()
- func (m *QueryGetSessionLogoutResponse) Reset()
- func (m *QueryGetSessionLogoutResponse) Size() (n int)
- func (m *QueryGetSessionLogoutResponse) String() string
- func (m *QueryGetSessionLogoutResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetSessionLogoutResponse) XXX_DiscardUnknown()
- func (m *QueryGetSessionLogoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSessionLogoutResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetSessionLogoutResponse) XXX_Size() int
- func (m *QueryGetSessionLogoutResponse) XXX_Unmarshal(b []byte) error
- type QueryGetSessionRejectRequest
- func (*QueryGetSessionRejectRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetSessionRejectRequest) GetChainID() string
- func (m *QueryGetSessionRejectRequest) GetSessionID() string
- func (m *QueryGetSessionRejectRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSessionRejectRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSessionRejectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSessionRejectRequest) ProtoMessage()
- func (m *QueryGetSessionRejectRequest) Reset()
- func (m *QueryGetSessionRejectRequest) Size() (n int)
- func (m *QueryGetSessionRejectRequest) String() string
- func (m *QueryGetSessionRejectRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetSessionRejectRequest) XXX_DiscardUnknown()
- func (m *QueryGetSessionRejectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSessionRejectRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetSessionRejectRequest) XXX_Size() int
- func (m *QueryGetSessionRejectRequest) XXX_Unmarshal(b []byte) error
- type QueryGetSessionRejectResponse
- func (*QueryGetSessionRejectResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetSessionRejectResponse) GetSessionReject() SessionReject
- func (m *QueryGetSessionRejectResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSessionRejectResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSessionRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSessionRejectResponse) ProtoMessage()
- func (m *QueryGetSessionRejectResponse) Reset()
- func (m *QueryGetSessionRejectResponse) Size() (n int)
- func (m *QueryGetSessionRejectResponse) String() string
- func (m *QueryGetSessionRejectResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetSessionRejectResponse) XXX_DiscardUnknown()
- func (m *QueryGetSessionRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSessionRejectResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetSessionRejectResponse) XXX_Size() int
- func (m *QueryGetSessionRejectResponse) XXX_Unmarshal(b []byte) error
- type QueryGetSessionsRequest
- func (*QueryGetSessionsRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetSessionsRequest) GetChainID() string
- func (m *QueryGetSessionsRequest) GetSessionID() string
- func (m *QueryGetSessionsRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSessionsRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSessionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSessionsRequest) ProtoMessage()
- func (m *QueryGetSessionsRequest) Reset()
- func (m *QueryGetSessionsRequest) Size() (n int)
- func (m *QueryGetSessionsRequest) String() string
- func (m *QueryGetSessionsRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetSessionsRequest) XXX_DiscardUnknown()
- func (m *QueryGetSessionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSessionsRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetSessionsRequest) XXX_Size() int
- func (m *QueryGetSessionsRequest) XXX_Unmarshal(b []byte) error
- type QueryGetSessionsResponse
- func (*QueryGetSessionsResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetSessionsResponse) GetSessions() Sessions
- func (m *QueryGetSessionsResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetSessionsResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetSessionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetSessionsResponse) ProtoMessage()
- func (m *QueryGetSessionsResponse) Reset()
- func (m *QueryGetSessionsResponse) Size() (n int)
- func (m *QueryGetSessionsResponse) String() string
- func (m *QueryGetSessionsResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetSessionsResponse) XXX_DiscardUnknown()
- func (m *QueryGetSessionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetSessionsResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetSessionsResponse) XXX_Size() int
- func (m *QueryGetSessionsResponse) XXX_Unmarshal(b []byte) error
- type QueryGetTradeCaptureRequest
- func (*QueryGetTradeCaptureRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetTradeCaptureRequest) GetChainID() string
- func (m *QueryGetTradeCaptureRequest) GetTradeReportID() string
- func (m *QueryGetTradeCaptureRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetTradeCaptureRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetTradeCaptureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetTradeCaptureRequest) ProtoMessage()
- func (m *QueryGetTradeCaptureRequest) Reset()
- func (m *QueryGetTradeCaptureRequest) Size() (n int)
- func (m *QueryGetTradeCaptureRequest) String() string
- func (m *QueryGetTradeCaptureRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetTradeCaptureRequest) XXX_DiscardUnknown()
- func (m *QueryGetTradeCaptureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetTradeCaptureRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetTradeCaptureRequest) XXX_Size() int
- func (m *QueryGetTradeCaptureRequest) XXX_Unmarshal(b []byte) error
- type QueryGetTradeCaptureResponse
- func (*QueryGetTradeCaptureResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetTradeCaptureResponse) GetTradeCapture() TradeCapture
- func (m *QueryGetTradeCaptureResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetTradeCaptureResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetTradeCaptureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetTradeCaptureResponse) ProtoMessage()
- func (m *QueryGetTradeCaptureResponse) Reset()
- func (m *QueryGetTradeCaptureResponse) Size() (n int)
- func (m *QueryGetTradeCaptureResponse) String() string
- func (m *QueryGetTradeCaptureResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetTradeCaptureResponse) XXX_DiscardUnknown()
- func (m *QueryGetTradeCaptureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetTradeCaptureResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetTradeCaptureResponse) XXX_Size() int
- func (m *QueryGetTradeCaptureResponse) XXX_Unmarshal(b []byte) error
- type QueryGetTradingSessionListRequest
- func (*QueryGetTradingSessionListRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetTradingSessionListRequest) GetChainID() string
- func (m *QueryGetTradingSessionListRequest) GetTradSesReqID() string
- func (m *QueryGetTradingSessionListRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetTradingSessionListRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetTradingSessionListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetTradingSessionListRequest) ProtoMessage()
- func (m *QueryGetTradingSessionListRequest) Reset()
- func (m *QueryGetTradingSessionListRequest) Size() (n int)
- func (m *QueryGetTradingSessionListRequest) String() string
- func (m *QueryGetTradingSessionListRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetTradingSessionListRequest) XXX_DiscardUnknown()
- func (m *QueryGetTradingSessionListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetTradingSessionListRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetTradingSessionListRequest) XXX_Size() int
- func (m *QueryGetTradingSessionListRequest) XXX_Unmarshal(b []byte) error
- type QueryGetTradingSessionListResponse
- func (*QueryGetTradingSessionListResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetTradingSessionListResponse) GetTradingSessionList() TradingSessionList
- func (m *QueryGetTradingSessionListResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetTradingSessionListResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetTradingSessionListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetTradingSessionListResponse) ProtoMessage()
- func (m *QueryGetTradingSessionListResponse) Reset()
- func (m *QueryGetTradingSessionListResponse) Size() (n int)
- func (m *QueryGetTradingSessionListResponse) String() string
- func (m *QueryGetTradingSessionListResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetTradingSessionListResponse) XXX_DiscardUnknown()
- func (m *QueryGetTradingSessionListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetTradingSessionListResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetTradingSessionListResponse) XXX_Size() int
- func (m *QueryGetTradingSessionListResponse) XXX_Unmarshal(b []byte) error
- type QueryGetTradingSessionRequest
- func (*QueryGetTradingSessionRequest) Descriptor() ([]byte, []int)
- func (m *QueryGetTradingSessionRequest) GetChainID() string
- func (m *QueryGetTradingSessionRequest) GetTradSesReqID() string
- func (m *QueryGetTradingSessionRequest) Marshal() (dAtA []byte, err error)
- func (m *QueryGetTradingSessionRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetTradingSessionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetTradingSessionRequest) ProtoMessage()
- func (m *QueryGetTradingSessionRequest) Reset()
- func (m *QueryGetTradingSessionRequest) Size() (n int)
- func (m *QueryGetTradingSessionRequest) String() string
- func (m *QueryGetTradingSessionRequest) Unmarshal(dAtA []byte) error
- func (m *QueryGetTradingSessionRequest) XXX_DiscardUnknown()
- func (m *QueryGetTradingSessionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetTradingSessionRequest) XXX_Merge(src proto.Message)
- func (m *QueryGetTradingSessionRequest) XXX_Size() int
- func (m *QueryGetTradingSessionRequest) XXX_Unmarshal(b []byte) error
- type QueryGetTradingSessionResponse
- func (*QueryGetTradingSessionResponse) Descriptor() ([]byte, []int)
- func (m *QueryGetTradingSessionResponse) GetTradingSession() TradingSession
- func (m *QueryGetTradingSessionResponse) Marshal() (dAtA []byte, err error)
- func (m *QueryGetTradingSessionResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QueryGetTradingSessionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QueryGetTradingSessionResponse) ProtoMessage()
- func (m *QueryGetTradingSessionResponse) Reset()
- func (m *QueryGetTradingSessionResponse) Size() (n int)
- func (m *QueryGetTradingSessionResponse) String() string
- func (m *QueryGetTradingSessionResponse) Unmarshal(dAtA []byte) error
- func (m *QueryGetTradingSessionResponse) XXX_DiscardUnknown()
- func (m *QueryGetTradingSessionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QueryGetTradingSessionResponse) XXX_Merge(src proto.Message)
- func (m *QueryGetTradingSessionResponse) XXX_Size() int
- func (m *QueryGetTradingSessionResponse) XXX_Unmarshal(b []byte) error
- type QueryServer
- type QuerySessionByIDQuoteRequest
- func (*QuerySessionByIDQuoteRequest) Descriptor() ([]byte, []int)
- func (m *QuerySessionByIDQuoteRequest) GetChainID() string
- func (m *QuerySessionByIDQuoteRequest) GetSessionID() string
- func (m *QuerySessionByIDQuoteRequest) Marshal() (dAtA []byte, err error)
- func (m *QuerySessionByIDQuoteRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QuerySessionByIDQuoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuerySessionByIDQuoteRequest) ProtoMessage()
- func (m *QuerySessionByIDQuoteRequest) Reset()
- func (m *QuerySessionByIDQuoteRequest) Size() (n int)
- func (m *QuerySessionByIDQuoteRequest) String() string
- func (m *QuerySessionByIDQuoteRequest) Unmarshal(dAtA []byte) error
- func (m *QuerySessionByIDQuoteRequest) XXX_DiscardUnknown()
- func (m *QuerySessionByIDQuoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuerySessionByIDQuoteRequest) XXX_Merge(src proto.Message)
- func (m *QuerySessionByIDQuoteRequest) XXX_Size() int
- func (m *QuerySessionByIDQuoteRequest) XXX_Unmarshal(b []byte) error
- type QuerySessionByIDQuoteResponse
- func (*QuerySessionByIDQuoteResponse) Descriptor() ([]byte, []int)
- func (m *QuerySessionByIDQuoteResponse) GetQuote() []Quote
- func (m *QuerySessionByIDQuoteResponse) Marshal() (dAtA []byte, err error)
- func (m *QuerySessionByIDQuoteResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *QuerySessionByIDQuoteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuerySessionByIDQuoteResponse) ProtoMessage()
- func (m *QuerySessionByIDQuoteResponse) Reset()
- func (m *QuerySessionByIDQuoteResponse) Size() (n int)
- func (m *QuerySessionByIDQuoteResponse) String() string
- func (m *QuerySessionByIDQuoteResponse) Unmarshal(dAtA []byte) error
- func (m *QuerySessionByIDQuoteResponse) XXX_DiscardUnknown()
- func (m *QuerySessionByIDQuoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuerySessionByIDQuoteResponse) XXX_Merge(src proto.Message)
- func (m *QuerySessionByIDQuoteResponse) XXX_Size() int
- func (m *QuerySessionByIDQuoteResponse) XXX_Unmarshal(b []byte) error
- type Quote
- func (*Quote) Descriptor() ([]byte, []int)
- func (m *Quote) GetQuoteAcknowledgement() *QuoteAcknowledgement
- func (m *Quote) GetQuoteRequest() *QuoteRequest
- func (m *Quote) GetQuoteRequestReject() *QuoteRequestReject
- func (m *Quote) GetSessionID() string
- func (m *Quote) Marshal() (dAtA []byte, err error)
- func (m *Quote) MarshalTo(dAtA []byte) (int, error)
- func (m *Quote) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Quote) ProtoMessage()
- func (m *Quote) Reset()
- func (m *Quote) Size() (n int)
- func (m *Quote) String() string
- func (m *Quote) Unmarshal(dAtA []byte) error
- func (m *Quote) XXX_DiscardUnknown()
- func (m *Quote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Quote) XXX_Merge(src proto.Message)
- func (m *Quote) XXX_Size() int
- func (m *Quote) XXX_Unmarshal(b []byte) error
- type QuoteAcknowledgement
- func (*QuoteAcknowledgement) Descriptor() ([]byte, []int)
- func (m *QuoteAcknowledgement) GetBidPx() string
- func (m *QuoteAcknowledgement) GetCurrency() string
- func (m *QuoteAcknowledgement) GetExpireTime() string
- func (m *QuoteAcknowledgement) GetHeader() *Header
- func (m *QuoteAcknowledgement) GetLastPx() string
- func (m *QuoteAcknowledgement) GetLastQty() string
- func (m *QuoteAcknowledgement) GetLegRatioQty() string
- func (m *QuoteAcknowledgement) GetLegSecurityID() string
- func (m *QuoteAcknowledgement) GetLegSecurityIDSource() string
- func (m *QuoteAcknowledgement) GetLegSymbol() string
- func (m *QuoteAcknowledgement) GetNoLegs() string
- func (m *QuoteAcknowledgement) GetNoQuoteQualifiers() string
- func (m *QuoteAcknowledgement) GetOfferPx() string
- func (m *QuoteAcknowledgement) GetOrderQty() string
- func (m *QuoteAcknowledgement) GetQuoteID() string
- func (m *QuoteAcknowledgement) GetQuoteQualifier() string
- func (m *QuoteAcknowledgement) GetQuoteReqID() string
- func (m *QuoteAcknowledgement) GetQuoteStatus() string
- func (m *QuoteAcknowledgement) GetQuoteType() string
- func (m *QuoteAcknowledgement) GetSecurityID() string
- func (m *QuoteAcknowledgement) GetSecurityIDSource() string
- func (m *QuoteAcknowledgement) GetSettlDate() string
- func (m *QuoteAcknowledgement) GetSide() string
- func (m *QuoteAcknowledgement) GetSymbol() string
- func (m *QuoteAcknowledgement) GetText() string
- func (m *QuoteAcknowledgement) GetTrailer() *Trailer
- func (m *QuoteAcknowledgement) GetValidUntilTime() string
- func (m *QuoteAcknowledgement) Marshal() (dAtA []byte, err error)
- func (m *QuoteAcknowledgement) MarshalTo(dAtA []byte) (int, error)
- func (m *QuoteAcknowledgement) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuoteAcknowledgement) ProtoMessage()
- func (m *QuoteAcknowledgement) Reset()
- func (m *QuoteAcknowledgement) Size() (n int)
- func (m *QuoteAcknowledgement) String() string
- func (m *QuoteAcknowledgement) Unmarshal(dAtA []byte) error
- func (m *QuoteAcknowledgement) XXX_DiscardUnknown()
- func (m *QuoteAcknowledgement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuoteAcknowledgement) XXX_Merge(src proto.Message)
- func (m *QuoteAcknowledgement) XXX_Size() int
- func (m *QuoteAcknowledgement) XXX_Unmarshal(b []byte) error
- type QuoteRequest
- func (*QuoteRequest) Descriptor() ([]byte, []int)
- func (m *QuoteRequest) GetAccount() string
- func (m *QuoteRequest) GetBidPx() string
- func (m *QuoteRequest) GetBidSize() string
- func (m *QuoteRequest) GetCurrency() string
- func (m *QuoteRequest) GetExpireTime() string
- func (m *QuoteRequest) GetFutSettDate() string
- func (m *QuoteRequest) GetHeader() *Header
- func (m *QuoteRequest) GetMic() string
- func (m *QuoteRequest) GetOfferPx() string
- func (m *QuoteRequest) GetOfferSize() string
- func (m *QuoteRequest) GetOrderQty() string
- func (m *QuoteRequest) GetQuoteReqID() string
- func (m *QuoteRequest) GetQuoteType() string
- func (m *QuoteRequest) GetSecurityID() string
- func (m *QuoteRequest) GetSecurityIDSource() string
- func (m *QuoteRequest) GetSettlDate2() string
- func (m *QuoteRequest) GetSide() string
- func (m *QuoteRequest) GetSymbol() string
- func (m *QuoteRequest) GetText() string
- func (m *QuoteRequest) GetTrailer() *Trailer
- func (m *QuoteRequest) GetValidUntilTime() string
- func (m *QuoteRequest) Marshal() (dAtA []byte, err error)
- func (m *QuoteRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *QuoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuoteRequest) ProtoMessage()
- func (m *QuoteRequest) Reset()
- func (m *QuoteRequest) Size() (n int)
- func (m *QuoteRequest) String() string
- func (m *QuoteRequest) Unmarshal(dAtA []byte) error
- func (m *QuoteRequest) XXX_DiscardUnknown()
- func (m *QuoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuoteRequest) XXX_Merge(src proto.Message)
- func (m *QuoteRequest) XXX_Size() int
- func (m *QuoteRequest) XXX_Unmarshal(b []byte) error
- type QuoteRequestReject
- func (*QuoteRequestReject) Descriptor() ([]byte, []int)
- func (m *QuoteRequestReject) GetHeader() *Header
- func (m *QuoteRequestReject) GetQuoteReqID() string
- func (m *QuoteRequestReject) GetQuoteRequestRejectReason() string
- func (m *QuoteRequestReject) GetText() string
- func (m *QuoteRequestReject) GetTrailer() *Trailer
- func (m *QuoteRequestReject) Marshal() (dAtA []byte, err error)
- func (m *QuoteRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *QuoteRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*QuoteRequestReject) ProtoMessage()
- func (m *QuoteRequestReject) Reset()
- func (m *QuoteRequestReject) Size() (n int)
- func (m *QuoteRequestReject) String() string
- func (m *QuoteRequestReject) Unmarshal(dAtA []byte) error
- func (m *QuoteRequestReject) XXX_DiscardUnknown()
- func (m *QuoteRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *QuoteRequestReject) XXX_Merge(src proto.Message)
- func (m *QuoteRequestReject) XXX_Size() int
- func (m *QuoteRequestReject) XXX_Unmarshal(b []byte) error
- type Security
- func (*Security) Descriptor() ([]byte, []int)
- func (m *Security) GetSecurityDefinition() *SecurityDefinition
- func (m *Security) GetSecurityDefinitionRequest() *SecurityDefinitionRequest
- func (m *Security) GetSecurityDefinitionRequestReject() *SecurityDefinitionRequestReject
- func (m *Security) GetSessionID() string
- func (m *Security) Marshal() (dAtA []byte, err error)
- func (m *Security) MarshalTo(dAtA []byte) (int, error)
- func (m *Security) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Security) ProtoMessage()
- func (m *Security) Reset()
- func (m *Security) Size() (n int)
- func (m *Security) String() string
- func (m *Security) Unmarshal(dAtA []byte) error
- func (m *Security) XXX_DiscardUnknown()
- func (m *Security) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Security) XXX_Merge(src proto.Message)
- func (m *Security) XXX_Size() int
- func (m *Security) XXX_Unmarshal(b []byte) error
- type SecurityDefinition
- func (*SecurityDefinition) Descriptor() ([]byte, []int)
- func (m *SecurityDefinition) GetContractMultiplier() string
- func (m *SecurityDefinition) GetCouponRate() string
- func (m *SecurityDefinition) GetCreditRating() string
- func (m *SecurityDefinition) GetCurrency() string
- func (m *SecurityDefinition) GetFactor() string
- func (m *SecurityDefinition) GetHeader() *Header
- func (m *SecurityDefinition) GetIssuer() string
- func (m *SecurityDefinition) GetMaturityMonthYear() string
- func (m *SecurityDefinition) GetMinPriceIncrement() string
- func (m *SecurityDefinition) GetMinPriceIncrementAmount() string
- func (m *SecurityDefinition) GetPriceUnitOfMeasure() string
- func (m *SecurityDefinition) GetSecurityDesc() string
- func (m *SecurityDefinition) GetSecurityExchange() string
- func (m *SecurityDefinition) GetSecurityExchangeID() string
- func (m *SecurityDefinition) GetSecurityReqID() string
- func (m *SecurityDefinition) GetSecurityResponseID() string
- func (m *SecurityDefinition) GetSecurityResponseType() string
- func (m *SecurityDefinition) GetSecurityType() string
- func (m *SecurityDefinition) GetSettlDate() string
- func (m *SecurityDefinition) GetSettlType() string
- func (m *SecurityDefinition) GetSymbol() string
- func (m *SecurityDefinition) GetTrailer() *Trailer
- func (m *SecurityDefinition) GetUnitOfMeasure() string
- func (m *SecurityDefinition) Marshal() (dAtA []byte, err error)
- func (m *SecurityDefinition) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityDefinition) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityDefinition) ProtoMessage()
- func (m *SecurityDefinition) Reset()
- func (m *SecurityDefinition) Size() (n int)
- func (m *SecurityDefinition) String() string
- func (m *SecurityDefinition) Unmarshal(dAtA []byte) error
- func (m *SecurityDefinition) XXX_DiscardUnknown()
- func (m *SecurityDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityDefinition) XXX_Merge(src proto.Message)
- func (m *SecurityDefinition) XXX_Size() int
- func (m *SecurityDefinition) XXX_Unmarshal(b []byte) error
- type SecurityDefinitionRequest
- func (*SecurityDefinitionRequest) Descriptor() ([]byte, []int)
- func (m *SecurityDefinitionRequest) GetCurrency() string
- func (m *SecurityDefinitionRequest) GetHeader() *Header
- func (m *SecurityDefinitionRequest) GetIssuer() string
- func (m *SecurityDefinitionRequest) GetSecurityDesc() string
- func (m *SecurityDefinitionRequest) GetSecurityExchange() string
- func (m *SecurityDefinitionRequest) GetSecurityReqID() string
- func (m *SecurityDefinitionRequest) GetSecurityRequestType() string
- func (m *SecurityDefinitionRequest) GetSecurityType() string
- func (m *SecurityDefinitionRequest) GetSymbol() string
- func (m *SecurityDefinitionRequest) GetTrailer() *Trailer
- func (m *SecurityDefinitionRequest) Marshal() (dAtA []byte, err error)
- func (m *SecurityDefinitionRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityDefinitionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityDefinitionRequest) ProtoMessage()
- func (m *SecurityDefinitionRequest) Reset()
- func (m *SecurityDefinitionRequest) Size() (n int)
- func (m *SecurityDefinitionRequest) String() string
- func (m *SecurityDefinitionRequest) Unmarshal(dAtA []byte) error
- func (m *SecurityDefinitionRequest) XXX_DiscardUnknown()
- func (m *SecurityDefinitionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityDefinitionRequest) XXX_Merge(src proto.Message)
- func (m *SecurityDefinitionRequest) XXX_Size() int
- func (m *SecurityDefinitionRequest) XXX_Unmarshal(b []byte) error
- type SecurityDefinitionRequestReject
- func (*SecurityDefinitionRequestReject) Descriptor() ([]byte, []int)
- func (m *SecurityDefinitionRequestReject) GetHeader() *Header
- func (m *SecurityDefinitionRequestReject) GetSecurityReqID() string
- func (m *SecurityDefinitionRequestReject) GetSecurityRequestError() string
- func (m *SecurityDefinitionRequestReject) GetSecurityRequestErrorCode() string
- func (m *SecurityDefinitionRequestReject) GetSecurityRequestResult() string
- func (m *SecurityDefinitionRequestReject) GetText() string
- func (m *SecurityDefinitionRequestReject) GetTrailer() *Trailer
- func (m *SecurityDefinitionRequestReject) Marshal() (dAtA []byte, err error)
- func (m *SecurityDefinitionRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityDefinitionRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityDefinitionRequestReject) ProtoMessage()
- func (m *SecurityDefinitionRequestReject) Reset()
- func (m *SecurityDefinitionRequestReject) Size() (n int)
- func (m *SecurityDefinitionRequestReject) String() string
- func (m *SecurityDefinitionRequestReject) Unmarshal(dAtA []byte) error
- func (m *SecurityDefinitionRequestReject) XXX_DiscardUnknown()
- func (m *SecurityDefinitionRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityDefinitionRequestReject) XXX_Merge(src proto.Message)
- func (m *SecurityDefinitionRequestReject) XXX_Size() int
- func (m *SecurityDefinitionRequestReject) XXX_Unmarshal(b []byte) error
- type SecurityList
- func (*SecurityList) Descriptor() ([]byte, []int)
- func (m *SecurityList) GetSecurityListRequest() *SecurityListRequest
- func (m *SecurityList) GetSecurityListRequestReject() *SecurityListRequestReject
- func (m *SecurityList) GetSecurityListResponse() *SecurityListResponse
- func (m *SecurityList) GetSessionID() string
- func (m *SecurityList) Marshal() (dAtA []byte, err error)
- func (m *SecurityList) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityList) ProtoMessage()
- func (m *SecurityList) Reset()
- func (m *SecurityList) Size() (n int)
- func (m *SecurityList) String() string
- func (m *SecurityList) Unmarshal(dAtA []byte) error
- func (m *SecurityList) XXX_DiscardUnknown()
- func (m *SecurityList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityList) XXX_Merge(src proto.Message)
- func (m *SecurityList) XXX_Size() int
- func (m *SecurityList) XXX_Unmarshal(b []byte) error
- type SecurityListRequest
- func (*SecurityListRequest) Descriptor() ([]byte, []int)
- func (m *SecurityListRequest) GetCurrency() string
- func (m *SecurityListRequest) GetEncodedText() string
- func (m *SecurityListRequest) GetEncodedTextLen() string
- func (m *SecurityListRequest) GetHeader() *Header
- func (m *SecurityListRequest) GetNoLegs() string
- func (m *SecurityListRequest) GetNoUnderlyings() string
- func (m *SecurityListRequest) GetSecurityListRequestType() string
- func (m *SecurityListRequest) GetSecurityReqID() string
- func (m *SecurityListRequest) GetSubscriptionRequestType() string
- func (m *SecurityListRequest) GetText() string
- func (m *SecurityListRequest) GetTradingSessionID() string
- func (m *SecurityListRequest) GetTradingSessionSubID() string
- func (m *SecurityListRequest) GetTrailer() *Trailer
- func (m *SecurityListRequest) Marshal() (dAtA []byte, err error)
- func (m *SecurityListRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityListRequest) ProtoMessage()
- func (m *SecurityListRequest) Reset()
- func (m *SecurityListRequest) Size() (n int)
- func (m *SecurityListRequest) String() string
- func (m *SecurityListRequest) Unmarshal(dAtA []byte) error
- func (m *SecurityListRequest) XXX_DiscardUnknown()
- func (m *SecurityListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityListRequest) XXX_Merge(src proto.Message)
- func (m *SecurityListRequest) XXX_Size() int
- func (m *SecurityListRequest) XXX_Unmarshal(b []byte) error
- type SecurityListRequestReject
- func (*SecurityListRequestReject) Descriptor() ([]byte, []int)
- func (m *SecurityListRequestReject) GetEncodedText() string
- func (m *SecurityListRequestReject) GetEncodedTextLen() string
- func (m *SecurityListRequestReject) GetHeader() *Header
- func (m *SecurityListRequestReject) GetSecurityListRequestType() string
- func (m *SecurityListRequestReject) GetSecurityReqID() string
- func (m *SecurityListRequestReject) GetSecurityRequestResult() string
- func (m *SecurityListRequestReject) GetText() string
- func (m *SecurityListRequestReject) GetTrailer() *Trailer
- func (m *SecurityListRequestReject) Marshal() (dAtA []byte, err error)
- func (m *SecurityListRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityListRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityListRequestReject) ProtoMessage()
- func (m *SecurityListRequestReject) Reset()
- func (m *SecurityListRequestReject) Size() (n int)
- func (m *SecurityListRequestReject) String() string
- func (m *SecurityListRequestReject) Unmarshal(dAtA []byte) error
- func (m *SecurityListRequestReject) XXX_DiscardUnknown()
- func (m *SecurityListRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityListRequestReject) XXX_Merge(src proto.Message)
- func (m *SecurityListRequestReject) XXX_Size() int
- func (m *SecurityListRequestReject) XXX_Unmarshal(b []byte) error
- type SecurityListResponse
- func (*SecurityListResponse) Descriptor() ([]byte, []int)
- func (m *SecurityListResponse) GetCurrency() string
- func (m *SecurityListResponse) GetEncodedText() string
- func (m *SecurityListResponse) GetEncodedTextLen() string
- func (m *SecurityListResponse) GetExpirationCycle() string
- func (m *SecurityListResponse) GetHeader() *Header
- func (m *SecurityListResponse) GetLastFragment() string
- func (m *SecurityListResponse) GetMinTradeVol() string
- func (m *SecurityListResponse) GetNoLegs() string
- func (m *SecurityListResponse) GetNoRelatedSym() string
- func (m *SecurityListResponse) GetNoUnderlyings() string
- func (m *SecurityListResponse) GetRoundLot() string
- func (m *SecurityListResponse) GetSecurityReqID() string
- func (m *SecurityListResponse) GetSecurityRequestResult() string
- func (m *SecurityListResponse) GetSecurityResponseID() string
- func (m *SecurityListResponse) GetText() string
- func (m *SecurityListResponse) GetTotNoRelatedSym() string
- func (m *SecurityListResponse) GetTradingSessionID() string
- func (m *SecurityListResponse) GetTradingSessionSubID() string
- func (m *SecurityListResponse) GetTrailer() *Trailer
- func (m *SecurityListResponse) Marshal() (dAtA []byte, err error)
- func (m *SecurityListResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityListResponse) ProtoMessage()
- func (m *SecurityListResponse) Reset()
- func (m *SecurityListResponse) Size() (n int)
- func (m *SecurityListResponse) String() string
- func (m *SecurityListResponse) Unmarshal(dAtA []byte) error
- func (m *SecurityListResponse) XXX_DiscardUnknown()
- func (m *SecurityListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityListResponse) XXX_Merge(src proto.Message)
- func (m *SecurityListResponse) XXX_Size() int
- func (m *SecurityListResponse) XXX_Unmarshal(b []byte) error
- type SecurityStatus
- func (*SecurityStatus) Descriptor() ([]byte, []int)
- func (m *SecurityStatus) GetSecurityStatusRequest() *SecurityStatusRequest
- func (m *SecurityStatus) GetSecurityStatusRequestReject() *SecurityStatusRequestReject
- func (m *SecurityStatus) GetSecurityStatusResponse() *SecurityStatusResponse
- func (m *SecurityStatus) GetSessionID() string
- func (m *SecurityStatus) Marshal() (dAtA []byte, err error)
- func (m *SecurityStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityStatus) ProtoMessage()
- func (m *SecurityStatus) Reset()
- func (m *SecurityStatus) Size() (n int)
- func (m *SecurityStatus) String() string
- func (m *SecurityStatus) Unmarshal(dAtA []byte) error
- func (m *SecurityStatus) XXX_DiscardUnknown()
- func (m *SecurityStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityStatus) XXX_Merge(src proto.Message)
- func (m *SecurityStatus) XXX_Size() int
- func (m *SecurityStatus) XXX_Unmarshal(b []byte) error
- type SecurityStatusRequest
- func (*SecurityStatusRequest) Descriptor() ([]byte, []int)
- func (m *SecurityStatusRequest) GetCurrency() string
- func (m *SecurityStatusRequest) GetHeader() *Header
- func (m *SecurityStatusRequest) GetInstrument() string
- func (m *SecurityStatusRequest) GetInstrumentLeg() string
- func (m *SecurityStatusRequest) GetNoLegs() string
- func (m *SecurityStatusRequest) GetNoUnderlyings() string
- func (m *SecurityStatusRequest) GetSecurityStatusReqID() string
- func (m *SecurityStatusRequest) GetSubscriptionRequestType() string
- func (m *SecurityStatusRequest) GetTradingSessionID() string
- func (m *SecurityStatusRequest) GetTradingSessionSubID() string
- func (m *SecurityStatusRequest) GetTrailer() *Trailer
- func (m *SecurityStatusRequest) GetUnderlyingInstrument() string
- func (m *SecurityStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *SecurityStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityStatusRequest) ProtoMessage()
- func (m *SecurityStatusRequest) Reset()
- func (m *SecurityStatusRequest) Size() (n int)
- func (m *SecurityStatusRequest) String() string
- func (m *SecurityStatusRequest) Unmarshal(dAtA []byte) error
- func (m *SecurityStatusRequest) XXX_DiscardUnknown()
- func (m *SecurityStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityStatusRequest) XXX_Merge(src proto.Message)
- func (m *SecurityStatusRequest) XXX_Size() int
- func (m *SecurityStatusRequest) XXX_Unmarshal(b []byte) error
- type SecurityStatusRequestReject
- func (*SecurityStatusRequestReject) Descriptor() ([]byte, []int)
- func (m *SecurityStatusRequestReject) GetHeader() *Header
- func (m *SecurityStatusRequestReject) GetSecurityRejectReason() string
- func (m *SecurityStatusRequestReject) GetSecurityStatusReqID() string
- func (m *SecurityStatusRequestReject) GetText() string
- func (m *SecurityStatusRequestReject) GetTrailer() *Trailer
- func (m *SecurityStatusRequestReject) Marshal() (dAtA []byte, err error)
- func (m *SecurityStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityStatusRequestReject) ProtoMessage()
- func (m *SecurityStatusRequestReject) Reset()
- func (m *SecurityStatusRequestReject) Size() (n int)
- func (m *SecurityStatusRequestReject) String() string
- func (m *SecurityStatusRequestReject) Unmarshal(dAtA []byte) error
- func (m *SecurityStatusRequestReject) XXX_DiscardUnknown()
- func (m *SecurityStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityStatusRequestReject) XXX_Merge(src proto.Message)
- func (m *SecurityStatusRequestReject) XXX_Size() int
- func (m *SecurityStatusRequestReject) XXX_Unmarshal(b []byte) error
- type SecurityStatusResponse
- func (*SecurityStatusResponse) Descriptor() ([]byte, []int)
- func (m *SecurityStatusResponse) GetAdjustment() string
- func (m *SecurityStatusResponse) GetBuyVolume() string
- func (m *SecurityStatusResponse) GetCorporateAction() string
- func (m *SecurityStatusResponse) GetCurrency() string
- func (m *SecurityStatusResponse) GetDueToRelated() string
- func (m *SecurityStatusResponse) GetFinancialStatus() string
- func (m *SecurityStatusResponse) GetHaltReason() string
- func (m *SecurityStatusResponse) GetHeader() *Header
- func (m *SecurityStatusResponse) GetHighPx() string
- func (m *SecurityStatusResponse) GetInViewOfCommon() string
- func (m *SecurityStatusResponse) GetInstrumentLeg() string
- func (m *SecurityStatusResponse) GetLastPx() string
- func (m *SecurityStatusResponse) GetLowPx() string
- func (m *SecurityStatusResponse) GetNoLegs() string
- func (m *SecurityStatusResponse) GetNoUnderlyings() string
- func (m *SecurityStatusResponse) GetSecurityStatusReqID() string
- func (m *SecurityStatusResponse) GetSecurityTradingStatus() string
- func (m *SecurityStatusResponse) GetSellVolume() string
- func (m *SecurityStatusResponse) GetText() string
- func (m *SecurityStatusResponse) GetTradingSessionID() string
- func (m *SecurityStatusResponse) GetTradingSessionSubID() string
- func (m *SecurityStatusResponse) GetTrailer() *Trailer
- func (m *SecurityStatusResponse) GetTransactTime() string
- func (m *SecurityStatusResponse) GetUnderlyingInstrument() string
- func (m *SecurityStatusResponse) GetUnsolicitedIndicator() string
- func (m *SecurityStatusResponse) Marshal() (dAtA []byte, err error)
- func (m *SecurityStatusResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityStatusResponse) ProtoMessage()
- func (m *SecurityStatusResponse) Reset()
- func (m *SecurityStatusResponse) Size() (n int)
- func (m *SecurityStatusResponse) String() string
- func (m *SecurityStatusResponse) Unmarshal(dAtA []byte) error
- func (m *SecurityStatusResponse) XXX_DiscardUnknown()
- func (m *SecurityStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityStatusResponse) XXX_Merge(src proto.Message)
- func (m *SecurityStatusResponse) XXX_Size() int
- func (m *SecurityStatusResponse) XXX_Unmarshal(b []byte) error
- type SecurityTypes
- func (*SecurityTypes) Descriptor() ([]byte, []int)
- func (m *SecurityTypes) GetSecurityTypesRequest() *SecurityTypesRequest
- func (m *SecurityTypes) GetSecurityTypesRequestReject() *SecurityTypesRequestReject
- func (m *SecurityTypes) GetSecurityTypesResponse() *SecurityTypesResponse
- func (m *SecurityTypes) GetSessionID() string
- func (m *SecurityTypes) Marshal() (dAtA []byte, err error)
- func (m *SecurityTypes) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityTypes) ProtoMessage()
- func (m *SecurityTypes) Reset()
- func (m *SecurityTypes) Size() (n int)
- func (m *SecurityTypes) String() string
- func (m *SecurityTypes) Unmarshal(dAtA []byte) error
- func (m *SecurityTypes) XXX_DiscardUnknown()
- func (m *SecurityTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityTypes) XXX_Merge(src proto.Message)
- func (m *SecurityTypes) XXX_Size() int
- func (m *SecurityTypes) XXX_Unmarshal(b []byte) error
- type SecurityTypesRequest
- func (*SecurityTypesRequest) Descriptor() ([]byte, []int)
- func (m *SecurityTypesRequest) GetHeader() *Header
- func (m *SecurityTypesRequest) GetProduct() string
- func (m *SecurityTypesRequest) GetSecurityReqID() string
- func (m *SecurityTypesRequest) GetSecuritySubType() string
- func (m *SecurityTypesRequest) GetSecurityType() string
- func (m *SecurityTypesRequest) GetText() string
- func (m *SecurityTypesRequest) GetTradingSessionID() string
- func (m *SecurityTypesRequest) GetTradingSessionSubID() string
- func (m *SecurityTypesRequest) GetTrailer() *Trailer
- func (m *SecurityTypesRequest) Marshal() (dAtA []byte, err error)
- func (m *SecurityTypesRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityTypesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityTypesRequest) ProtoMessage()
- func (m *SecurityTypesRequest) Reset()
- func (m *SecurityTypesRequest) Size() (n int)
- func (m *SecurityTypesRequest) String() string
- func (m *SecurityTypesRequest) Unmarshal(dAtA []byte) error
- func (m *SecurityTypesRequest) XXX_DiscardUnknown()
- func (m *SecurityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityTypesRequest) XXX_Merge(src proto.Message)
- func (m *SecurityTypesRequest) XXX_Size() int
- func (m *SecurityTypesRequest) XXX_Unmarshal(b []byte) error
- type SecurityTypesRequestReject
- func (*SecurityTypesRequestReject) Descriptor() ([]byte, []int)
- func (m *SecurityTypesRequestReject) GetHeader() *Header
- func (m *SecurityTypesRequestReject) GetRejectReason() string
- func (m *SecurityTypesRequestReject) GetSecurityReqID() string
- func (m *SecurityTypesRequestReject) GetText() string
- func (m *SecurityTypesRequestReject) GetTrailer() *Trailer
- func (m *SecurityTypesRequestReject) Marshal() (dAtA []byte, err error)
- func (m *SecurityTypesRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityTypesRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityTypesRequestReject) ProtoMessage()
- func (m *SecurityTypesRequestReject) Reset()
- func (m *SecurityTypesRequestReject) Size() (n int)
- func (m *SecurityTypesRequestReject) String() string
- func (m *SecurityTypesRequestReject) Unmarshal(dAtA []byte) error
- func (m *SecurityTypesRequestReject) XXX_DiscardUnknown()
- func (m *SecurityTypesRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityTypesRequestReject) XXX_Merge(src proto.Message)
- func (m *SecurityTypesRequestReject) XXX_Size() int
- func (m *SecurityTypesRequestReject) XXX_Unmarshal(b []byte) error
- type SecurityTypesResponse
- func (*SecurityTypesResponse) Descriptor() ([]byte, []int)
- func (m *SecurityTypesResponse) GetCFICode() string
- func (m *SecurityTypesResponse) GetHeader() *Header
- func (m *SecurityTypesResponse) GetLastFragment() string
- func (m *SecurityTypesResponse) GetNoSecurityTypes() string
- func (m *SecurityTypesResponse) GetProduct() string
- func (m *SecurityTypesResponse) GetSecurityReqID() string
- func (m *SecurityTypesResponse) GetSecurityResponseID() string
- func (m *SecurityTypesResponse) GetSecurityResponseType() string
- func (m *SecurityTypesResponse) GetSecuritySubType() string
- func (m *SecurityTypesResponse) GetSecurityType() string
- func (m *SecurityTypesResponse) GetSubscriptionRequestType() string
- func (m *SecurityTypesResponse) GetText() string
- func (m *SecurityTypesResponse) GetTotNoSecurityTypes() string
- func (m *SecurityTypesResponse) GetTradingSessionID() string
- func (m *SecurityTypesResponse) GetTradingSessionSubID() string
- func (m *SecurityTypesResponse) GetTrailer() *Trailer
- func (m *SecurityTypesResponse) Marshal() (dAtA []byte, err error)
- func (m *SecurityTypesResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *SecurityTypesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SecurityTypesResponse) ProtoMessage()
- func (m *SecurityTypesResponse) Reset()
- func (m *SecurityTypesResponse) Size() (n int)
- func (m *SecurityTypesResponse) String() string
- func (m *SecurityTypesResponse) Unmarshal(dAtA []byte) error
- func (m *SecurityTypesResponse) XXX_DiscardUnknown()
- func (m *SecurityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SecurityTypesResponse) XXX_Merge(src proto.Message)
- func (m *SecurityTypesResponse) XXX_Size() int
- func (m *SecurityTypesResponse) XXX_Unmarshal(b []byte) error
- type SessionLogout
- func (*SessionLogout) Descriptor() ([]byte, []int)
- func (m *SessionLogout) GetSessionID() string
- func (m *SessionLogout) GetSessionLogoutAcceptor() *SessionLogoutAcceptor
- func (m *SessionLogout) GetSessionLogoutInitiator() *SessionLogoutInitiator
- func (m *SessionLogout) Marshal() (dAtA []byte, err error)
- func (m *SessionLogout) MarshalTo(dAtA []byte) (int, error)
- func (m *SessionLogout) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SessionLogout) ProtoMessage()
- func (m *SessionLogout) Reset()
- func (m *SessionLogout) Size() (n int)
- func (m *SessionLogout) String() string
- func (m *SessionLogout) Unmarshal(dAtA []byte) error
- func (m *SessionLogout) XXX_DiscardUnknown()
- func (m *SessionLogout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SessionLogout) XXX_Merge(src proto.Message)
- func (m *SessionLogout) XXX_Size() int
- func (m *SessionLogout) XXX_Unmarshal(b []byte) error
- type SessionLogoutAcceptor
- func (*SessionLogoutAcceptor) Descriptor() ([]byte, []int)
- func (m *SessionLogoutAcceptor) GetHeader() *Header
- func (m *SessionLogoutAcceptor) GetText() string
- func (m *SessionLogoutAcceptor) GetTrailer() *Trailer
- func (m *SessionLogoutAcceptor) Marshal() (dAtA []byte, err error)
- func (m *SessionLogoutAcceptor) MarshalTo(dAtA []byte) (int, error)
- func (m *SessionLogoutAcceptor) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SessionLogoutAcceptor) ProtoMessage()
- func (m *SessionLogoutAcceptor) Reset()
- func (m *SessionLogoutAcceptor) Size() (n int)
- func (m *SessionLogoutAcceptor) String() string
- func (m *SessionLogoutAcceptor) Unmarshal(dAtA []byte) error
- func (m *SessionLogoutAcceptor) XXX_DiscardUnknown()
- func (m *SessionLogoutAcceptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SessionLogoutAcceptor) XXX_Merge(src proto.Message)
- func (m *SessionLogoutAcceptor) XXX_Size() int
- func (m *SessionLogoutAcceptor) XXX_Unmarshal(b []byte) error
- type SessionLogoutInitiator
- func (*SessionLogoutInitiator) Descriptor() ([]byte, []int)
- func (m *SessionLogoutInitiator) GetHeader() *Header
- func (m *SessionLogoutInitiator) GetText() string
- func (m *SessionLogoutInitiator) GetTrailer() *Trailer
- func (m *SessionLogoutInitiator) Marshal() (dAtA []byte, err error)
- func (m *SessionLogoutInitiator) MarshalTo(dAtA []byte) (int, error)
- func (m *SessionLogoutInitiator) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SessionLogoutInitiator) ProtoMessage()
- func (m *SessionLogoutInitiator) Reset()
- func (m *SessionLogoutInitiator) Size() (n int)
- func (m *SessionLogoutInitiator) String() string
- func (m *SessionLogoutInitiator) Unmarshal(dAtA []byte) error
- func (m *SessionLogoutInitiator) XXX_DiscardUnknown()
- func (m *SessionLogoutInitiator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SessionLogoutInitiator) XXX_Merge(src proto.Message)
- func (m *SessionLogoutInitiator) XXX_Size() int
- func (m *SessionLogoutInitiator) XXX_Unmarshal(b []byte) error
- type SessionReject
- func (*SessionReject) Descriptor() ([]byte, []int)
- func (m *SessionReject) GetHeader() *Header
- func (m *SessionReject) GetSessionID() string
- func (m *SessionReject) GetText() string
- func (m *SessionReject) GetTrailer() *Trailer
- func (m *SessionReject) Marshal() (dAtA []byte, err error)
- func (m *SessionReject) MarshalTo(dAtA []byte) (int, error)
- func (m *SessionReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*SessionReject) ProtoMessage()
- func (m *SessionReject) Reset()
- func (m *SessionReject) Size() (n int)
- func (m *SessionReject) String() string
- func (m *SessionReject) Unmarshal(dAtA []byte) error
- func (m *SessionReject) XXX_DiscardUnknown()
- func (m *SessionReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SessionReject) XXX_Merge(src proto.Message)
- func (m *SessionReject) XXX_Size() int
- func (m *SessionReject) XXX_Unmarshal(b []byte) error
- type Sessions
- func (*Sessions) Descriptor() ([]byte, []int)
- func (m *Sessions) GetIsAccepted() bool
- func (m *Sessions) GetLogonAcceptor() *LogonAcceptor
- func (m *Sessions) GetLogonInitiator() *LogonInitiator
- func (m *Sessions) GetSessionID() string
- func (m *Sessions) GetStatus() string
- func (m *Sessions) Marshal() (dAtA []byte, err error)
- func (m *Sessions) MarshalTo(dAtA []byte) (int, error)
- func (m *Sessions) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Sessions) ProtoMessage()
- func (m *Sessions) Reset()
- func (m *Sessions) Size() (n int)
- func (m *Sessions) String() string
- func (m *Sessions) Unmarshal(dAtA []byte) error
- func (m *Sessions) XXX_DiscardUnknown()
- func (m *Sessions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Sessions) XXX_Merge(src proto.Message)
- func (m *Sessions) XXX_Size() int
- func (m *Sessions) XXX_Unmarshal(b []byte) error
- type TradeCapture
- func (*TradeCapture) Descriptor() ([]byte, []int)
- func (m *TradeCapture) GetSessionID() string
- func (m *TradeCapture) GetTradeCaptureReport() *TradeCaptureReport
- func (m *TradeCapture) GetTradeCaptureReportAcknowledgement() *TradeCaptureReportAcknowledgement
- func (m *TradeCapture) GetTradeCaptureReportRejection() *TradeCaptureReportRejection
- func (m *TradeCapture) Marshal() (dAtA []byte, err error)
- func (m *TradeCapture) MarshalTo(dAtA []byte) (int, error)
- func (m *TradeCapture) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradeCapture) ProtoMessage()
- func (m *TradeCapture) Reset()
- func (m *TradeCapture) Size() (n int)
- func (m *TradeCapture) String() string
- func (m *TradeCapture) Unmarshal(dAtA []byte) error
- func (m *TradeCapture) XXX_DiscardUnknown()
- func (m *TradeCapture) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradeCapture) XXX_Merge(src proto.Message)
- func (m *TradeCapture) XXX_Size() int
- func (m *TradeCapture) XXX_Unmarshal(b []byte) error
- type TradeCaptureReport
- func (*TradeCaptureReport) Descriptor() ([]byte, []int)
- func (m *TradeCaptureReport) GetExecID() string
- func (m *TradeCaptureReport) GetGrossTradeAmt() string
- func (m *TradeCaptureReport) GetHeader() *Header
- func (m *TradeCaptureReport) GetLastPx() string
- func (m *TradeCaptureReport) GetLastQty() string
- func (m *TradeCaptureReport) GetOrderID() string
- func (m *TradeCaptureReport) GetOrderQty() string
- func (m *TradeCaptureReport) GetOrigTradeID() string
- func (m *TradeCaptureReport) GetSecurityID() string
- func (m *TradeCaptureReport) GetSecurityIDSource() string
- func (m *TradeCaptureReport) GetSettlDate() string
- func (m *TradeCaptureReport) GetSettlType() string
- func (m *TradeCaptureReport) GetSide() string
- func (m *TradeCaptureReport) GetSymbol() string
- func (m *TradeCaptureReport) GetTradeDate() string
- func (m *TradeCaptureReport) GetTradeID() string
- func (m *TradeCaptureReport) GetTradeReportID() string
- func (m *TradeCaptureReport) GetTradeReportTransType() string
- func (m *TradeCaptureReport) GetTradeReportType() string
- func (m *TradeCaptureReport) GetTrailer() *Trailer
- func (m *TradeCaptureReport) GetTransactTime() string
- func (m *TradeCaptureReport) GetTrdSubType() string
- func (m *TradeCaptureReport) GetTrdType() string
- func (m *TradeCaptureReport) Marshal() (dAtA []byte, err error)
- func (m *TradeCaptureReport) MarshalTo(dAtA []byte) (int, error)
- func (m *TradeCaptureReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradeCaptureReport) ProtoMessage()
- func (m *TradeCaptureReport) Reset()
- func (m *TradeCaptureReport) Size() (n int)
- func (m *TradeCaptureReport) String() string
- func (m *TradeCaptureReport) Unmarshal(dAtA []byte) error
- func (m *TradeCaptureReport) XXX_DiscardUnknown()
- func (m *TradeCaptureReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradeCaptureReport) XXX_Merge(src proto.Message)
- func (m *TradeCaptureReport) XXX_Size() int
- func (m *TradeCaptureReport) XXX_Unmarshal(b []byte) error
- type TradeCaptureReportAcknowledgement
- func (*TradeCaptureReportAcknowledgement) Descriptor() ([]byte, []int)
- func (m *TradeCaptureReportAcknowledgement) GetExecType() string
- func (m *TradeCaptureReportAcknowledgement) GetHeader() *Header
- func (m *TradeCaptureReportAcknowledgement) GetSecondaryTradeID() string
- func (m *TradeCaptureReportAcknowledgement) GetSecondaryTradeReportID() string
- func (m *TradeCaptureReportAcknowledgement) GetText() string
- func (m *TradeCaptureReportAcknowledgement) GetTradeID() string
- func (m *TradeCaptureReportAcknowledgement) GetTradeReportID() string
- func (m *TradeCaptureReportAcknowledgement) GetTradeReportRefID() string
- func (m *TradeCaptureReportAcknowledgement) GetTradeReportRejectReason() int64
- func (m *TradeCaptureReportAcknowledgement) GetTradeReportStatus() string
- func (m *TradeCaptureReportAcknowledgement) GetTradeReportType() string
- func (m *TradeCaptureReportAcknowledgement) GetTradeTransType() string
- func (m *TradeCaptureReportAcknowledgement) GetTrailer() *Trailer
- func (m *TradeCaptureReportAcknowledgement) GetTrdSubType() string
- func (m *TradeCaptureReportAcknowledgement) GetTrdType() string
- func (m *TradeCaptureReportAcknowledgement) Marshal() (dAtA []byte, err error)
- func (m *TradeCaptureReportAcknowledgement) MarshalTo(dAtA []byte) (int, error)
- func (m *TradeCaptureReportAcknowledgement) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradeCaptureReportAcknowledgement) ProtoMessage()
- func (m *TradeCaptureReportAcknowledgement) Reset()
- func (m *TradeCaptureReportAcknowledgement) Size() (n int)
- func (m *TradeCaptureReportAcknowledgement) String() string
- func (m *TradeCaptureReportAcknowledgement) Unmarshal(dAtA []byte) error
- func (m *TradeCaptureReportAcknowledgement) XXX_DiscardUnknown()
- func (m *TradeCaptureReportAcknowledgement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradeCaptureReportAcknowledgement) XXX_Merge(src proto.Message)
- func (m *TradeCaptureReportAcknowledgement) XXX_Size() int
- func (m *TradeCaptureReportAcknowledgement) XXX_Unmarshal(b []byte) error
- type TradeCaptureReportRejection
- func (*TradeCaptureReportRejection) Descriptor() ([]byte, []int)
- func (m *TradeCaptureReportRejection) GetHeader() *Header
- func (m *TradeCaptureReportRejection) GetText() string
- func (m *TradeCaptureReportRejection) GetTradeReportID() string
- func (m *TradeCaptureReportRejection) GetTradeReportRejectReason() int64
- func (m *TradeCaptureReportRejection) GetTradeReportRejectRefID() string
- func (m *TradeCaptureReportRejection) GetTrailer() *Trailer
- func (m *TradeCaptureReportRejection) Marshal() (dAtA []byte, err error)
- func (m *TradeCaptureReportRejection) MarshalTo(dAtA []byte) (int, error)
- func (m *TradeCaptureReportRejection) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradeCaptureReportRejection) ProtoMessage()
- func (m *TradeCaptureReportRejection) Reset()
- func (m *TradeCaptureReportRejection) Size() (n int)
- func (m *TradeCaptureReportRejection) String() string
- func (m *TradeCaptureReportRejection) Unmarshal(dAtA []byte) error
- func (m *TradeCaptureReportRejection) XXX_DiscardUnknown()
- func (m *TradeCaptureReportRejection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradeCaptureReportRejection) XXX_Merge(src proto.Message)
- func (m *TradeCaptureReportRejection) XXX_Size() int
- func (m *TradeCaptureReportRejection) XXX_Unmarshal(b []byte) error
- type TradingSession
- func (*TradingSession) Descriptor() ([]byte, []int)
- func (m *TradingSession) GetSessionID() string
- func (m *TradingSession) GetTradingSessionStatus() *TradingSessionStatus
- func (m *TradingSession) GetTradingSessionStatusRequest() *TradingSessionStatusRequest
- func (m *TradingSession) GetTradingSessionStatusRequestReject() *TradingSessionStatusRequestReject
- func (m *TradingSession) Marshal() (dAtA []byte, err error)
- func (m *TradingSession) MarshalTo(dAtA []byte) (int, error)
- func (m *TradingSession) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradingSession) ProtoMessage()
- func (m *TradingSession) Reset()
- func (m *TradingSession) Size() (n int)
- func (m *TradingSession) String() string
- func (m *TradingSession) Unmarshal(dAtA []byte) error
- func (m *TradingSession) XXX_DiscardUnknown()
- func (m *TradingSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradingSession) XXX_Merge(src proto.Message)
- func (m *TradingSession) XXX_Size() int
- func (m *TradingSession) XXX_Unmarshal(b []byte) error
- type TradingSessionList
- func (*TradingSessionList) Descriptor() ([]byte, []int)
- func (m *TradingSessionList) GetSessionID() string
- func (m *TradingSessionList) GetTradingSessionListRequest() *TradingSessionListRequest
- func (m *TradingSessionList) GetTradingSessionListRequestReject() *TradingSessionListRequestReject
- func (m *TradingSessionList) GetTradingSessionListResponse() *TradingSessionListResponse
- func (m *TradingSessionList) Marshal() (dAtA []byte, err error)
- func (m *TradingSessionList) MarshalTo(dAtA []byte) (int, error)
- func (m *TradingSessionList) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradingSessionList) ProtoMessage()
- func (m *TradingSessionList) Reset()
- func (m *TradingSessionList) Size() (n int)
- func (m *TradingSessionList) String() string
- func (m *TradingSessionList) Unmarshal(dAtA []byte) error
- func (m *TradingSessionList) XXX_DiscardUnknown()
- func (m *TradingSessionList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradingSessionList) XXX_Merge(src proto.Message)
- func (m *TradingSessionList) XXX_Size() int
- func (m *TradingSessionList) XXX_Unmarshal(b []byte) error
- type TradingSessionListRequest
- func (*TradingSessionListRequest) Descriptor() ([]byte, []int)
- func (m *TradingSessionListRequest) GetHeader() *Header
- func (m *TradingSessionListRequest) GetSecurityExchange() string
- func (m *TradingSessionListRequest) GetSubscriptionRequestType() string
- func (m *TradingSessionListRequest) GetTradSesMethod() string
- func (m *TradingSessionListRequest) GetTradSesMode() string
- func (m *TradingSessionListRequest) GetTradSesReqID() string
- func (m *TradingSessionListRequest) GetTradingSessionID() string
- func (m *TradingSessionListRequest) GetTradingSessionSubID() string
- func (m *TradingSessionListRequest) GetTrailer() *Trailer
- func (m *TradingSessionListRequest) Marshal() (dAtA []byte, err error)
- func (m *TradingSessionListRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *TradingSessionListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradingSessionListRequest) ProtoMessage()
- func (m *TradingSessionListRequest) Reset()
- func (m *TradingSessionListRequest) Size() (n int)
- func (m *TradingSessionListRequest) String() string
- func (m *TradingSessionListRequest) Unmarshal(dAtA []byte) error
- func (m *TradingSessionListRequest) XXX_DiscardUnknown()
- func (m *TradingSessionListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradingSessionListRequest) XXX_Merge(src proto.Message)
- func (m *TradingSessionListRequest) XXX_Size() int
- func (m *TradingSessionListRequest) XXX_Unmarshal(b []byte) error
- type TradingSessionListRequestReject
- func (*TradingSessionListRequestReject) Descriptor() ([]byte, []int)
- func (m *TradingSessionListRequestReject) GetHeader() *Header
- func (m *TradingSessionListRequestReject) GetText() string
- func (m *TradingSessionListRequestReject) GetTradSesReqID() string
- func (m *TradingSessionListRequestReject) GetTradSesStatus() string
- func (m *TradingSessionListRequestReject) GetTradSesStatusRejReason() string
- func (m *TradingSessionListRequestReject) GetTrailer() *Trailer
- func (m *TradingSessionListRequestReject) Marshal() (dAtA []byte, err error)
- func (m *TradingSessionListRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *TradingSessionListRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradingSessionListRequestReject) ProtoMessage()
- func (m *TradingSessionListRequestReject) Reset()
- func (m *TradingSessionListRequestReject) Size() (n int)
- func (m *TradingSessionListRequestReject) String() string
- func (m *TradingSessionListRequestReject) Unmarshal(dAtA []byte) error
- func (m *TradingSessionListRequestReject) XXX_DiscardUnknown()
- func (m *TradingSessionListRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradingSessionListRequestReject) XXX_Merge(src proto.Message)
- func (m *TradingSessionListRequestReject) XXX_Size() int
- func (m *TradingSessionListRequestReject) XXX_Unmarshal(b []byte) error
- type TradingSessionListResponse
- func (*TradingSessionListResponse) Descriptor() ([]byte, []int)
- func (m *TradingSessionListResponse) GetHeader() *Header
- func (m *TradingSessionListResponse) GetNoTradingSessions() string
- func (m *TradingSessionListResponse) GetSecurityExchange() string
- func (m *TradingSessionListResponse) GetTradSesCloseTime() string
- func (m *TradingSessionListResponse) GetTradSesEndTime() string
- func (m *TradingSessionListResponse) GetTradSesMethod() string
- func (m *TradingSessionListResponse) GetTradSesMode() string
- func (m *TradingSessionListResponse) GetTradSesOpenTime() string
- func (m *TradingSessionListResponse) GetTradSesPreCloseTime() string
- func (m *TradingSessionListResponse) GetTradSesReqID() string
- func (m *TradingSessionListResponse) GetTradSesStartTime() string
- func (m *TradingSessionListResponse) GetTradSesStatus() string
- func (m *TradingSessionListResponse) GetTradSesStatusRejReason() string
- func (m *TradingSessionListResponse) GetTradingSessionID() string
- func (m *TradingSessionListResponse) GetTradingSessionSubID() string
- func (m *TradingSessionListResponse) GetTrailer() *Trailer
- func (m *TradingSessionListResponse) GetUnsolicitedIndicator() string
- func (m *TradingSessionListResponse) Marshal() (dAtA []byte, err error)
- func (m *TradingSessionListResponse) MarshalTo(dAtA []byte) (int, error)
- func (m *TradingSessionListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradingSessionListResponse) ProtoMessage()
- func (m *TradingSessionListResponse) Reset()
- func (m *TradingSessionListResponse) Size() (n int)
- func (m *TradingSessionListResponse) String() string
- func (m *TradingSessionListResponse) Unmarshal(dAtA []byte) error
- func (m *TradingSessionListResponse) XXX_DiscardUnknown()
- func (m *TradingSessionListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradingSessionListResponse) XXX_Merge(src proto.Message)
- func (m *TradingSessionListResponse) XXX_Size() int
- func (m *TradingSessionListResponse) XXX_Unmarshal(b []byte) error
- type TradingSessionStatus
- func (*TradingSessionStatus) Descriptor() ([]byte, []int)
- func (m *TradingSessionStatus) GetHeader() *Header
- func (m *TradingSessionStatus) GetMarketID() string
- func (m *TradingSessionStatus) GetMarketSegmentID() string
- func (m *TradingSessionStatus) GetSecurityExchange() string
- func (m *TradingSessionStatus) GetSecurityID() string
- func (m *TradingSessionStatus) GetSecurityIDSource() string
- func (m *TradingSessionStatus) GetSymbol() string
- func (m *TradingSessionStatus) GetTotalVolumeTraded() int32
- func (m *TradingSessionStatus) GetTradSesCloseTime() string
- func (m *TradingSessionStatus) GetTradSesEndTime() string
- func (m *TradingSessionStatus) GetTradSesHighPx() string
- func (m *TradingSessionStatus) GetTradSesLowPx() string
- func (m *TradingSessionStatus) GetTradSesOpenTime() string
- func (m *TradingSessionStatus) GetTradSesPreCloseTime() string
- func (m *TradingSessionStatus) GetTradSesReqID() string
- func (m *TradingSessionStatus) GetTradSesStartTime() string
- func (m *TradingSessionStatus) GetTradSesStatus() int32
- func (m *TradingSessionStatus) GetTradSesStatusRejReason() int32
- func (m *TradingSessionStatus) GetTradingSessionID() string
- func (m *TradingSessionStatus) GetTrailer() *Trailer
- func (m *TradingSessionStatus) Marshal() (dAtA []byte, err error)
- func (m *TradingSessionStatus) MarshalTo(dAtA []byte) (int, error)
- func (m *TradingSessionStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradingSessionStatus) ProtoMessage()
- func (m *TradingSessionStatus) Reset()
- func (m *TradingSessionStatus) Size() (n int)
- func (m *TradingSessionStatus) String() string
- func (m *TradingSessionStatus) Unmarshal(dAtA []byte) error
- func (m *TradingSessionStatus) XXX_DiscardUnknown()
- func (m *TradingSessionStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradingSessionStatus) XXX_Merge(src proto.Message)
- func (m *TradingSessionStatus) XXX_Size() int
- func (m *TradingSessionStatus) XXX_Unmarshal(b []byte) error
- type TradingSessionStatusRequest
- func (*TradingSessionStatusRequest) Descriptor() ([]byte, []int)
- func (m *TradingSessionStatusRequest) GetExpirationDate() string
- func (m *TradingSessionStatusRequest) GetHeader() *Header
- func (m *TradingSessionStatusRequest) GetMarketID() string
- func (m *TradingSessionStatusRequest) GetMarketSegmentID() string
- func (m *TradingSessionStatusRequest) GetSecurityExchange() string
- func (m *TradingSessionStatusRequest) GetSecurityID() string
- func (m *TradingSessionStatusRequest) GetSecurityIDSource() string
- func (m *TradingSessionStatusRequest) GetSubscriptionRequest() string
- func (m *TradingSessionStatusRequest) GetSymbol() string
- func (m *TradingSessionStatusRequest) GetTradSesMode() int32
- func (m *TradingSessionStatusRequest) GetTradSesReqID() string
- func (m *TradingSessionStatusRequest) GetTradSesReqType() int32
- func (m *TradingSessionStatusRequest) GetTradSesSubReqType() int32
- func (m *TradingSessionStatusRequest) GetTradingSessionDate() string
- func (m *TradingSessionStatusRequest) GetTradingSessionID() string
- func (m *TradingSessionStatusRequest) GetTradingSessionSubID() string
- func (m *TradingSessionStatusRequest) GetTradingSessionSubTime() string
- func (m *TradingSessionStatusRequest) GetTradingSessionTime() string
- func (m *TradingSessionStatusRequest) GetTrailer() *Trailer
- func (m *TradingSessionStatusRequest) Marshal() (dAtA []byte, err error)
- func (m *TradingSessionStatusRequest) MarshalTo(dAtA []byte) (int, error)
- func (m *TradingSessionStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradingSessionStatusRequest) ProtoMessage()
- func (m *TradingSessionStatusRequest) Reset()
- func (m *TradingSessionStatusRequest) Size() (n int)
- func (m *TradingSessionStatusRequest) String() string
- func (m *TradingSessionStatusRequest) Unmarshal(dAtA []byte) error
- func (m *TradingSessionStatusRequest) XXX_DiscardUnknown()
- func (m *TradingSessionStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradingSessionStatusRequest) XXX_Merge(src proto.Message)
- func (m *TradingSessionStatusRequest) XXX_Size() int
- func (m *TradingSessionStatusRequest) XXX_Unmarshal(b []byte) error
- type TradingSessionStatusRequestReject
- func (*TradingSessionStatusRequestReject) Descriptor() ([]byte, []int)
- func (m *TradingSessionStatusRequestReject) GetHeader() *Header
- func (m *TradingSessionStatusRequestReject) GetRefMsgType() string
- func (m *TradingSessionStatusRequestReject) GetRefSeqNum() string
- func (m *TradingSessionStatusRequestReject) GetSessionRejectReason() int32
- func (m *TradingSessionStatusRequestReject) GetText() string
- func (m *TradingSessionStatusRequestReject) GetTrailer() *Trailer
- func (m *TradingSessionStatusRequestReject) Marshal() (dAtA []byte, err error)
- func (m *TradingSessionStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
- func (m *TradingSessionStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*TradingSessionStatusRequestReject) ProtoMessage()
- func (m *TradingSessionStatusRequestReject) Reset()
- func (m *TradingSessionStatusRequestReject) Size() (n int)
- func (m *TradingSessionStatusRequestReject) String() string
- func (m *TradingSessionStatusRequestReject) Unmarshal(dAtA []byte) error
- func (m *TradingSessionStatusRequestReject) XXX_DiscardUnknown()
- func (m *TradingSessionStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TradingSessionStatusRequestReject) XXX_Merge(src proto.Message)
- func (m *TradingSessionStatusRequestReject) XXX_Size() int
- func (m *TradingSessionStatusRequestReject) XXX_Unmarshal(b []byte) error
- type Trailer
- func (*Trailer) Descriptor() ([]byte, []int)
- func (m *Trailer) GetCheckSum() int64
- func (m *Trailer) Marshal() (dAtA []byte, err error)
- func (m *Trailer) MarshalTo(dAtA []byte) (int, error)
- func (m *Trailer) MarshalToSizedBuffer(dAtA []byte) (int, error)
- func (*Trailer) ProtoMessage()
- func (m *Trailer) Reset()
- func (m *Trailer) Size() (n int)
- func (m *Trailer) String() string
- func (m *Trailer) Unmarshal(dAtA []byte) error
- func (m *Trailer) XXX_DiscardUnknown()
- func (m *Trailer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Trailer) XXX_Merge(src proto.Message)
- func (m *Trailer) XXX_Size() int
- func (m *Trailer) XXX_Unmarshal(b []byte) error
- type UnimplementedMsgServer
- func (*UnimplementedMsgServer) DeleteAccount(ctx context.Context, req *MsgDeleteAccount) (*MsgDeleteAccountResponse, error)
- func (*UnimplementedMsgServer) LogonAcceptor(ctx context.Context, req *MsgLogonAcceptor) (*MsgLogonAcceptorResponse, error)
- func (*UnimplementedMsgServer) LogonInitiator(ctx context.Context, req *MsgLogonInitiator) (*MsgLogonInitiatorResponse, error)
- func (*UnimplementedMsgServer) LogonReject(ctx context.Context, req *MsgLogonReject) (*MsgLogonRejectResponse, error)
- func (*UnimplementedMsgServer) LogoutAcceptor(ctx context.Context, req *MsgLogoutAcceptor) (*MsgLogoutAcceptorResponse, error)
- func (*UnimplementedMsgServer) LogoutInitiator(ctx context.Context, req *MsgLogoutInitiator) (*MsgLogoutInitiatorResponse, error)
- func (*UnimplementedMsgServer) MarketDataIncremental(ctx context.Context, req *MsgMarketDataIncremental) (*MsgMarketDataIncrementalResponse, error)
- func (*UnimplementedMsgServer) MarketDataRequest(ctx context.Context, req *MsgMarketDataRequest) (*MsgMarketDataRequestResponse, error)
- func (*UnimplementedMsgServer) MarketDataRequestReject(ctx context.Context, req *MsgMarketDataRequestReject) (*MsgMarketDataRequestRejectResponse, error)
- func (*UnimplementedMsgServer) MarketDataSnapshotFullRefresh(ctx context.Context, req *MsgMarketDataSnapshotFullRefresh) (*MsgMarketDataSnapshotFullRefreshResponse, error)
- func (*UnimplementedMsgServer) NewOrderSingle(ctx context.Context, req *MsgNewOrderSingle) (*MsgNewOrderSingleResponse, error)
- func (*UnimplementedMsgServer) OrderCancelReject(ctx context.Context, req *MsgOrderCancelReject) (*MsgOrderCancelRejectResponse, error)
- func (*UnimplementedMsgServer) OrderCancelRequest(ctx context.Context, req *MsgOrderCancelRequest) (*MsgOrderCancelRequestResponse, error)
- func (*UnimplementedMsgServer) OrderExecutionReport(ctx context.Context, req *MsgOrderExecutionReport) (*MsgOrderExecutionReportResponse, error)
- func (*UnimplementedMsgServer) OrderMassStatusReport(ctx context.Context, req *MsgOrderMassStatusReport) (*MsgOrderMassStatusReportResponse, error)
- func (*UnimplementedMsgServer) OrderMassStatusRequest(ctx context.Context, req *MsgOrderMassStatusRequest) (*MsgOrderMassStatusRequestResponse, error)
- func (*UnimplementedMsgServer) OrderMassStatusRequestReject(ctx context.Context, req *MsgOrderMassStatusRequestReject) (*MsgOrderMassStatusRequestRejectResponse, error)
- func (*UnimplementedMsgServer) QuoteAcknowledgement(ctx context.Context, req *MsgQuoteAcknowledgement) (*MsgQuoteAcknowledgementResponse, error)
- func (*UnimplementedMsgServer) QuoteRequest(ctx context.Context, req *MsgQuoteRequest) (*MsgQuoteRequestResponse, error)
- func (*UnimplementedMsgServer) QuoteRequestReject(ctx context.Context, req *MsgQuoteRequestReject) (*MsgQuoteRequestRejectResponse, error)
- func (*UnimplementedMsgServer) RegisterAccount(ctx context.Context, req *MsgRegisterAccount) (*MsgRegisterAccountResponse, error)
- func (*UnimplementedMsgServer) SecurityDefinition(ctx context.Context, req *MsgSecurityDefinition) (*MsgSecurityDefinitionResponse, error)
- func (*UnimplementedMsgServer) SecurityDefinitionRequest(ctx context.Context, req *MsgSecurityDefinitionRequest) (*MsgSecurityDefinitionRequestResponse, error)
- func (*UnimplementedMsgServer) SecurityDefinitionRequestReject(ctx context.Context, req *MsgSecurityDefinitionRequestReject) (*MsgSecurityDefinitionRequestRejectResponse, error)
- func (*UnimplementedMsgServer) SecurityListRequest(ctx context.Context, req *MsgSecurityListRequest) (*MsgSecurityListRequestResponse, error)
- func (*UnimplementedMsgServer) SecurityListRequestReject(ctx context.Context, req *MsgSecurityListRequestReject) (*MsgSecurityListRequestRejectResponse, error)
- func (*UnimplementedMsgServer) SecurityListResponse(ctx context.Context, req *MsgSecurityListResponse) (*MsgSecurityListResponseResponse, error)
- func (*UnimplementedMsgServer) SecurityStatusRequest(ctx context.Context, req *MsgSecurityStatusRequest) (*MsgSecurityStatusRequestResponse, error)
- func (*UnimplementedMsgServer) SecurityStatusRequestReject(ctx context.Context, req *MsgSecurityStatusRequestReject) (*MsgSecurityStatusRequestRejectResponse, error)
- func (*UnimplementedMsgServer) SecurityStatusResponse(ctx context.Context, req *MsgSecurityStatusResponse) (*MsgSecurityStatusResponseResponse, error)
- func (*UnimplementedMsgServer) SecurityTypesRequest(ctx context.Context, req *MsgSecurityTypesRequest) (*MsgSecurityTypesRequestResponse, error)
- func (*UnimplementedMsgServer) SecurityTypesRequestReject(ctx context.Context, req *MsgSecurityTypesRequestReject) (*MsgSecurityTypesRequestRejectResponse, error)
- func (*UnimplementedMsgServer) SecurityTypesResponse(ctx context.Context, req *MsgSecurityTypesResponse) (*MsgSecurityTypesResponseResponse, error)
- func (*UnimplementedMsgServer) TerminateLogon(ctx context.Context, req *MsgTerminateLogon) (*MsgTerminateLogonResponse, error)
- func (*UnimplementedMsgServer) TradeCaptureReport(ctx context.Context, req *MsgTradeCaptureReport) (*MsgTradeCaptureReportResponse, error)
- func (*UnimplementedMsgServer) TradeCaptureReportAcknowledgement(ctx context.Context, req *MsgTradeCaptureReportAcknowledgement) (*MsgTradeCaptureReportAcknowledgementResponse, error)
- func (*UnimplementedMsgServer) TradeCaptureReportRejection(ctx context.Context, req *MsgTradeCaptureReportRejection) (*MsgTradeCaptureReportRejectionResponse, error)
- func (*UnimplementedMsgServer) TradingSessionListRequest(ctx context.Context, req *MsgTradingSessionListRequest) (*MsgTradingSessionListRequestResponse, error)
- func (*UnimplementedMsgServer) TradingSessionListRequestReject(ctx context.Context, req *MsgTradingSessionListRequestReject) (*MsgTradingSessionListRequestRejectResponse, error)
- func (*UnimplementedMsgServer) TradingSessionListResponse(ctx context.Context, req *MsgTradingSessionListResponse) (*MsgTradingSessionListResponseResponse, error)
- func (*UnimplementedMsgServer) TradingSessionStatus(ctx context.Context, req *MsgTradingSessionStatus) (*MsgTradingSessionStatusResponse, error)
- func (*UnimplementedMsgServer) TradingSessionStatusRequest(ctx context.Context, req *MsgTradingSessionStatusRequest) (*MsgTradingSessionStatusRequestResponse, error)
- func (*UnimplementedMsgServer) TradingSessionStatusRequestReject(ctx context.Context, req *MsgTradingSessionStatusRequestReject) (*MsgTradingSessionStatusRequestRejectResponse, error)
- func (*UnimplementedMsgServer) UpdateAccount(ctx context.Context, req *MsgUpdateAccount) (*MsgUpdateAccountResponse, error)
- type UnimplementedQueryServer
- func (*UnimplementedQueryServer) AccountRegistration(ctx context.Context, req *QueryGetAccountRegistrationRequest) (*QueryGetAccountRegistrationResponse, error)
- func (*UnimplementedQueryServer) AccountRegistrationAll(ctx context.Context, req *QueryAllAccountRegistrationRequest) (*QueryAllAccountRegistrationResponse, error)
- func (*UnimplementedQueryServer) MarketData(ctx context.Context, req *QueryGetMarketDataRequest) (*QueryGetMarketDataResponse, error)
- func (*UnimplementedQueryServer) MarketDataAll(ctx context.Context, req *QueryAllMarketDataRequest) (*QueryAllMarketDataResponse, error)
- func (*UnimplementedQueryServer) OrderMassStatus(ctx context.Context, req *QueryGetOrderMassStatusRequest) (*QueryGetOrderMassStatusResponse, error)
- func (*UnimplementedQueryServer) OrderMassStatusAll(ctx context.Context, req *QueryAllOrderMassStatusRequest) (*QueryAllOrderMassStatusResponse, error)
- func (*UnimplementedQueryServer) Orders(ctx context.Context, req *QueryGetOrdersRequest) (*QueryGetOrdersResponse, error)
- func (*UnimplementedQueryServer) OrdersAll(ctx context.Context, req *QueryAllOrdersRequest) (*QueryAllOrdersResponse, error)
- func (*UnimplementedQueryServer) OrdersByAddress(ctx context.Context, req *QueryGetOrdersByAddressRequest) (*QueryGetOrdersByAddressResponse, error)
- func (*UnimplementedQueryServer) OrdersCancelReject(ctx context.Context, req *QueryGetOrdersCancelRejectRequest) (*QueryGetOrdersCancelRejectResponse, error)
- func (*UnimplementedQueryServer) OrdersCancelRejectAll(ctx context.Context, req *QueryAllOrdersCancelRejectRequest) (*QueryAllOrdersCancelRejectResponse, error)
- func (*UnimplementedQueryServer) OrdersCancelRequest(ctx context.Context, req *QueryGetOrdersCancelRequestRequest) (*QueryGetOrdersCancelRequestResponse, error)
- func (*UnimplementedQueryServer) OrdersCancelRequestAll(ctx context.Context, req *QueryAllOrdersCancelRequestRequest) (*QueryAllOrdersCancelRequestResponse, error)
- func (*UnimplementedQueryServer) OrdersExecutionReport(ctx context.Context, req *QueryGetOrdersExecutionReportRequest) (*QueryGetOrdersExecutionReportResponse, error)
- func (*UnimplementedQueryServer) OrdersExecutionReportAll(ctx context.Context, req *QueryAllOrdersExecutionReportRequest) (*QueryAllOrdersExecutionReportResponse, error)
- func (*UnimplementedQueryServer) OrdersExecutionReportByAddress(ctx context.Context, req *QueryGetOrdersExecutionReportByAddressRequest) (*QueryGetOrdersExecutionReportByAddressResponse, error)
- func (*UnimplementedQueryServer) Quote(ctx context.Context, req *QueryGetQuoteRequest) (*QueryGetQuoteResponse, error)
- func (*UnimplementedQueryServer) QuoteAll(ctx context.Context, req *QueryAllQuoteRequest) (*QueryAllQuoteResponse, error)
- func (*UnimplementedQueryServer) QuotesBySessionID(ctx context.Context, req *QuerySessionByIDQuoteRequest) (*QuerySessionByIDQuoteResponse, error)
- func (*UnimplementedQueryServer) Security(ctx context.Context, req *QueryGetSecurityRequest) (*QueryGetSecurityResponse, error)
- func (*UnimplementedQueryServer) SecurityAll(ctx context.Context, req *QueryAllSecurityRequest) (*QueryAllSecurityResponse, error)
- func (*UnimplementedQueryServer) SecurityList(ctx context.Context, req *QueryGetSecurityListRequest) (*QueryGetSecurityListResponse, error)
- func (*UnimplementedQueryServer) SecurityListAll(ctx context.Context, req *QueryAllSecurityListRequest) (*QueryAllSecurityListResponse, error)
- func (*UnimplementedQueryServer) SecurityStatus(ctx context.Context, req *QueryGetSecurityStatusRequest) (*QueryGetSecurityStatusResponse, error)
- func (*UnimplementedQueryServer) SecurityStatusAll(ctx context.Context, req *QueryAllSecurityStatusRequest) (*QueryAllSecurityStatusResponse, error)
- func (*UnimplementedQueryServer) SecurityTypes(ctx context.Context, req *QueryGetSecurityTypesRequest) (*QueryGetSecurityTypesResponse, error)
- func (*UnimplementedQueryServer) SecurityTypesAll(ctx context.Context, req *QueryAllSecurityTypesRequest) (*QueryAllSecurityTypesResponse, error)
- func (*UnimplementedQueryServer) SessionLogout(ctx context.Context, req *QueryGetSessionLogoutRequest) (*QueryGetSessionLogoutResponse, error)
- func (*UnimplementedQueryServer) SessionLogoutAll(ctx context.Context, req *QueryAllSessionLogoutRequest) (*QueryAllSessionLogoutResponse, error)
- func (*UnimplementedQueryServer) SessionReject(ctx context.Context, req *QueryGetSessionRejectRequest) (*QueryGetSessionRejectResponse, error)
- func (*UnimplementedQueryServer) SessionRejectAll(ctx context.Context, req *QueryAllSessionRejectRequest) (*QueryAllSessionRejectResponse, error)
- func (*UnimplementedQueryServer) Sessions(ctx context.Context, req *QueryGetSessionsRequest) (*QueryGetSessionsResponse, error)
- func (*UnimplementedQueryServer) SessionsAll(ctx context.Context, req *QueryAllSessionsRequest) (*QueryAllSessionsResponse, error)
- func (*UnimplementedQueryServer) TradeCapture(ctx context.Context, req *QueryGetTradeCaptureRequest) (*QueryGetTradeCaptureResponse, error)
- func (*UnimplementedQueryServer) TradeCaptureAll(ctx context.Context, req *QueryAllTradeCaptureRequest) (*QueryAllTradeCaptureResponse, error)
- func (*UnimplementedQueryServer) TradingSession(ctx context.Context, req *QueryGetTradingSessionRequest) (*QueryGetTradingSessionResponse, error)
- func (*UnimplementedQueryServer) TradingSessionAll(ctx context.Context, req *QueryAllTradingSessionRequest) (*QueryAllTradingSessionResponse, error)
- func (*UnimplementedQueryServer) TradingSessionList(ctx context.Context, req *QueryGetTradingSessionListRequest) (*QueryGetTradingSessionListResponse, error)
- func (*UnimplementedQueryServer) TradingSessionListAll(ctx context.Context, req *QueryAllTradingSessionListRequest) (*QueryAllTradingSessionListResponse, error)
Constants ¶
const ( // ModuleName defines the module name ModuleName = "fix" // StoreKey defines the primary module store key StoreKey = ModuleName // RouterKey defines the module's message routing key RouterKey = ModuleName // MemStoreKey defines the in-memory store key MemStoreKey = "mem_fix" )
const ( TypeMsgQuoteRequest = "quote_request" TypeMsgQuoteAcknowledgement = "quote_acknowledgement" TypeMsgQuoteRequestReject = "quote_request_reject" )
const DefaultIndex uint64 = 1
DefaultIndex is the default global index
const TypeMsgDeleteAccount = "delete_account"
const TypeMsgLogonAcceptor = "logon_acceptor"
const (
TypeMsgLogonInitiator = "logon_initiator"
)
const TypeMsgLogonReject = "logon_reject"
const TypeMsgLogoutAcceptor = "logout_acceptor"
const TypeMsgLogoutInitiator = "logout_initiator"
const TypeMsgMarketDataIncremental = "market_data_incremental"
const TypeMsgMarketDataRequest = "market_data_request"
const TypeMsgMarketDataRequestReject = "market_data_request_reject"
const TypeMsgMarketDataSnapshotFullRefresh = "market_data_snapshot_full_refresh"
const TypeMsgNewOrderSingle = "new_order_single"
const TypeMsgOrderCancelReject = "order_cancel_reject"
const TypeMsgOrderCancelRequest = "order_cancel_request"
const TypeMsgOrderExecutionReport = "order_execution_report"
const TypeMsgOrderMassStatusReport = "order_mass_status_report"
const TypeMsgOrderMassStatusRequest = "order_mass_status_request"
const TypeMsgOrderMassStatusRequestReject = "order_mass_status_request_reject"
const TypeMsgRegisterAccount = "register_account"
const TypeMsgSecurityDefinition = "security_definition"
const TypeMsgSecurityDefinitionRequest = "security_definition_request"
const TypeMsgSecurityDefinitionRequestReject = "security_definition_request_reject"
const TypeMsgSecurityListRequest = "security_list_request"
const TypeMsgSecurityListRequestReject = "security_list_request_reject"
const TypeMsgSecurityListResponse = "security_list_response"
const TypeMsgSecurityStatusRequest = "security_status_request"
const TypeMsgSecurityStatusRequestReject = "security_status_request_reject"
const TypeMsgSecurityStatusResponse = "security_status_response"
const TypeMsgSecurityTypesRequest = "security_types_request"
const TypeMsgSecurityTypesRequestReject = "security_types_request_reject"
const TypeMsgSecurityTypesResponse = "security_types_response"
const TypeMsgTerminateLogon = "terminate_logon"
const TypeMsgTradeCaptureReport = "trade_capture_report"
const TypeMsgTradeCaptureReportAcknowledgement = "trade_capture_report_acknowledgement"
const TypeMsgTradeCaptureReportRejection = "trade_capture_report_rejection"
const TypeMsgTradingSessionListRequest = "trading_session_list_request"
const TypeMsgTradingSessionListRequestReject = "trading_session_list_request_reject"
const TypeMsgTradingSessionListResponse = "trading_session_list_response"
const TypeMsgTradingSessionStatus = "trading_session_status"
const TypeMsgTradingSessionStatusRequest = "trading_session_status_request"
const TypeMsgTradingSessionStatusRequestReject = "trading_session_status_request_reject"
const TypeMsgUpdateAccount = "update_account"
Variables ¶
var ( ErrInvalidLengthAccount = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowAccount = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupAccount = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthAccountRegistration = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowAccountRegistration = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupAccountRegistration = fmt.Errorf("proto: unexpected end of group") )
var ( Amino = codec.NewLegacyAmino() ModuleCdc = codec.NewProtoCodec(cdctypes.NewInterfaceRegistry()) )
var ( // Account Registration ErrAccountIsTaken = sdkerrors.Register(ModuleName, errAccountIsTaken, "Account Address is used already") ErrCompanyNameIsTaken = sdkerrors.Register(ModuleName, errCompanyNameIsTaken, "Company Name exists with an account already") ErrWebsiteIstaken = sdkerrors.Register(ModuleName, errWebsiteIstaken, "Website is used already") ErrNotAccountCreator = sdkerrors.Register(ModuleName, errNotAccountCreator, "Incorrect Account Owner") ErrAccountIsEmpty = sdkerrors.Register(ModuleName, errAccountIsEmpty, "This Account Address is not registered") ErrAddressNotMatched = sdkerrors.Register(ModuleName, errAddressNotMatched, "This Address does not match the account creator") // Session ErrSessionIDFound = sdkerrors.Register(ModuleName, errSessionIDFound, "SessionID exists") ErrSessionSameAddress = sdkerrors.Register(ModuleName, errSessionSameAddress, "Session can not use same address for senderCompID and targetCompID") ErrEmptySession = sdkerrors.Register(ModuleName, errEmptySession, "Session does not Exist") ErrWrongSession = sdkerrors.Register(ModuleName, errWrongSession, "The Session provided does not tally with account") ErrIncorrectAddress = sdkerrors.Register(ModuleName, errIncorrectAddress, "senderCompID and targetCompID does not match in session") ErrSessionIsAccepted = sdkerrors.Register(ModuleName, errSessionIsAccepted, "session is accepted already") ErrSessionIsRejected = sdkerrors.Register(ModuleName, errSessionIsRejected, "session is rejected already") ErrSessionIsNotLoggedIn = sdkerrors.Register(ModuleName, errSessionIsNotLoggedIn, "There is no active session with this sessionID") ErrSessionLogoutIsInitiated = sdkerrors.Register(ModuleName, errSessionLogoutIsInitiated, "Session Logout is initiated already") ErrSessionLogoutIsAccepted = sdkerrors.Register(ModuleName, errSessionLogoutIsAccepted, "Session Logout is accepted already") ErrSessionLogoutIsNotInitiated = sdkerrors.Register(ModuleName, errSessionLogoutIsNotInitiated, "Session Logout is not initiated") ErrWrongChainID = sdkerrors.Register(ModuleName, errWrongChainID, "The provided chainID is wrong") // Quote ErrQuoteIsEmpty = sdkerrors.Register(ModuleName, errQuoteIsEmpty, "Quote Is Empty") ErrQuoteReqIDIsTaken = sdkerrors.Register(ModuleName, errQuoteReqIDIsTaken, "QuoteReqID exists already for a given Quote Request") ErrQuoteReqIDIsEmpty = sdkerrors.Register(ModuleName, errQuoteReqIDIsEmpty, "QuoteReqID is empty") ErrQuoteSymbolIsEmpty = sdkerrors.Register(ModuleName, errQuoteSymbolIsEmpty, "Quote Symbol is empty") ErrQuoteSideIsEmpty = sdkerrors.Register(ModuleName, errQuoteSideIsEmpty, "Quote Side is empty") ErrQuoteBidPxIsEmpty = sdkerrors.Register(ModuleName, errQuoteBidPxIsEmpty, "Quote BidPx is empty") ErrQuoteCurrencyIsEmpty = sdkerrors.Register(ModuleName, errQuoteCurrencyIsEmpty, "Quote Currency is empty") ErrQuoteTypeIsEmpty = sdkerrors.Register(ModuleName, errQuoteTypeIsEmpty, "QuoteType is empty") ErrMICInQuoteRquestIsNotFound = sdkerrors.Register(ModuleName, errMICInQuoteRquestIsNotFound, "MIC used in Quote is not registered") ErrQuoteRequestIsRejected = sdkerrors.Register(ModuleName, errQuoteRequestIsRejected, "Quote Request has been Rejected") ErrQuoteAcknowledgementCreatorIsWrong = sdkerrors.Register(ModuleName, errQuoteAcknowledgementCreatorIsWrong, "This Account Address is not allowed to Acknowledge this Quote Request") ErrQuoteSession = sdkerrors.Register(ModuleName, errQuoteSession, "The sessionID is not recognized by the Quote Request system") ErrQuoteRequestRejectCreatorIsWrong = sdkerrors.Register(ModuleName, errQuoteRequestRejectCreatorIsWrong, "This Account Address is not allowed to Reject this Quote Request") ErrQuoteRequestIsAcknowledged = sdkerrors.Register(ModuleName, errQuoteRequestIsAcknowledged, "Quote Request has been Acknowledged") ErrQuoteRequestRejectReasonIsEmpty = sdkerrors.Register(ModuleName, errQuoteRequestRejectReasonIsEmpty, "Quote Request Reject Reason is empty") // Market Data ErrSubscriptionRequestTypeIsEmpty = sdkerrors.Register(ModuleName, errSubscriptionRequestTypeIsEmpty, "SubscriptionRequestType is empty") ErrMarketDepthIsEmpty = sdkerrors.Register(ModuleName, errMarketDepthIsEmpty, "MarketDepth is empty") ErrMdUpdateTypeIsEmpty = sdkerrors.Register(ModuleName, errMdUpdateTypeIsEmpty, "MdUpdateType is empty") ErrNoRelatedSymIsEmpty = sdkerrors.Register(ModuleName, errNoRelatedSymIsEmpty, "NoRelatedSym is empty") ErrSymbolIsEmpty = sdkerrors.Register(ModuleName, errSymbolIsEmpty, "Symbol is empty") ErrMdReqIDIsNotFound = sdkerrors.Register(ModuleName, errMdReqIDIsNotFound, "MdReqID is not found") ErrMarketDataSnapShotFullRefreshCreatorIsWrong = sdkerrors.Register(ModuleName, errMarketDataSnapShotFullRefreshCreatorIsWrong, "This account address is not allowed to respond to the market data request") ErrMarketDataRequestIsRejected = sdkerrors.Register(ModuleName, errMarketDataRequestIsRejected, "Market Data Request has been rejected") ErrMdReqIDIsEmpty = sdkerrors.Register(ModuleName, errMdReqIDIsEmpty, "MdReqID is empty") ErrNoMDEntriesIsEmpty = sdkerrors.Register(ModuleName, errNoMDEntriesIsEmpty, "NoMDEntries is empty") ErrMdUpdateActionIsEmpty = sdkerrors.Register(ModuleName, errMdUpdateActionIsEmpty, "MdUpdateAction is empty") ErrMdEntryTypeIsEmpty = sdkerrors.Register(ModuleName, errMdEntryTypeIsEmpty, "MdEntryType is empty") ErrMdEntryPxIsEmpty = sdkerrors.Register(ModuleName, errMdEntryPxIsEmpty, "MdEntryPx is empty") ErrMdEntrySizeIsEmpty = sdkerrors.Register(ModuleName, errMdEntrySizeIsEmpty, "MdEntrySize is empty") ErrMarketDataSession = sdkerrors.Register(ModuleName, errMarketDataSession, "The sessionID is not recognized by the Market Data Request system") ErrMarketDataRequestRejectCreatorIsWrong = sdkerrors.Register(ModuleName, errMarketDataRequestRejectCreatorIsWrong, "This account address is not allowed to respond to the market data request reject") ErrMarketDataRequestIsAcknowlodged = sdkerrors.Register(ModuleName, errMarketDataRequestIsAcknowlodged, "Market Data Request has been acknowledged") ErrMdReqRejReasonIsEmpty = sdkerrors.Register(ModuleName, errMdReqRejReasonIsEmpty, "MdReqRejReason is empty") // Orders ErrOrdersExecutionReportIsNotFound = sdkerrors.Register(ModuleName, errOrdersExecutionReportIsNotFound, "Order Execution Report is not found") ErrOrderIDIsNotFound = sdkerrors.Register(ModuleName, errOrderIDIsNotFound, "OrderID is not found") ErrExecIDIsNotFound = sdkerrors.Register(ModuleName, errExecIDIsNotFound, "ExecID is not found") ErrOrderIsNotFound = sdkerrors.Register(ModuleName, errOrderIsNotFound, "Order is not found") ErrOrderIsExecutedAlready = sdkerrors.Register(ModuleName, errOrderIsExecutedAlready, "Order is executed already") ErrOrderEmptyField = sdkerrors.Register(ModuleName, errOrderEmptyField, "This field can not be left empty") // Trade Capture ErrTradeReportIDIsEmpty = sdkerrors.Register(ModuleName, errTradeReportIDIsEmpty, "TradeReportID is not empty") ErrTradeReportTransTypeIsEmpty = sdkerrors.Register(ModuleName, errTradeReportTransTypeIsEmpty, "TradeReportTransType is not Empty") ErrTrdTypeIsEmpty = sdkerrors.Register(ModuleName, errTrdTypeIsEmpty, "TrdType is not Empty") ErrTradeCaptureSideIsEmpty = sdkerrors.Register(ModuleName, errTradeCaptureSideIsEmpty, "Trade Capture Side is not Empty") ErrTradeCaptureOrderQtyIsEmpty = sdkerrors.Register(ModuleName, errTradeCaptureOrderQtyIsEmpty, "Trade Capture OrderQty is not Empty") ErrTradeCaptureLastQtyIsEmpty = sdkerrors.Register(ModuleName, errTradeCaptureLastQtyIsEmpty, "Trade Capture LastQty is not Empty") ErrTradeCaptureLastPxIsEmpty = sdkerrors.Register(ModuleName, errTradeCaptureLastPxIsEmpty, "Trade Capture LastPx is not Empty") ErrTradeCaptureGrossTradeAmtIsEmpty = sdkerrors.Register(ModuleName, errTradeCaptureGrossTradeAmtIsEmpty, "Trade Capture GrossTradeAmt is not Empty") ErrTradeCaptureSymbolIsEmpty = sdkerrors.Register(ModuleName, errTradeCaptureSymbolIsEmpty, "Trade Capture Symbol is not Empty") ErrTradeCaptureSecurityIDIsEmpty = sdkerrors.Register(ModuleName, errTradeCaptureSecurityIDIsEmpty, "Trade Capture SecurityID is not Empty") ErrTradeCaptureTradeDateIsEmpty = sdkerrors.Register(ModuleName, errTradeCaptureTradeDateIsEmpty, "Trade Capture TradeDate is not Empty") ErrTradeCaptureTransactTimeIsEmpty = sdkerrors.Register(ModuleName, errTradeCaptureTransactTimeIsEmpty, "Trade Capture TransactTime is not Empty") ErrTradeCaptureIsNotFound = sdkerrors.Register(ModuleName, errTradeCaptureIsNotFound, "Trade Capture Report is not found") ErrTradeCaptureMismatchField = sdkerrors.Register(ModuleName, errTradeCaptureMismatchField, "This value does not match the value from trade capture report") ErrExecTypeIsEmpty = sdkerrors.Register(ModuleName, errExecTypeIsEmpty, "ExecType is empty") ErrTradeReportStatusIsEmpty = sdkerrors.Register(ModuleName, errTradeReportStatusIsEmpty, "TradeReportStatus is empty") ErrTradeCaptureReportIsRejected = sdkerrors.Register(ModuleName, errTradeCaptureReportIsRejected, "Trade Capture Report has been rejected") ErrTradeCaptureReportIsAcknowledged = sdkerrors.Register(ModuleName, errTradeCaptureReportIsAcknowledged, "Trade Capture Report has been acknowledged") ErrTradeCaptureSession = sdkerrors.Register(ModuleName, errTradeCaptureSession, "The sessionID is not recognized by the Trade Capture Report system") ErrTradeReportRejectReasonIsEmpty = sdkerrors.Register(ModuleName, errTradeReportRejectReasonIsEmpty, "TradeReportRejectReason is empty") // security Definition ErrSecurityReqIDIsEmpty = sdkerrors.Register(ModuleName, errSecurityReqIDIsEmpty, "SecurityReqID is empty") ErrSecurityRequestTypeIsEmpty = sdkerrors.Register(ModuleName, errSecurityRequestTypeIsEmpty, "SecurityRequestType is empty") ErrSecuritySymbolIsEmpty = sdkerrors.Register(ModuleName, errSecuritySymbolIsEmpty, "Symbol is empty") ErrSecurityExchangeIsEmpty = sdkerrors.Register(ModuleName, errSecurityExchangeIsEmpty, "SecurityExchange is empty") ErrSecuritySession = sdkerrors.Register(ModuleName, errSecuritySession, "The sessionID is not recognized by the Security Definition Request system") ErrSecurityIsNotFound = sdkerrors.Register(ModuleName, errSecurityIsNotFound, "Security Definition Request is not found") ErrSecurityDefinitionRequestIsRejected = sdkerrors.Register(ModuleName, errSecurityDefinitionRequestIsRejected, "Security Definition Request has been rejected") ErrSecurityDefinitionRequestIsAcknowledged = sdkerrors.Register(ModuleName, errSecurityDefinitionRequestIsAcknowledged, "Security Definition Request has been acknowledged") ErrSecurityMismatchField = sdkerrors.Register(ModuleName, errSecurityMismatchField, "This value does not match the value from security definition request") ErrSecurityTypeIsEmpty = sdkerrors.Register(ModuleName, errSecurityTypeIsEmpty, "SecurityType is empty") ErrSecurityCurrencyIsEmpty = sdkerrors.Register(ModuleName, errSecurityCurrencyIsEmpty, "Currency is empty") ErrSecurityMinPriceIncrementIsEmpty = sdkerrors.Register(ModuleName, errSecurityMinPriceIncrementIsEmpty, "MinPriceIncrement is empty") ErrSecurityRequestResultIsEmpty = sdkerrors.Register(ModuleName, errSecurityRequestResultIsEmpty, "SecurityRequestResult is empty") ErrSecurityRequestErrorIsEmpty = sdkerrors.Register(ModuleName, errSecurityRequestErrorIsEmpty, "SecurityRequestError is empty") // Order Mass Status ErrOrderMassStatusSession = sdkerrors.Register(ModuleName, errOrderMassStatusSession, "The sessionID is not recognized by the Order Mass Status Request system") ErrOrderMassStatusMismatchField = sdkerrors.Register(ModuleName, errOrderMassStatusMismatchField, "This value does not match the value from the Order") ErrOrderMassStatusEmptyField = sdkerrors.Register(ModuleName, errOrderMassStatusEmptyField, "This field can not be left empty") ErrOrderMassStatusIsNotFound = sdkerrors.Register(ModuleName, errOrderMassStatusIsNotFound, "Order mass status is not found") ErrOrderMassStatusCreatorIsWrong = sdkerrors.Register(ModuleName, errOrderMassStatusCreatorIsWrong, "This account address can not respond to order mass status request") ErrOrderMassStatusRequestIsAcknowledged = sdkerrors.Register(ModuleName, errOrderMassStatusRequestIsAcknowledged, "Order Mass Status Request has been responded to") ErrOrderMassStatusRequestIsRejected = sdkerrors.Register(ModuleName, errOrderMassStatusRequestIsRejected, "Order Mass Status Request has been rejected") // Trading Session ErrTradingSessionEmptyField = sdkerrors.Register(ModuleName, errTradingSessionEmptyField, "This field can not be left empty") ErrTradingSessionSession = sdkerrors.Register(ModuleName, errTradingSessionSession, "The sessionID is not recognized by the Trading Session Status Request system") ErrTradingSessionIsNotFound = sdkerrors.Register(ModuleName, errTradingSessionIsNotFound, "Trading Session Status Request is not found") ErrTradingSessionStatusRequestIsRejected = sdkerrors.Register(ModuleName, errTradingSessionStatusRequestIsRejected, "Trading Session Status Request has been rejected") ErrTradingSessionStatusRequestIsAcknowledged = sdkerrors.Register(ModuleName, errTradingSessionStatusRequestIsAcknowledged, "Trading Session Status Request has been acknowledged") ErrTradingSessionMismatchField = sdkerrors.Register(ModuleName, errTradingSessionMismatchField, "This value does not match the value from Trade Session Status Request") // Trading Session List ErrTradingSessionListEmptyField = sdkerrors.Register(ModuleName, errTradingSessionListEmptyField, "This field can not be left empty") ErrTradingSessionListSession = sdkerrors.Register(ModuleName, errTradingSessionListSession, "The sessionID is not recognized by the Trading Session List Request system") ErrTradingSessionListIsNotFound = sdkerrors.Register(ModuleName, errTradingSessionListIsNotFound, "Trading Session List Request is not found") ErrTradingSessionListRequestIsRejected = sdkerrors.Register(ModuleName, errTradingSessionListRequestIsRejected, "Trading Session List Request has been rejected") ErrTradingSessionListRequestIsAcknowledged = sdkerrors.Register(ModuleName, errTradingSessionListRequestIsAcknowledged, "Trading Session List Request has been acknowledged") // Security List ErrSecurityListEmptyField = sdkerrors.Register(ModuleName, errSecurityListEmptyField, "This field can not be left empty") ErrSecurityListSession = sdkerrors.Register(ModuleName, errSecurityListSession, "The sessionID is not recognized by the Security List Request system") ErrSecurityListIsNotFound = sdkerrors.Register(ModuleName, errSecurityListIsNotFound, "Security List Request is not found") ErrSecurityListRequestIsRejected = sdkerrors.Register(ModuleName, errSecurityListRequestIsRejected, "Security List Request has been rejected") ErrSecurityListRequestIsAcknowledged = sdkerrors.Register(ModuleName, errSecurityListRequestIsAcknowledged, "Security List Request has been acknowledged") // Security Status ErrSecurityStatusEmptyField = sdkerrors.Register(ModuleName, errSecurityStatusEmptyField, "This field can not be left empty") ErrSecurityStatusIsNotFound = sdkerrors.Register(ModuleName, errSecurityStatusIsNotFound, "Security Status Request is not found") ErrSecurityStatusSession = sdkerrors.Register(ModuleName, errSecurityStatusSession, "The sessionID is not recognized by the Security Status Request system") ErrSecurityStatusRequestIsRejected = sdkerrors.Register(ModuleName, errSecurityStatusRequestIsRejected, "Security Status Request has been rejected") ErrSecurityStatusRequestIsAcknowledged = sdkerrors.Register(ModuleName, errSecurityStatusRequestIsAcknowledged, "Security Status Request has been acknowledged") // Security Types ErrSecurityTypesEmptyField = sdkerrors.Register(ModuleName, errSecurityTypesEmptyField, "This field can not be left empty") ErrSecurityTypesIsNotFound = sdkerrors.Register(ModuleName, errSecurityTypesIsNotFound, "Security Types Request is not found") ErrSecurityTypesSession = sdkerrors.Register(ModuleName, errSecurityTypesSession, "The sessionID is not recognized by the Security Types Request system") ErrSecurityTypesRequestIsRejected = sdkerrors.Register(ModuleName, errSecurityTypesRequestIsRejected, "Security Types Request has been rejected") ErrSecurityTypesRequestIsAcknowledged = sdkerrors.Register(ModuleName, errSecurityTypesRequestIsAcknowledged, "Security Types Request has been acknowledged") )
x/fix module sentinel errors
var ( ErrInvalidLengthGenesis = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowGenesis = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupGenesis = fmt.Errorf("proto: unexpected end of group") )
var ( SessionsKey = []byte{0x01} SessionsCountKey = []byte{0x02} SessionRejectKey = []byte{0x0A} SessionRejectCountKey = []byte{0x0B} SessionLogoutKey = []byte{0x05} SessionLogoutCountKey = []byte{0x06} OrdersKey = []byte{0x07} OrdersCountKey = []byte{0x08} OrdersCancelRequestKey = []byte{0x09} OrdersCancelRequestCountKey = []byte{0x010} OrdersCancelRejectKey = []byte{0x011} OrdersCancelRejectCountKey = []byte{0x012} OrdersExecutionReportKey = []byte{0x013} OrdersExecutionReportCountKey = []byte{0x014} QuoteKey = []byte{0x015} MarketDataKey = []byte{0x016} MarketDataCountKey = []byte{0x017} TradeCaptureKey = []byte{0x018} TradeCaptureCountKey = []byte{0x019} SecurityKey = []byte{0x020} SecurityCountKey = []byte{0x021} OrderMassStatusKey = []byte{0x022} OrderMassStatusCountKey = []byte{0x023} TradingSessionKey = []byte{0x024} TradingSessionCountKey = []byte{0x025} TradingSessionListKey = []byte{0x026} TradingSessionListCountKey = []byte{0x027} SecurityListKey = []byte{0x028} SecurityListCountKey = []byte{0x029} SecurityStatusKey = []byte{0x030} SecurityStatusCountKey = []byte{0x031} SecurityTypesKey = []byte{0x032} SecurityTypesCountKey = []byte{0x033} AccountRegistrationKey = []byte{0x034} AccountRegistrationCountKey = []byte{0x035} )
var ( ErrInvalidLengthMarketData = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowMarketData = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupMarketData = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthOrderMassStatus = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowOrderMassStatus = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupOrderMassStatus = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthOrders = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowOrders = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupOrders = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthOrdersCancelReject = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowOrdersCancelReject = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupOrdersCancelReject = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthOrdersCancelRequest = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowOrdersCancelRequest = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupOrdersCancelRequest = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthOrdersExecutionReport = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowOrdersExecutionReport = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupOrdersExecutionReport = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthQuery = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuery = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuery = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthQuote = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowQuote = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupQuote = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthSecurity = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSecurity = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupSecurity = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthSecurityList = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSecurityList = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupSecurityList = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthSecurityStatus = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSecurityStatus = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupSecurityStatus = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthSecurityTypes = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSecurityTypes = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupSecurityTypes = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthSessionLogout = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSessionLogout = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupSessionLogout = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthSessionReject = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSessionReject = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupSessionReject = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthSessions = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowSessions = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupSessions = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthStandardMessage = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowStandardMessage = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupStandardMessage = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthTradeCapture = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTradeCapture = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTradeCapture = fmt.Errorf("proto: unexpected end of group") )
var ( ErrInvalidLengthTradingSession = fmt.Errorf("proto: negative length found during unmarshaling") ErrIntOverflowTradingSession = fmt.Errorf("proto: integer overflow") ErrUnexpectedEndOfGroupTradingSession = fmt.Errorf("proto: unexpected end of group") )
Functions ¶
func EmptyAddress ¶
func GetAccountRegistrationCountKey ¶
func GetAccountRegistrationCountKey() []byte
func GetAccountRegistrationKey ¶
func GetAccountRegistrationKey() []byte
func GetMarketDataCountKey ¶
func GetMarketDataCountKey() []byte
func GetMarketDataKey ¶
func GetMarketDataKey() []byte
func GetOrderMassStatusCountKey ¶
func GetOrderMassStatusCountKey() []byte
func GetOrderMassStatusKey ¶
func GetOrderMassStatusKey() []byte
func GetOrdersCancelRejectCountKey ¶
func GetOrdersCancelRejectCountKey() []byte
func GetOrdersCancelRejectKey ¶
func GetOrdersCancelRejectKey() []byte
func GetOrdersCancelRequestCountKey ¶
func GetOrdersCancelRequestCountKey() []byte
func GetOrdersCancelRequestKey ¶
func GetOrdersCancelRequestKey() []byte
func GetOrdersCountKey ¶
func GetOrdersCountKey() []byte
func GetOrdersExecutionReportCountKey ¶
func GetOrdersExecutionReportCountKey() []byte
func GetOrdersExecutionReportKey ¶
func GetOrdersExecutionReportKey() []byte
func GetOrdersKey ¶
func GetOrdersKey() []byte
func GetQuoteKey ¶
func GetQuoteKey() []byte
func GetSecurityCountKey ¶
func GetSecurityCountKey() []byte
func GetSecurityKey ¶
func GetSecurityKey() []byte
func GetSecurityListCountKey ¶
func GetSecurityListCountKey() []byte
func GetSecurityListKey ¶
func GetSecurityListKey() []byte
func GetSecurityStatusCountKey ¶
func GetSecurityStatusCountKey() []byte
func GetSecurityStatusKey ¶
func GetSecurityStatusKey() []byte
func GetSecurityTypesCountKey ¶
func GetSecurityTypesCountKey() []byte
func GetSecurityTypesKey ¶
func GetSecurityTypesKey() []byte
func GetSessionLogoutCountKey ¶
func GetSessionLogoutCountKey() []byte
func GetSessionLogoutKey ¶
func GetSessionLogoutKey() []byte
func GetSessionRejectCountKey ¶
func GetSessionRejectCountKey() []byte
func GetSessionRejectKey ¶
func GetSessionRejectKey() []byte
func GetSessionsCountKey ¶
func GetSessionsCountKey() []byte
func GetSessionsKey ¶
func GetSessionsKey() []byte
func GetTradeCaptureCountKey ¶
func GetTradeCaptureCountKey() []byte
func GetTradeCaptureKey ¶
func GetTradeCaptureKey() []byte
func GetTradingSessionCountKey ¶
func GetTradingSessionCountKey() []byte
func GetTradingSessionKey ¶
func GetTradingSessionKey() []byte
func GetTradingSessionListCountKey ¶
func GetTradingSessionListCountKey() []byte
func GetTradingSessionListKey ¶
func GetTradingSessionListKey() []byte
func RegisterCodec ¶
func RegisterCodec(cdc *codec.LegacyAmino)
func RegisterInterfaces ¶
func RegisterInterfaces(registry cdctypes.InterfaceRegistry)
func RegisterMsgServer ¶
func RegisterQueryHandler ¶
RegisterQueryHandler registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryHandlerClient ¶
func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryClient) error
RegisterQueryHandlerClient registers the http handlers for service Query to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryClient" to call the correct interceptors.
func RegisterQueryHandlerFromEndpoint ¶
func RegisterQueryHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryHandlerServer ¶
func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServer) error
RegisterQueryHandlerServer registers the http handlers for service Query to "mux". UnaryRPC :call QueryServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryHandlerFromEndpoint instead.
func RegisterQueryServer ¶
func RegisterQueryServer(s grpc1.Server, srv QueryServer)
Types ¶
type Account ¶
type Account struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` CompanyName string `protobuf:"bytes,2,opt,name=companyName,proto3" json:"companyName,omitempty"` Website string `protobuf:"bytes,3,opt,name=website,proto3" json:"website,omitempty"` SocialMediaLinks string `protobuf:"bytes,4,opt,name=socialMediaLinks,proto3" json:"socialMediaLinks,omitempty"` CreatedAt string `protobuf:"bytes,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"` }
func (*Account) Descriptor ¶
func (*Account) GetAddress ¶
func (*Account) GetCompanyName ¶
func (*Account) GetCreatedAt ¶
func (*Account) GetSocialMediaLinks ¶
func (*Account) GetWebsite ¶
func (*Account) MarshalToSizedBuffer ¶
func (*Account) ProtoMessage ¶
func (*Account) ProtoMessage()
func (*Account) XXX_DiscardUnknown ¶
func (m *Account) XXX_DiscardUnknown()
func (*Account) XXX_Marshal ¶
func (*Account) XXX_Unmarshal ¶
type AccountRegistration ¶
type AccountRegistration struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` CompanyName string `protobuf:"bytes,2,opt,name=companyName,proto3" json:"companyName,omitempty"` Website string `protobuf:"bytes,3,opt,name=website,proto3" json:"website,omitempty"` SocialMediaLinks string `protobuf:"bytes,4,opt,name=socialMediaLinks,proto3" json:"socialMediaLinks,omitempty"` CreatedAt string `protobuf:"bytes,5,opt,name=createdAt,proto3" json:"createdAt,omitempty"` }
func (*AccountRegistration) Descriptor ¶
func (*AccountRegistration) Descriptor() ([]byte, []int)
func (AccountRegistration) Empty ¶
func (a AccountRegistration) Empty() bool
func (*AccountRegistration) GetAddress ¶
func (m *AccountRegistration) GetAddress() string
func (*AccountRegistration) GetCompanyName ¶
func (m *AccountRegistration) GetCompanyName() string
func (*AccountRegistration) GetCreatedAt ¶
func (m *AccountRegistration) GetCreatedAt() string
func (*AccountRegistration) GetSocialMediaLinks ¶
func (m *AccountRegistration) GetSocialMediaLinks() string
func (*AccountRegistration) GetWebsite ¶
func (m *AccountRegistration) GetWebsite() string
func (*AccountRegistration) Marshal ¶
func (m *AccountRegistration) Marshal() (dAtA []byte, err error)
func (*AccountRegistration) MarshalTo ¶
func (m *AccountRegistration) MarshalTo(dAtA []byte) (int, error)
func (*AccountRegistration) MarshalToSizedBuffer ¶
func (m *AccountRegistration) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*AccountRegistration) ProtoMessage ¶
func (*AccountRegistration) ProtoMessage()
func (*AccountRegistration) Reset ¶
func (m *AccountRegistration) Reset()
func (*AccountRegistration) Size ¶
func (m *AccountRegistration) Size() (n int)
func (*AccountRegistration) String ¶
func (m *AccountRegistration) String() string
func (*AccountRegistration) Unmarshal ¶
func (m *AccountRegistration) Unmarshal(dAtA []byte) error
func (*AccountRegistration) XXX_DiscardUnknown ¶
func (m *AccountRegistration) XXX_DiscardUnknown()
func (*AccountRegistration) XXX_Marshal ¶
func (m *AccountRegistration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*AccountRegistration) XXX_Merge ¶
func (m *AccountRegistration) XXX_Merge(src proto.Message)
func (*AccountRegistration) XXX_Size ¶
func (m *AccountRegistration) XXX_Size() int
func (*AccountRegistration) XXX_Unmarshal ¶
func (m *AccountRegistration) XXX_Unmarshal(b []byte) error
type GenesisState ¶
type GenesisState struct { SessionsList []Sessions `protobuf:"bytes,4,rep,name=sessionsList,proto3" json:"sessionsList"` SessionsCount uint64 `protobuf:"varint,5,opt,name=sessionsCount,proto3" json:"sessionsCount,omitempty"` SessionRejectList []SessionReject `protobuf:"bytes,6,rep,name=sessionRejectList,proto3" json:"sessionRejectList"` SessionRejectCount uint64 `protobuf:"varint,7,opt,name=sessionRejectCount,proto3" json:"sessionRejectCount,omitempty"` SessionLogoutList []SessionLogout `protobuf:"bytes,8,rep,name=sessionLogoutList,proto3" json:"sessionLogoutList"` SessionLogoutCount uint64 `protobuf:"varint,9,opt,name=sessionLogoutCount,proto3" json:"sessionLogoutCount,omitempty"` OrdersList []Orders `protobuf:"bytes,10,rep,name=ordersList,proto3" json:"ordersList"` OrdersCount uint64 `protobuf:"varint,11,opt,name=ordersCount,proto3" json:"ordersCount,omitempty"` OrdersCancelRequestList []OrdersCancelRequest `protobuf:"bytes,12,rep,name=ordersCancelRequestList,proto3" json:"ordersCancelRequestList"` OrdersCancelRequestCount uint64 `protobuf:"varint,13,opt,name=ordersCancelRequestCount,proto3" json:"ordersCancelRequestCount,omitempty"` OrdersCancelRejectList []OrdersCancelReject `protobuf:"bytes,14,rep,name=ordersCancelRejectList,proto3" json:"ordersCancelRejectList"` OrdersCancelRejectCount uint64 `protobuf:"varint,15,opt,name=ordersCancelRejectCount,proto3" json:"ordersCancelRejectCount,omitempty"` OrdersExecutionReportList []OrdersExecutionReport `protobuf:"bytes,16,rep,name=ordersExecutionReportList,proto3" json:"ordersExecutionReportList"` OrdersExecutionReportCount uint64 `protobuf:"varint,17,opt,name=ordersExecutionReportCount,proto3" json:"ordersExecutionReportCount,omitempty"` QuoteList []Quote `protobuf:"bytes,18,rep,name=quoteList,proto3" json:"quoteList"` QuoteCount uint64 `protobuf:"varint,19,opt,name=quoteCount,proto3" json:"quoteCount,omitempty"` TradeCaptureList []TradeCapture `protobuf:"bytes,20,rep,name=tradeCaptureList,proto3" json:"tradeCaptureList"` TradeCaptureCount uint64 `protobuf:"varint,21,opt,name=tradeCaptureCount,proto3" json:"tradeCaptureCount,omitempty"` MarketDataList []MarketData `protobuf:"bytes,22,rep,name=marketDataList,proto3" json:"marketDataList"` MarketDataCount uint64 `protobuf:"varint,23,opt,name=marketDataCount,proto3" json:"marketDataCount,omitempty"` SecurityList []Security `protobuf:"bytes,24,rep,name=securityList,proto3" json:"securityList"` SecurityCount uint64 `protobuf:"varint,25,opt,name=securityCount,proto3" json:"securityCount,omitempty"` OrderMassStatusList []OrderMassStatus `protobuf:"bytes,26,rep,name=orderMassStatusList,proto3" json:"orderMassStatusList"` OrderMassStatusCount uint64 `protobuf:"varint,27,opt,name=orderMassStatusCount,proto3" json:"orderMassStatusCount,omitempty"` TradingSessionList []TradingSession `protobuf:"bytes,28,rep,name=tradingSessionList,proto3" json:"tradingSessionList"` TradingSessionCount uint64 `protobuf:"varint,29,opt,name=tradingSessionCount,proto3" json:"tradingSessionCount,omitempty"` TradingSessionListList []TradingSessionList `protobuf:"bytes,30,rep,name=tradingSessionListList,proto3" json:"tradingSessionListList"` TradingSessionListCount uint64 `protobuf:"varint,31,opt,name=tradingSessionListCount,proto3" json:"tradingSessionListCount,omitempty"` SecurityListList []SecurityList `protobuf:"bytes,32,rep,name=securityListList,proto3" json:"securityListList"` SecurityListCount uint64 `protobuf:"varint,33,opt,name=securityListCount,proto3" json:"securityListCount,omitempty"` SecurityStatusList []SecurityStatus `protobuf:"bytes,34,rep,name=securityStatusList,proto3" json:"securityStatusList"` SecurityStatusCount uint64 `protobuf:"varint,35,opt,name=securityStatusCount,proto3" json:"securityStatusCount,omitempty"` SecurityTypesList []SecurityTypes `protobuf:"bytes,36,rep,name=securityTypesList,proto3" json:"securityTypesList"` SecurityTypesCount uint64 `protobuf:"varint,37,opt,name=securityTypesCount,proto3" json:"securityTypesCount,omitempty"` AccountRegistrationList []AccountRegistration `protobuf:"bytes,38,rep,name=accountRegistrationList,proto3" json:"accountRegistrationList"` AccountRegistrationCount uint64 `protobuf:"varint,39,opt,name=accountRegistrationCount,proto3" json:"accountRegistrationCount,omitempty"` }
GenesisState defines the fix module's genesis state.
func DefaultGenesis ¶
func DefaultGenesis() *GenesisState
DefaultGenesis returns the default genesis state
func (*GenesisState) Descriptor ¶
func (*GenesisState) Descriptor() ([]byte, []int)
func (*GenesisState) GetAccountRegistrationCount ¶
func (m *GenesisState) GetAccountRegistrationCount() uint64
func (*GenesisState) GetAccountRegistrationList ¶
func (m *GenesisState) GetAccountRegistrationList() []AccountRegistration
func (*GenesisState) GetMarketDataCount ¶
func (m *GenesisState) GetMarketDataCount() uint64
func (*GenesisState) GetMarketDataList ¶
func (m *GenesisState) GetMarketDataList() []MarketData
func (*GenesisState) GetOrderMassStatusCount ¶
func (m *GenesisState) GetOrderMassStatusCount() uint64
func (*GenesisState) GetOrderMassStatusList ¶
func (m *GenesisState) GetOrderMassStatusList() []OrderMassStatus
func (*GenesisState) GetOrdersCancelRejectCount ¶
func (m *GenesisState) GetOrdersCancelRejectCount() uint64
func (*GenesisState) GetOrdersCancelRejectList ¶
func (m *GenesisState) GetOrdersCancelRejectList() []OrdersCancelReject
func (*GenesisState) GetOrdersCancelRequestCount ¶
func (m *GenesisState) GetOrdersCancelRequestCount() uint64
func (*GenesisState) GetOrdersCancelRequestList ¶
func (m *GenesisState) GetOrdersCancelRequestList() []OrdersCancelRequest
func (*GenesisState) GetOrdersCount ¶
func (m *GenesisState) GetOrdersCount() uint64
func (*GenesisState) GetOrdersExecutionReportCount ¶
func (m *GenesisState) GetOrdersExecutionReportCount() uint64
func (*GenesisState) GetOrdersExecutionReportList ¶
func (m *GenesisState) GetOrdersExecutionReportList() []OrdersExecutionReport
func (*GenesisState) GetOrdersList ¶
func (m *GenesisState) GetOrdersList() []Orders
func (*GenesisState) GetQuoteCount ¶
func (m *GenesisState) GetQuoteCount() uint64
func (*GenesisState) GetQuoteList ¶
func (m *GenesisState) GetQuoteList() []Quote
func (*GenesisState) GetSecurityCount ¶
func (m *GenesisState) GetSecurityCount() uint64
func (*GenesisState) GetSecurityList ¶
func (m *GenesisState) GetSecurityList() []Security
func (*GenesisState) GetSecurityListCount ¶
func (m *GenesisState) GetSecurityListCount() uint64
func (*GenesisState) GetSecurityListList ¶
func (m *GenesisState) GetSecurityListList() []SecurityList
func (*GenesisState) GetSecurityStatusCount ¶
func (m *GenesisState) GetSecurityStatusCount() uint64
func (*GenesisState) GetSecurityStatusList ¶
func (m *GenesisState) GetSecurityStatusList() []SecurityStatus
func (*GenesisState) GetSecurityTypesCount ¶
func (m *GenesisState) GetSecurityTypesCount() uint64
func (*GenesisState) GetSecurityTypesList ¶
func (m *GenesisState) GetSecurityTypesList() []SecurityTypes
func (*GenesisState) GetSessionLogoutCount ¶
func (m *GenesisState) GetSessionLogoutCount() uint64
func (*GenesisState) GetSessionLogoutList ¶
func (m *GenesisState) GetSessionLogoutList() []SessionLogout
func (*GenesisState) GetSessionRejectCount ¶
func (m *GenesisState) GetSessionRejectCount() uint64
func (*GenesisState) GetSessionRejectList ¶
func (m *GenesisState) GetSessionRejectList() []SessionReject
func (*GenesisState) GetSessionsCount ¶
func (m *GenesisState) GetSessionsCount() uint64
func (*GenesisState) GetSessionsList ¶
func (m *GenesisState) GetSessionsList() []Sessions
func (*GenesisState) GetTradeCaptureCount ¶
func (m *GenesisState) GetTradeCaptureCount() uint64
func (*GenesisState) GetTradeCaptureList ¶
func (m *GenesisState) GetTradeCaptureList() []TradeCapture
func (*GenesisState) GetTradingSessionCount ¶
func (m *GenesisState) GetTradingSessionCount() uint64
func (*GenesisState) GetTradingSessionList ¶
func (m *GenesisState) GetTradingSessionList() []TradingSession
func (*GenesisState) GetTradingSessionListCount ¶
func (m *GenesisState) GetTradingSessionListCount() uint64
func (*GenesisState) GetTradingSessionListList ¶
func (m *GenesisState) GetTradingSessionListList() []TradingSessionList
func (*GenesisState) Marshal ¶
func (m *GenesisState) Marshal() (dAtA []byte, err error)
func (*GenesisState) MarshalToSizedBuffer ¶
func (m *GenesisState) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*GenesisState) ProtoMessage ¶
func (*GenesisState) ProtoMessage()
func (*GenesisState) Reset ¶
func (m *GenesisState) Reset()
func (*GenesisState) Size ¶
func (m *GenesisState) Size() (n int)
func (*GenesisState) String ¶
func (m *GenesisState) String() string
func (*GenesisState) Unmarshal ¶
func (m *GenesisState) Unmarshal(dAtA []byte) error
func (GenesisState) Validate ¶
func (gs GenesisState) Validate() error
Validate performs basic genesis state validation returning an error upon any failure.
func (*GenesisState) XXX_DiscardUnknown ¶
func (m *GenesisState) XXX_DiscardUnknown()
func (*GenesisState) XXX_Marshal ¶
func (m *GenesisState) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisState) XXX_Merge ¶
func (m *GenesisState) XXX_Merge(src proto.Message)
func (*GenesisState) XXX_Size ¶
func (m *GenesisState) XXX_Size() int
func (*GenesisState) XXX_Unmarshal ¶
func (m *GenesisState) XXX_Unmarshal(b []byte) error
type Header ¶
type Header struct { // This field specifies the version of the FIX protocol being used. For // example, "FIX.4.4" indicates version 4.4 of the protocol. BeginString string `protobuf:"bytes,1,opt,name=beginString,proto3" json:"beginString,omitempty"` // This field specifies the length of the message body in bytes. BodyLength int64 `protobuf:"varint,2,opt,name=bodyLength,proto3" json:"bodyLength,omitempty"` // This field identifies the type of message being sent. For example, "D" // indicates a New Order Single message MsgType string `protobuf:"bytes,3,opt,name=msgType,proto3" json:"msgType,omitempty"` // This field identifies the sender of the message. This is typically a unique // identifier assigned to each party that uses the FIX protocol SenderCompID string `protobuf:"bytes,4,opt,name=senderCompID,proto3" json:"senderCompID,omitempty"` // This field identifies the recipient of the message. TargetCompID string `protobuf:"bytes,5,opt,name=targetCompID,proto3" json:"targetCompID,omitempty"` // Is a field in the FIX protocol message header that is used to assign a // unique sequence number to each message MsgSeqNum int64 `protobuf:"varint,6,opt,name=msgSeqNum,proto3" json:"msgSeqNum,omitempty"` // This field specifies the time that the message was sent SendingTime string `protobuf:"bytes,7,opt,name=sendingTime,proto3" json:"sendingTime,omitempty"` // Add a new field for chain ID // In a blockchain network, there are multiple chains, each with its unique // features, rules, and assets. By including a chainID, you can indicate // whether the message should be processed on the Ethereum network, Binance // Smart Chain, or any other blockchain ChainID string `protobuf:"bytes,8,opt,name=chainID,proto3" json:"chainID,omitempty"` }
This message header contains fields that identify the message being sent and its sender and recipient
func NewHeaderAcceptor ¶
func NewHeaderInitiator ¶
func (*Header) Descriptor ¶
func (*Header) GetBeginString ¶
func (*Header) GetBodyLength ¶
func (*Header) GetChainID ¶
func (*Header) GetMsgSeqNum ¶
func (*Header) GetMsgType ¶
func (*Header) GetSenderCompID ¶
func (*Header) GetSendingTime ¶
func (*Header) GetTargetCompID ¶
func (*Header) MarshalToSizedBuffer ¶
func (*Header) ProtoMessage ¶
func (*Header) ProtoMessage()
func (*Header) XXX_DiscardUnknown ¶
func (m *Header) XXX_DiscardUnknown()
func (*Header) XXX_Marshal ¶
func (*Header) XXX_Unmarshal ¶
type LogonAcceptor ¶
type LogonAcceptor struct { // The FIX message header contains standard metadata about the message, // including the sender and receiver IDs and the message type Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // An integer value indicating the encryption method to be used for the // session EncryptMethod int64 `protobuf:"varint,2,opt,name=encryptMethod,proto3" json:"encryptMethod,omitempty"` // An integer value indicating the number of seconds between heartbeats that // will be sent during the session. This is used to monitor the connection // between the two parties HeartBtInt int64 `protobuf:"varint,3,opt,name=heartBtInt,proto3" json:"heartBtInt,omitempty"` // The FIX message trailer contains standard metadata about the message, // including the message checksum Trailer *Trailer `protobuf:"bytes,4,opt,name=trailer,proto3" json:"trailer,omitempty"` }
This message is used by the acceptor of a FIX session to acknowledge the initiation of the connection by the initiator
func NewLogonAcceptor ¶
func NewLogonAcceptor(header Header, encryptMethod int64, heartBtInt int64, trailer Trailer) LogonAcceptor
func (*LogonAcceptor) Descriptor ¶
func (*LogonAcceptor) Descriptor() ([]byte, []int)
func (*LogonAcceptor) GetEncryptMethod ¶
func (m *LogonAcceptor) GetEncryptMethod() int64
func (*LogonAcceptor) GetHeader ¶
func (m *LogonAcceptor) GetHeader() *Header
func (*LogonAcceptor) GetHeartBtInt ¶
func (m *LogonAcceptor) GetHeartBtInt() int64
func (*LogonAcceptor) GetTrailer ¶
func (m *LogonAcceptor) GetTrailer() *Trailer
func (*LogonAcceptor) Marshal ¶
func (m *LogonAcceptor) Marshal() (dAtA []byte, err error)
func (*LogonAcceptor) MarshalToSizedBuffer ¶
func (m *LogonAcceptor) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LogonAcceptor) ProtoMessage ¶
func (*LogonAcceptor) ProtoMessage()
func (*LogonAcceptor) Reset ¶
func (m *LogonAcceptor) Reset()
func (*LogonAcceptor) Size ¶
func (m *LogonAcceptor) Size() (n int)
func (*LogonAcceptor) String ¶
func (m *LogonAcceptor) String() string
func (*LogonAcceptor) Unmarshal ¶
func (m *LogonAcceptor) Unmarshal(dAtA []byte) error
func (*LogonAcceptor) XXX_DiscardUnknown ¶
func (m *LogonAcceptor) XXX_DiscardUnknown()
func (*LogonAcceptor) XXX_Marshal ¶
func (m *LogonAcceptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogonAcceptor) XXX_Merge ¶
func (m *LogonAcceptor) XXX_Merge(src proto.Message)
func (*LogonAcceptor) XXX_Size ¶
func (m *LogonAcceptor) XXX_Size() int
func (*LogonAcceptor) XXX_Unmarshal ¶
func (m *LogonAcceptor) XXX_Unmarshal(b []byte) error
type LogonInitiator ¶
type LogonInitiator struct { // The FIX message header contains standard metadata about the message, // including the sender and receiver IDs and the message type Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // An integer value indicating the encryption method to be used for the // session EncryptMethod int64 `protobuf:"varint,2,opt,name=encryptMethod,proto3" json:"encryptMethod,omitempty"` // An integer value indicating the number of seconds between heartbeats that // will be sent during the session. This is used to monitor the connection // between the two parties HeartBtInt int64 `protobuf:"varint,3,opt,name=heartBtInt,proto3" json:"heartBtInt,omitempty"` // The FIX message trailer contains standard metadata about the message, // including the message checksum Trailer *Trailer `protobuf:"bytes,4,opt,name=trailer,proto3" json:"trailer,omitempty"` }
This message is used by the initiator of a FIX session to initiate a connection with the acceptor
func NewLogonInitiator ¶
func NewLogonInitiator(header Header, encryptMethod int64, heartBtInt int64, trailer Trailer) LogonInitiator
func (*LogonInitiator) Descriptor ¶
func (*LogonInitiator) Descriptor() ([]byte, []int)
func (*LogonInitiator) GetEncryptMethod ¶
func (m *LogonInitiator) GetEncryptMethod() int64
func (*LogonInitiator) GetHeader ¶
func (m *LogonInitiator) GetHeader() *Header
func (*LogonInitiator) GetHeartBtInt ¶
func (m *LogonInitiator) GetHeartBtInt() int64
func (*LogonInitiator) GetTrailer ¶
func (m *LogonInitiator) GetTrailer() *Trailer
func (*LogonInitiator) Marshal ¶
func (m *LogonInitiator) Marshal() (dAtA []byte, err error)
func (*LogonInitiator) MarshalToSizedBuffer ¶
func (m *LogonInitiator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*LogonInitiator) ProtoMessage ¶
func (*LogonInitiator) ProtoMessage()
func (*LogonInitiator) Reset ¶
func (m *LogonInitiator) Reset()
func (*LogonInitiator) Size ¶
func (m *LogonInitiator) Size() (n int)
func (*LogonInitiator) String ¶
func (m *LogonInitiator) String() string
func (*LogonInitiator) Unmarshal ¶
func (m *LogonInitiator) Unmarshal(dAtA []byte) error
func (*LogonInitiator) XXX_DiscardUnknown ¶
func (m *LogonInitiator) XXX_DiscardUnknown()
func (*LogonInitiator) XXX_Marshal ¶
func (m *LogonInitiator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LogonInitiator) XXX_Merge ¶
func (m *LogonInitiator) XXX_Merge(src proto.Message)
func (*LogonInitiator) XXX_Size ¶
func (m *LogonInitiator) XXX_Size() int
func (*LogonInitiator) XXX_Unmarshal ¶
func (m *LogonInitiator) XXX_Unmarshal(b []byte) error
type MDEntry ¶
type MDEntry struct { // The type of update action that is being reported for the MDEntry. // Possible values are "0" for new, "1" for change, and "2" for delete. MdUpdateAction int64 `protobuf:"varint,1,opt,name=mdUpdateAction,proto3" json:"mdUpdateAction,omitempty"` // The side of a quote: 0 — bid , 1 — ask MdEntryType int64 `protobuf:"varint,2,opt,name=mdEntryType,proto3" json:"mdEntryType,omitempty"` // The price for a market data entry MdEntryPx string `protobuf:"bytes,3,opt,name=mdEntryPx,proto3" json:"mdEntryPx,omitempty"` // The quantity (tradeable volume) of a market data entry. MdEntrySize string `protobuf:"bytes,4,opt,name=mdEntrySize,proto3" json:"mdEntrySize,omitempty"` }
Market Data Entry message
func (*MDEntry) Descriptor ¶
func (*MDEntry) GetMdEntryPx ¶
func (*MDEntry) GetMdEntrySize ¶
func (*MDEntry) GetMdEntryType ¶
func (*MDEntry) GetMdUpdateAction ¶
func (*MDEntry) MarshalToSizedBuffer ¶
func (*MDEntry) ProtoMessage ¶
func (*MDEntry) ProtoMessage()
func (*MDEntry) XXX_DiscardUnknown ¶
func (m *MDEntry) XXX_DiscardUnknown()
func (*MDEntry) XXX_Marshal ¶
func (*MDEntry) XXX_Unmarshal ¶
type MarketData ¶
type MarketData struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` MarketDataRequest *MarketDataRequest `protobuf:"bytes,2,opt,name=marketDataRequest,proto3" json:"marketDataRequest,omitempty"` MarketDataSnapShotFullRefresh *MarketDataSnapShotFullRefresh `protobuf:"bytes,3,opt,name=marketDataSnapShotFullRefresh,proto3" json:"marketDataSnapShotFullRefresh,omitempty"` MarketDataIncremental *MarketDataIncremental `protobuf:"bytes,4,opt,name=marketDataIncremental,proto3" json:"marketDataIncremental,omitempty"` MarketDataRequestReject *MarketDataRequestReject `protobuf:"bytes,5,opt,name=marketDataRequestReject,proto3" json:"marketDataRequestReject,omitempty"` }
func (*MarketData) Descriptor ¶
func (*MarketData) Descriptor() ([]byte, []int)
func (*MarketData) GetMarketDataIncremental ¶
func (m *MarketData) GetMarketDataIncremental() *MarketDataIncremental
func (*MarketData) GetMarketDataRequest ¶
func (m *MarketData) GetMarketDataRequest() *MarketDataRequest
func (*MarketData) GetMarketDataRequestReject ¶
func (m *MarketData) GetMarketDataRequestReject() *MarketDataRequestReject
func (*MarketData) GetMarketDataSnapShotFullRefresh ¶
func (m *MarketData) GetMarketDataSnapShotFullRefresh() *MarketDataSnapShotFullRefresh
func (*MarketData) GetSessionID ¶
func (m *MarketData) GetSessionID() string
func (*MarketData) Marshal ¶
func (m *MarketData) Marshal() (dAtA []byte, err error)
func (*MarketData) MarshalToSizedBuffer ¶
func (m *MarketData) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MarketData) ProtoMessage ¶
func (*MarketData) ProtoMessage()
func (*MarketData) Reset ¶
func (m *MarketData) Reset()
func (*MarketData) Size ¶
func (m *MarketData) Size() (n int)
func (*MarketData) String ¶
func (m *MarketData) String() string
func (*MarketData) Unmarshal ¶
func (m *MarketData) Unmarshal(dAtA []byte) error
func (*MarketData) XXX_DiscardUnknown ¶
func (m *MarketData) XXX_DiscardUnknown()
func (*MarketData) XXX_Marshal ¶
func (m *MarketData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketData) XXX_Merge ¶
func (m *MarketData) XXX_Merge(src proto.Message)
func (*MarketData) XXX_Size ¶
func (m *MarketData) XXX_Size() int
func (*MarketData) XXX_Unmarshal ¶
func (m *MarketData) XXX_Unmarshal(b []byte) error
type MarketDataIncremental ¶
type MarketDataIncremental struct { // standard Header Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // The identifier of an originating market data request (corresponds to the // MDReqID field specified in the Market Data Request message) MdReqID string `protobuf:"bytes,2,opt,name=mdReqID,proto3" json:"mdReqID,omitempty"` // The number of market data entries (bids or offers) listed in a request NoMDEntries int64 `protobuf:"varint,3,opt,name=NoMDEntries,proto3" json:"NoMDEntries,omitempty"` // The repeated group of MDEntry fields that provide the incremental updates // for the market data. MdEntries []*MDEntry `protobuf:"bytes,4,rep,name=mdEntries,proto3" json:"mdEntries,omitempty"` // standard Trailer Trailer *Trailer `protobuf:"bytes,5,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Market Data Incremental message
func (*MarketDataIncremental) Descriptor ¶
func (*MarketDataIncremental) Descriptor() ([]byte, []int)
func (*MarketDataIncremental) GetHeader ¶
func (m *MarketDataIncremental) GetHeader() *Header
func (*MarketDataIncremental) GetMdEntries ¶
func (m *MarketDataIncremental) GetMdEntries() []*MDEntry
func (*MarketDataIncremental) GetMdReqID ¶
func (m *MarketDataIncremental) GetMdReqID() string
func (*MarketDataIncremental) GetNoMDEntries ¶
func (m *MarketDataIncremental) GetNoMDEntries() int64
func (*MarketDataIncremental) GetTrailer ¶
func (m *MarketDataIncremental) GetTrailer() *Trailer
func (*MarketDataIncremental) Marshal ¶
func (m *MarketDataIncremental) Marshal() (dAtA []byte, err error)
func (*MarketDataIncremental) MarshalTo ¶
func (m *MarketDataIncremental) MarshalTo(dAtA []byte) (int, error)
func (*MarketDataIncremental) MarshalToSizedBuffer ¶
func (m *MarketDataIncremental) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MarketDataIncremental) ProtoMessage ¶
func (*MarketDataIncremental) ProtoMessage()
func (*MarketDataIncremental) Reset ¶
func (m *MarketDataIncremental) Reset()
func (*MarketDataIncremental) Size ¶
func (m *MarketDataIncremental) Size() (n int)
func (*MarketDataIncremental) String ¶
func (m *MarketDataIncremental) String() string
func (*MarketDataIncremental) Unmarshal ¶
func (m *MarketDataIncremental) Unmarshal(dAtA []byte) error
func (*MarketDataIncremental) XXX_DiscardUnknown ¶
func (m *MarketDataIncremental) XXX_DiscardUnknown()
func (*MarketDataIncremental) XXX_Marshal ¶
func (m *MarketDataIncremental) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDataIncremental) XXX_Merge ¶
func (m *MarketDataIncremental) XXX_Merge(src proto.Message)
func (*MarketDataIncremental) XXX_Size ¶
func (m *MarketDataIncremental) XXX_Size() int
func (*MarketDataIncremental) XXX_Unmarshal ¶
func (m *MarketDataIncremental) XXX_Unmarshal(b []byte) error
type MarketDataRequest ¶
type MarketDataRequest struct { // standard Header Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // MDReqID field provides a unique identifier for the market data request // message MdReqID string `protobuf:"bytes,2,opt,name=mdReqID,proto3" json:"mdReqID,omitempty"` // subscriptionRequestType field corresponds to the FIX tag 263, and the // values 0 and 1 respectively indicate snapshot and snapshot + incremental // updates. SubscriptionRequestType int64 `protobuf:"varint,3,opt,name=subscriptionRequestType,proto3" json:"subscriptionRequestType,omitempty"` // MarketDepth field is used to indicate the level of market data depth that // is being requested. Specifically, it specifies how many levels of the order // book should be included in the response to the request MarketDepth int64 `protobuf:"varint,4,opt,name=marketDepth,proto3" json:"marketDepth,omitempty"` // The mdUpdateType field specifies the type of updates that the sender wants // to receive in response to their request for market data. The possible // values are "0" for full refresh, "1" for incremental refresh, and "2" for // removing a single price level MdUpdateType int64 `protobuf:"varint,5,opt,name=mdUpdateType,proto3" json:"mdUpdateType,omitempty"` // The NoRelatedSym field in a Market Data Request message is used to indicate // the number of symbols or instruments for which the market data is being // requested NoRelatedSym int64 `protobuf:"varint,6,opt,name=noRelatedSym,proto3" json:"noRelatedSym,omitempty"` // In the context of a Market Data Request message in the FIX protocol, the // Symbol field refers to the security or financial instrument for which // market data is being requested Symbol string `protobuf:"bytes,7,opt,name=symbol,proto3" json:"symbol,omitempty"` // standard Trailer Trailer *Trailer `protobuf:"bytes,8,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Market Data Request message
func (*MarketDataRequest) Descriptor ¶
func (*MarketDataRequest) Descriptor() ([]byte, []int)
func (*MarketDataRequest) GetHeader ¶
func (m *MarketDataRequest) GetHeader() *Header
func (*MarketDataRequest) GetMarketDepth ¶
func (m *MarketDataRequest) GetMarketDepth() int64
func (*MarketDataRequest) GetMdReqID ¶
func (m *MarketDataRequest) GetMdReqID() string
func (*MarketDataRequest) GetMdUpdateType ¶
func (m *MarketDataRequest) GetMdUpdateType() int64
func (*MarketDataRequest) GetNoRelatedSym ¶
func (m *MarketDataRequest) GetNoRelatedSym() int64
func (*MarketDataRequest) GetSubscriptionRequestType ¶
func (m *MarketDataRequest) GetSubscriptionRequestType() int64
func (*MarketDataRequest) GetSymbol ¶
func (m *MarketDataRequest) GetSymbol() string
func (*MarketDataRequest) GetTrailer ¶
func (m *MarketDataRequest) GetTrailer() *Trailer
func (*MarketDataRequest) Marshal ¶
func (m *MarketDataRequest) Marshal() (dAtA []byte, err error)
func (*MarketDataRequest) MarshalTo ¶
func (m *MarketDataRequest) MarshalTo(dAtA []byte) (int, error)
func (*MarketDataRequest) MarshalToSizedBuffer ¶
func (m *MarketDataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MarketDataRequest) ProtoMessage ¶
func (*MarketDataRequest) ProtoMessage()
func (*MarketDataRequest) Reset ¶
func (m *MarketDataRequest) Reset()
func (*MarketDataRequest) Size ¶
func (m *MarketDataRequest) Size() (n int)
func (*MarketDataRequest) String ¶
func (m *MarketDataRequest) String() string
func (*MarketDataRequest) Unmarshal ¶
func (m *MarketDataRequest) Unmarshal(dAtA []byte) error
func (*MarketDataRequest) XXX_DiscardUnknown ¶
func (m *MarketDataRequest) XXX_DiscardUnknown()
func (*MarketDataRequest) XXX_Marshal ¶
func (m *MarketDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDataRequest) XXX_Merge ¶
func (m *MarketDataRequest) XXX_Merge(src proto.Message)
func (*MarketDataRequest) XXX_Size ¶
func (m *MarketDataRequest) XXX_Size() int
func (*MarketDataRequest) XXX_Unmarshal ¶
func (m *MarketDataRequest) XXX_Unmarshal(b []byte) error
type MarketDataRequestReject ¶
type MarketDataRequestReject struct { // standard Header Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // The identifier of a Market Data Request that has been rejected MdReqID string `protobuf:"bytes,2,opt,name=mdReqID,proto3" json:"mdReqID,omitempty"` // Indicates the reason why a request has been rejected MdReqRejReason int64 `protobuf:"varint,3,opt,name=mdReqRejReason,proto3" json:"mdReqRejReason,omitempty"` // The detailed information (if available) on why a request has been rejected Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` // standard Trailer Trailer *Trailer `protobuf:"bytes,5,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Market Data Request Reject message
func (*MarketDataRequestReject) Descriptor ¶
func (*MarketDataRequestReject) Descriptor() ([]byte, []int)
func (*MarketDataRequestReject) GetHeader ¶
func (m *MarketDataRequestReject) GetHeader() *Header
func (*MarketDataRequestReject) GetMdReqID ¶
func (m *MarketDataRequestReject) GetMdReqID() string
func (*MarketDataRequestReject) GetMdReqRejReason ¶
func (m *MarketDataRequestReject) GetMdReqRejReason() int64
func (*MarketDataRequestReject) GetText ¶
func (m *MarketDataRequestReject) GetText() string
func (*MarketDataRequestReject) GetTrailer ¶
func (m *MarketDataRequestReject) GetTrailer() *Trailer
func (*MarketDataRequestReject) Marshal ¶
func (m *MarketDataRequestReject) Marshal() (dAtA []byte, err error)
func (*MarketDataRequestReject) MarshalTo ¶
func (m *MarketDataRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*MarketDataRequestReject) MarshalToSizedBuffer ¶
func (m *MarketDataRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MarketDataRequestReject) ProtoMessage ¶
func (*MarketDataRequestReject) ProtoMessage()
func (*MarketDataRequestReject) Reset ¶
func (m *MarketDataRequestReject) Reset()
func (*MarketDataRequestReject) Size ¶
func (m *MarketDataRequestReject) Size() (n int)
func (*MarketDataRequestReject) String ¶
func (m *MarketDataRequestReject) String() string
func (*MarketDataRequestReject) Unmarshal ¶
func (m *MarketDataRequestReject) Unmarshal(dAtA []byte) error
func (*MarketDataRequestReject) XXX_DiscardUnknown ¶
func (m *MarketDataRequestReject) XXX_DiscardUnknown()
func (*MarketDataRequestReject) XXX_Marshal ¶
func (m *MarketDataRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDataRequestReject) XXX_Merge ¶
func (m *MarketDataRequestReject) XXX_Merge(src proto.Message)
func (*MarketDataRequestReject) XXX_Size ¶
func (m *MarketDataRequestReject) XXX_Size() int
func (*MarketDataRequestReject) XXX_Unmarshal ¶
func (m *MarketDataRequestReject) XXX_Unmarshal(b []byte) error
type MarketDataSnapShotFullRefresh ¶
type MarketDataSnapShotFullRefresh struct { // standard Header Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // The identifier of an originating market data request (corresponds to the // MDReqID field specified in the Market Data Request message) MdReqID string `protobuf:"bytes,2,opt,name=mdReqID,proto3" json:"mdReqID,omitempty"` // The ticker symbol that is being quoted (such as BTC/USDT) Symbol string `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"` // The number of market data entries (bids or offers) listed in a request NoMDEntries int64 `protobuf:"varint,4,opt,name=noMDEntries,proto3" json:"noMDEntries,omitempty"` // The repeated group of MDEntry fields that provide multiple entries MdEntries []*MDEntry `protobuf:"bytes,5,rep,name=mdEntries,proto3" json:"mdEntries,omitempty"` // standard Trailer Trailer *Trailer `protobuf:"bytes,6,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Market Data Snapshot/Full Refresh message
func (*MarketDataSnapShotFullRefresh) Descriptor ¶
func (*MarketDataSnapShotFullRefresh) Descriptor() ([]byte, []int)
func (*MarketDataSnapShotFullRefresh) GetHeader ¶
func (m *MarketDataSnapShotFullRefresh) GetHeader() *Header
func (*MarketDataSnapShotFullRefresh) GetMdEntries ¶
func (m *MarketDataSnapShotFullRefresh) GetMdEntries() []*MDEntry
func (*MarketDataSnapShotFullRefresh) GetMdReqID ¶
func (m *MarketDataSnapShotFullRefresh) GetMdReqID() string
func (*MarketDataSnapShotFullRefresh) GetNoMDEntries ¶
func (m *MarketDataSnapShotFullRefresh) GetNoMDEntries() int64
func (*MarketDataSnapShotFullRefresh) GetSymbol ¶
func (m *MarketDataSnapShotFullRefresh) GetSymbol() string
func (*MarketDataSnapShotFullRefresh) GetTrailer ¶
func (m *MarketDataSnapShotFullRefresh) GetTrailer() *Trailer
func (*MarketDataSnapShotFullRefresh) Marshal ¶
func (m *MarketDataSnapShotFullRefresh) Marshal() (dAtA []byte, err error)
func (*MarketDataSnapShotFullRefresh) MarshalTo ¶
func (m *MarketDataSnapShotFullRefresh) MarshalTo(dAtA []byte) (int, error)
func (*MarketDataSnapShotFullRefresh) MarshalToSizedBuffer ¶
func (m *MarketDataSnapShotFullRefresh) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MarketDataSnapShotFullRefresh) ProtoMessage ¶
func (*MarketDataSnapShotFullRefresh) ProtoMessage()
func (*MarketDataSnapShotFullRefresh) Reset ¶
func (m *MarketDataSnapShotFullRefresh) Reset()
func (*MarketDataSnapShotFullRefresh) Size ¶
func (m *MarketDataSnapShotFullRefresh) Size() (n int)
func (*MarketDataSnapShotFullRefresh) String ¶
func (m *MarketDataSnapShotFullRefresh) String() string
func (*MarketDataSnapShotFullRefresh) Unmarshal ¶
func (m *MarketDataSnapShotFullRefresh) Unmarshal(dAtA []byte) error
func (*MarketDataSnapShotFullRefresh) XXX_DiscardUnknown ¶
func (m *MarketDataSnapShotFullRefresh) XXX_DiscardUnknown()
func (*MarketDataSnapShotFullRefresh) XXX_Marshal ¶
func (m *MarketDataSnapShotFullRefresh) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MarketDataSnapShotFullRefresh) XXX_Merge ¶
func (m *MarketDataSnapShotFullRefresh) XXX_Merge(src proto.Message)
func (*MarketDataSnapShotFullRefresh) XXX_Size ¶
func (m *MarketDataSnapShotFullRefresh) XXX_Size() int
func (*MarketDataSnapShotFullRefresh) XXX_Unmarshal ¶
func (m *MarketDataSnapShotFullRefresh) XXX_Unmarshal(b []byte) error
type MsgClient ¶
type MsgClient interface { LogonInitiator(ctx context.Context, in *MsgLogonInitiator, opts ...grpc.CallOption) (*MsgLogonInitiatorResponse, error) LogonAcceptor(ctx context.Context, in *MsgLogonAcceptor, opts ...grpc.CallOption) (*MsgLogonAcceptorResponse, error) TerminateLogon(ctx context.Context, in *MsgTerminateLogon, opts ...grpc.CallOption) (*MsgTerminateLogonResponse, error) LogonReject(ctx context.Context, in *MsgLogonReject, opts ...grpc.CallOption) (*MsgLogonRejectResponse, error) LogoutInitiator(ctx context.Context, in *MsgLogoutInitiator, opts ...grpc.CallOption) (*MsgLogoutInitiatorResponse, error) LogoutAcceptor(ctx context.Context, in *MsgLogoutAcceptor, opts ...grpc.CallOption) (*MsgLogoutAcceptorResponse, error) NewOrderSingle(ctx context.Context, in *MsgNewOrderSingle, opts ...grpc.CallOption) (*MsgNewOrderSingleResponse, error) OrderCancelRequest(ctx context.Context, in *MsgOrderCancelRequest, opts ...grpc.CallOption) (*MsgOrderCancelRequestResponse, error) OrderCancelReject(ctx context.Context, in *MsgOrderCancelReject, opts ...grpc.CallOption) (*MsgOrderCancelRejectResponse, error) OrderExecutionReport(ctx context.Context, in *MsgOrderExecutionReport, opts ...grpc.CallOption) (*MsgOrderExecutionReportResponse, error) QuoteRequest(ctx context.Context, in *MsgQuoteRequest, opts ...grpc.CallOption) (*MsgQuoteRequestResponse, error) QuoteAcknowledgement(ctx context.Context, in *MsgQuoteAcknowledgement, opts ...grpc.CallOption) (*MsgQuoteAcknowledgementResponse, error) QuoteRequestReject(ctx context.Context, in *MsgQuoteRequestReject, opts ...grpc.CallOption) (*MsgQuoteRequestRejectResponse, error) TradeCaptureReport(ctx context.Context, in *MsgTradeCaptureReport, opts ...grpc.CallOption) (*MsgTradeCaptureReportResponse, error) TradeCaptureReportAcknowledgement(ctx context.Context, in *MsgTradeCaptureReportAcknowledgement, opts ...grpc.CallOption) (*MsgTradeCaptureReportAcknowledgementResponse, error) TradeCaptureReportRejection(ctx context.Context, in *MsgTradeCaptureReportRejection, opts ...grpc.CallOption) (*MsgTradeCaptureReportRejectionResponse, error) MarketDataRequest(ctx context.Context, in *MsgMarketDataRequest, opts ...grpc.CallOption) (*MsgMarketDataRequestResponse, error) MarketDataSnapshotFullRefresh(ctx context.Context, in *MsgMarketDataSnapshotFullRefresh, opts ...grpc.CallOption) (*MsgMarketDataSnapshotFullRefreshResponse, error) MarketDataIncremental(ctx context.Context, in *MsgMarketDataIncremental, opts ...grpc.CallOption) (*MsgMarketDataIncrementalResponse, error) MarketDataRequestReject(ctx context.Context, in *MsgMarketDataRequestReject, opts ...grpc.CallOption) (*MsgMarketDataRequestRejectResponse, error) SecurityDefinitionRequest(ctx context.Context, in *MsgSecurityDefinitionRequest, opts ...grpc.CallOption) (*MsgSecurityDefinitionRequestResponse, error) SecurityDefinition(ctx context.Context, in *MsgSecurityDefinition, opts ...grpc.CallOption) (*MsgSecurityDefinitionResponse, error) SecurityDefinitionRequestReject(ctx context.Context, in *MsgSecurityDefinitionRequestReject, opts ...grpc.CallOption) (*MsgSecurityDefinitionRequestRejectResponse, error) OrderMassStatusRequest(ctx context.Context, in *MsgOrderMassStatusRequest, opts ...grpc.CallOption) (*MsgOrderMassStatusRequestResponse, error) OrderMassStatusReport(ctx context.Context, in *MsgOrderMassStatusReport, opts ...grpc.CallOption) (*MsgOrderMassStatusReportResponse, error) OrderMassStatusRequestReject(ctx context.Context, in *MsgOrderMassStatusRequestReject, opts ...grpc.CallOption) (*MsgOrderMassStatusRequestRejectResponse, error) TradingSessionStatusRequest(ctx context.Context, in *MsgTradingSessionStatusRequest, opts ...grpc.CallOption) (*MsgTradingSessionStatusRequestResponse, error) TradingSessionStatus(ctx context.Context, in *MsgTradingSessionStatus, opts ...grpc.CallOption) (*MsgTradingSessionStatusResponse, error) TradingSessionStatusRequestReject(ctx context.Context, in *MsgTradingSessionStatusRequestReject, opts ...grpc.CallOption) (*MsgTradingSessionStatusRequestRejectResponse, error) TradingSessionListRequest(ctx context.Context, in *MsgTradingSessionListRequest, opts ...grpc.CallOption) (*MsgTradingSessionListRequestResponse, error) TradingSessionListResponse(ctx context.Context, in *MsgTradingSessionListResponse, opts ...grpc.CallOption) (*MsgTradingSessionListResponseResponse, error) TradingSessionListRequestReject(ctx context.Context, in *MsgTradingSessionListRequestReject, opts ...grpc.CallOption) (*MsgTradingSessionListRequestRejectResponse, error) SecurityListRequest(ctx context.Context, in *MsgSecurityListRequest, opts ...grpc.CallOption) (*MsgSecurityListRequestResponse, error) SecurityListResponse(ctx context.Context, in *MsgSecurityListResponse, opts ...grpc.CallOption) (*MsgSecurityListResponseResponse, error) SecurityListRequestReject(ctx context.Context, in *MsgSecurityListRequestReject, opts ...grpc.CallOption) (*MsgSecurityListRequestRejectResponse, error) SecurityStatusRequest(ctx context.Context, in *MsgSecurityStatusRequest, opts ...grpc.CallOption) (*MsgSecurityStatusRequestResponse, error) SecurityStatusResponse(ctx context.Context, in *MsgSecurityStatusResponse, opts ...grpc.CallOption) (*MsgSecurityStatusResponseResponse, error) SecurityStatusRequestReject(ctx context.Context, in *MsgSecurityStatusRequestReject, opts ...grpc.CallOption) (*MsgSecurityStatusRequestRejectResponse, error) SecurityTypesRequest(ctx context.Context, in *MsgSecurityTypesRequest, opts ...grpc.CallOption) (*MsgSecurityTypesRequestResponse, error) SecurityTypesResponse(ctx context.Context, in *MsgSecurityTypesResponse, opts ...grpc.CallOption) (*MsgSecurityTypesResponseResponse, error) SecurityTypesRequestReject(ctx context.Context, in *MsgSecurityTypesRequestReject, opts ...grpc.CallOption) (*MsgSecurityTypesRequestRejectResponse, error) RegisterAccount(ctx context.Context, in *MsgRegisterAccount, opts ...grpc.CallOption) (*MsgRegisterAccountResponse, error) UpdateAccount(ctx context.Context, in *MsgUpdateAccount, opts ...grpc.CallOption) (*MsgUpdateAccountResponse, error) DeleteAccount(ctx context.Context, in *MsgDeleteAccount, opts ...grpc.CallOption) (*MsgDeleteAccountResponse, error) }
MsgClient is the client API for Msg service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewMsgClient ¶
func NewMsgClient(cc grpc1.ClientConn) MsgClient
type MsgDeleteAccount ¶
type MsgDeleteAccount struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` }
func NewMsgDeleteAccount ¶
func NewMsgDeleteAccount(creator string, address string) *MsgDeleteAccount
func (*MsgDeleteAccount) Descriptor ¶
func (*MsgDeleteAccount) Descriptor() ([]byte, []int)
func (*MsgDeleteAccount) GetAddress ¶
func (m *MsgDeleteAccount) GetAddress() string
func (*MsgDeleteAccount) GetCreator ¶
func (m *MsgDeleteAccount) GetCreator() string
func (*MsgDeleteAccount) GetSignBytes ¶
func (msg *MsgDeleteAccount) GetSignBytes() []byte
func (*MsgDeleteAccount) GetSigners ¶
func (msg *MsgDeleteAccount) GetSigners() []sdk.AccAddress
func (*MsgDeleteAccount) Marshal ¶
func (m *MsgDeleteAccount) Marshal() (dAtA []byte, err error)
func (*MsgDeleteAccount) MarshalToSizedBuffer ¶
func (m *MsgDeleteAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeleteAccount) ProtoMessage ¶
func (*MsgDeleteAccount) ProtoMessage()
func (*MsgDeleteAccount) Reset ¶
func (m *MsgDeleteAccount) Reset()
func (*MsgDeleteAccount) Route ¶
func (msg *MsgDeleteAccount) Route() string
func (*MsgDeleteAccount) Size ¶
func (m *MsgDeleteAccount) Size() (n int)
func (*MsgDeleteAccount) String ¶
func (m *MsgDeleteAccount) String() string
func (*MsgDeleteAccount) Type ¶
func (msg *MsgDeleteAccount) Type() string
func (*MsgDeleteAccount) Unmarshal ¶
func (m *MsgDeleteAccount) Unmarshal(dAtA []byte) error
func (*MsgDeleteAccount) ValidateBasic ¶
func (msg *MsgDeleteAccount) ValidateBasic() error
func (*MsgDeleteAccount) XXX_DiscardUnknown ¶
func (m *MsgDeleteAccount) XXX_DiscardUnknown()
func (*MsgDeleteAccount) XXX_Marshal ¶
func (m *MsgDeleteAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeleteAccount) XXX_Merge ¶
func (m *MsgDeleteAccount) XXX_Merge(src proto.Message)
func (*MsgDeleteAccount) XXX_Size ¶
func (m *MsgDeleteAccount) XXX_Size() int
func (*MsgDeleteAccount) XXX_Unmarshal ¶
func (m *MsgDeleteAccount) XXX_Unmarshal(b []byte) error
type MsgDeleteAccountResponse ¶
type MsgDeleteAccountResponse struct { }
func (*MsgDeleteAccountResponse) Descriptor ¶
func (*MsgDeleteAccountResponse) Descriptor() ([]byte, []int)
func (*MsgDeleteAccountResponse) Marshal ¶
func (m *MsgDeleteAccountResponse) Marshal() (dAtA []byte, err error)
func (*MsgDeleteAccountResponse) MarshalTo ¶
func (m *MsgDeleteAccountResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgDeleteAccountResponse) MarshalToSizedBuffer ¶
func (m *MsgDeleteAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgDeleteAccountResponse) ProtoMessage ¶
func (*MsgDeleteAccountResponse) ProtoMessage()
func (*MsgDeleteAccountResponse) Reset ¶
func (m *MsgDeleteAccountResponse) Reset()
func (*MsgDeleteAccountResponse) Size ¶
func (m *MsgDeleteAccountResponse) Size() (n int)
func (*MsgDeleteAccountResponse) String ¶
func (m *MsgDeleteAccountResponse) String() string
func (*MsgDeleteAccountResponse) Unmarshal ¶
func (m *MsgDeleteAccountResponse) Unmarshal(dAtA []byte) error
func (*MsgDeleteAccountResponse) XXX_DiscardUnknown ¶
func (m *MsgDeleteAccountResponse) XXX_DiscardUnknown()
func (*MsgDeleteAccountResponse) XXX_Marshal ¶
func (m *MsgDeleteAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgDeleteAccountResponse) XXX_Merge ¶
func (m *MsgDeleteAccountResponse) XXX_Merge(src proto.Message)
func (*MsgDeleteAccountResponse) XXX_Size ¶
func (m *MsgDeleteAccountResponse) XXX_Size() int
func (*MsgDeleteAccountResponse) XXX_Unmarshal ¶
func (m *MsgDeleteAccountResponse) XXX_Unmarshal(b []byte) error
type MsgLogonAcceptor ¶
type MsgLogonAcceptor struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` LogonAcceptor *LogonAcceptor `protobuf:"bytes,2,opt,name=logonAcceptor,proto3" json:"logonAcceptor,omitempty"` Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` IsAccepted bool `protobuf:"varint,4,opt,name=IsAccepted,proto3" json:"IsAccepted,omitempty"` AcceptorAddress string `protobuf:"bytes,5,opt,name=acceptorAddress,proto3" json:"acceptorAddress,omitempty"` }
func NewMsgLogonAcceptor ¶
func NewMsgLogonAcceptor(acceptorAddress string, sessionID string, logonAcceptor LogonAcceptor) *MsgLogonAcceptor
func (*MsgLogonAcceptor) Descriptor ¶
func (*MsgLogonAcceptor) Descriptor() ([]byte, []int)
func (*MsgLogonAcceptor) FIXVersionByAcceptor ¶
func (msg *MsgLogonAcceptor) FIXVersionByAcceptor() string
func (*MsgLogonAcceptor) GetAcceptorAddress ¶
func (m *MsgLogonAcceptor) GetAcceptorAddress() string
func (*MsgLogonAcceptor) GetIsAccepted ¶
func (m *MsgLogonAcceptor) GetIsAccepted() bool
func (*MsgLogonAcceptor) GetLogonAcceptor ¶
func (m *MsgLogonAcceptor) GetLogonAcceptor() *LogonAcceptor
func (*MsgLogonAcceptor) GetSessionID ¶
func (m *MsgLogonAcceptor) GetSessionID() string
func (*MsgLogonAcceptor) GetSignBytes ¶
func (msg *MsgLogonAcceptor) GetSignBytes() []byte
func (*MsgLogonAcceptor) GetSigners ¶
func (msg *MsgLogonAcceptor) GetSigners() []sdk.AccAddress
func (*MsgLogonAcceptor) GetStatus ¶
func (m *MsgLogonAcceptor) GetStatus() string
func (*MsgLogonAcceptor) Marshal ¶
func (m *MsgLogonAcceptor) Marshal() (dAtA []byte, err error)
func (*MsgLogonAcceptor) MarshalToSizedBuffer ¶
func (m *MsgLogonAcceptor) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLogonAcceptor) ProtoMessage ¶
func (*MsgLogonAcceptor) ProtoMessage()
func (*MsgLogonAcceptor) Reset ¶
func (m *MsgLogonAcceptor) Reset()
func (*MsgLogonAcceptor) Route ¶
func (msg *MsgLogonAcceptor) Route() string
func (*MsgLogonAcceptor) Size ¶
func (m *MsgLogonAcceptor) Size() (n int)
func (*MsgLogonAcceptor) String ¶
func (m *MsgLogonAcceptor) String() string
func (*MsgLogonAcceptor) Type ¶
func (msg *MsgLogonAcceptor) Type() string
func (*MsgLogonAcceptor) Unmarshal ¶
func (m *MsgLogonAcceptor) Unmarshal(dAtA []byte) error
func (*MsgLogonAcceptor) ValidateBasic ¶
func (msg *MsgLogonAcceptor) ValidateBasic() error
func (*MsgLogonAcceptor) XXX_DiscardUnknown ¶
func (m *MsgLogonAcceptor) XXX_DiscardUnknown()
func (*MsgLogonAcceptor) XXX_Marshal ¶
func (m *MsgLogonAcceptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLogonAcceptor) XXX_Merge ¶
func (m *MsgLogonAcceptor) XXX_Merge(src proto.Message)
func (*MsgLogonAcceptor) XXX_Size ¶
func (m *MsgLogonAcceptor) XXX_Size() int
func (*MsgLogonAcceptor) XXX_Unmarshal ¶
func (m *MsgLogonAcceptor) XXX_Unmarshal(b []byte) error
type MsgLogonAcceptorResponse ¶
type MsgLogonAcceptorResponse struct { }
func (*MsgLogonAcceptorResponse) Descriptor ¶
func (*MsgLogonAcceptorResponse) Descriptor() ([]byte, []int)
func (*MsgLogonAcceptorResponse) Marshal ¶
func (m *MsgLogonAcceptorResponse) Marshal() (dAtA []byte, err error)
func (*MsgLogonAcceptorResponse) MarshalTo ¶
func (m *MsgLogonAcceptorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgLogonAcceptorResponse) MarshalToSizedBuffer ¶
func (m *MsgLogonAcceptorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLogonAcceptorResponse) ProtoMessage ¶
func (*MsgLogonAcceptorResponse) ProtoMessage()
func (*MsgLogonAcceptorResponse) Reset ¶
func (m *MsgLogonAcceptorResponse) Reset()
func (*MsgLogonAcceptorResponse) Size ¶
func (m *MsgLogonAcceptorResponse) Size() (n int)
func (*MsgLogonAcceptorResponse) String ¶
func (m *MsgLogonAcceptorResponse) String() string
func (*MsgLogonAcceptorResponse) Unmarshal ¶
func (m *MsgLogonAcceptorResponse) Unmarshal(dAtA []byte) error
func (*MsgLogonAcceptorResponse) XXX_DiscardUnknown ¶
func (m *MsgLogonAcceptorResponse) XXX_DiscardUnknown()
func (*MsgLogonAcceptorResponse) XXX_Marshal ¶
func (m *MsgLogonAcceptorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLogonAcceptorResponse) XXX_Merge ¶
func (m *MsgLogonAcceptorResponse) XXX_Merge(src proto.Message)
func (*MsgLogonAcceptorResponse) XXX_Size ¶
func (m *MsgLogonAcceptorResponse) XXX_Size() int
func (*MsgLogonAcceptorResponse) XXX_Unmarshal ¶
func (m *MsgLogonAcceptorResponse) XXX_Unmarshal(b []byte) error
type MsgLogonInitiator ¶
type MsgLogonInitiator struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` LogonInitiator *LogonInitiator `protobuf:"bytes,2,opt,name=logonInitiator,proto3" json:"logonInitiator,omitempty"` Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"` IsAccepted bool `protobuf:"varint,4,opt,name=IsAccepted,proto3" json:"IsAccepted,omitempty"` InitiatorAddress string `protobuf:"bytes,5,opt,name=initiatorAddress,proto3" json:"initiatorAddress,omitempty"` }
func NewMsgLogonInitiator ¶
func NewMsgLogonInitiator(initiatorAddress string, sessionID string, logonInitator LogonInitiator) *MsgLogonInitiator
func (*MsgLogonInitiator) Descriptor ¶
func (*MsgLogonInitiator) Descriptor() ([]byte, []int)
func (*MsgLogonInitiator) FIXVersionByInitiator ¶
func (msg *MsgLogonInitiator) FIXVersionByInitiator() string
func (*MsgLogonInitiator) GetInitiatorAddress ¶
func (m *MsgLogonInitiator) GetInitiatorAddress() string
func (*MsgLogonInitiator) GetIsAccepted ¶
func (m *MsgLogonInitiator) GetIsAccepted() bool
func (*MsgLogonInitiator) GetLogonInitiator ¶
func (m *MsgLogonInitiator) GetLogonInitiator() *LogonInitiator
func (*MsgLogonInitiator) GetSessionID ¶
func (m *MsgLogonInitiator) GetSessionID() string
func (*MsgLogonInitiator) GetSignBytes ¶
func (msg *MsgLogonInitiator) GetSignBytes() []byte
func (*MsgLogonInitiator) GetSigners ¶
func (msg *MsgLogonInitiator) GetSigners() []sdk.AccAddress
func (*MsgLogonInitiator) GetStatus ¶
func (m *MsgLogonInitiator) GetStatus() string
func (*MsgLogonInitiator) Marshal ¶
func (m *MsgLogonInitiator) Marshal() (dAtA []byte, err error)
func (*MsgLogonInitiator) MarshalTo ¶
func (m *MsgLogonInitiator) MarshalTo(dAtA []byte) (int, error)
func (*MsgLogonInitiator) MarshalToSizedBuffer ¶
func (m *MsgLogonInitiator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLogonInitiator) ProtoMessage ¶
func (*MsgLogonInitiator) ProtoMessage()
func (*MsgLogonInitiator) Reset ¶
func (m *MsgLogonInitiator) Reset()
func (*MsgLogonInitiator) Route ¶
func (msg *MsgLogonInitiator) Route() string
func (*MsgLogonInitiator) Size ¶
func (m *MsgLogonInitiator) Size() (n int)
func (*MsgLogonInitiator) String ¶
func (m *MsgLogonInitiator) String() string
func (*MsgLogonInitiator) Type ¶
func (msg *MsgLogonInitiator) Type() string
func (*MsgLogonInitiator) Unmarshal ¶
func (m *MsgLogonInitiator) Unmarshal(dAtA []byte) error
func (*MsgLogonInitiator) ValidateBasic ¶
func (msg *MsgLogonInitiator) ValidateBasic() error
func (*MsgLogonInitiator) XXX_DiscardUnknown ¶
func (m *MsgLogonInitiator) XXX_DiscardUnknown()
func (*MsgLogonInitiator) XXX_Marshal ¶
func (m *MsgLogonInitiator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLogonInitiator) XXX_Merge ¶
func (m *MsgLogonInitiator) XXX_Merge(src proto.Message)
func (*MsgLogonInitiator) XXX_Size ¶
func (m *MsgLogonInitiator) XXX_Size() int
func (*MsgLogonInitiator) XXX_Unmarshal ¶
func (m *MsgLogonInitiator) XXX_Unmarshal(b []byte) error
type MsgLogonInitiatorResponse ¶
type MsgLogonInitiatorResponse struct { }
func (*MsgLogonInitiatorResponse) Descriptor ¶
func (*MsgLogonInitiatorResponse) Descriptor() ([]byte, []int)
func (*MsgLogonInitiatorResponse) Marshal ¶
func (m *MsgLogonInitiatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgLogonInitiatorResponse) MarshalTo ¶
func (m *MsgLogonInitiatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgLogonInitiatorResponse) MarshalToSizedBuffer ¶
func (m *MsgLogonInitiatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLogonInitiatorResponse) ProtoMessage ¶
func (*MsgLogonInitiatorResponse) ProtoMessage()
func (*MsgLogonInitiatorResponse) Reset ¶
func (m *MsgLogonInitiatorResponse) Reset()
func (*MsgLogonInitiatorResponse) Size ¶
func (m *MsgLogonInitiatorResponse) Size() (n int)
func (*MsgLogonInitiatorResponse) String ¶
func (m *MsgLogonInitiatorResponse) String() string
func (*MsgLogonInitiatorResponse) Unmarshal ¶
func (m *MsgLogonInitiatorResponse) Unmarshal(dAtA []byte) error
func (*MsgLogonInitiatorResponse) XXX_DiscardUnknown ¶
func (m *MsgLogonInitiatorResponse) XXX_DiscardUnknown()
func (*MsgLogonInitiatorResponse) XXX_Marshal ¶
func (m *MsgLogonInitiatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLogonInitiatorResponse) XXX_Merge ¶
func (m *MsgLogonInitiatorResponse) XXX_Merge(src proto.Message)
func (*MsgLogonInitiatorResponse) XXX_Size ¶
func (m *MsgLogonInitiatorResponse) XXX_Size() int
func (*MsgLogonInitiatorResponse) XXX_Unmarshal ¶
func (m *MsgLogonInitiatorResponse) XXX_Unmarshal(b []byte) error
type MsgLogonReject ¶
type MsgLogonReject struct { AcceptorAddress string `protobuf:"bytes,1,opt,name=acceptorAddress,proto3" json:"acceptorAddress,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` Header *Header `protobuf:"bytes,3,opt,name=header,proto3" json:"header,omitempty"` Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` Trailer *Trailer `protobuf:"bytes,5,opt,name=trailer,proto3" json:"trailer,omitempty"` }
func NewMsgLogonReject ¶
func NewMsgLogonReject(acceptorAddress string, sessionID string, text string) *MsgLogonReject
func (*MsgLogonReject) Descriptor ¶
func (*MsgLogonReject) Descriptor() ([]byte, []int)
func (*MsgLogonReject) GetAcceptorAddress ¶
func (m *MsgLogonReject) GetAcceptorAddress() string
func (*MsgLogonReject) GetHeader ¶
func (m *MsgLogonReject) GetHeader() *Header
func (*MsgLogonReject) GetSessionID ¶
func (m *MsgLogonReject) GetSessionID() string
func (*MsgLogonReject) GetSignBytes ¶
func (msg *MsgLogonReject) GetSignBytes() []byte
func (*MsgLogonReject) GetSigners ¶
func (msg *MsgLogonReject) GetSigners() []sdk.AccAddress
func (*MsgLogonReject) GetText ¶
func (m *MsgLogonReject) GetText() string
func (*MsgLogonReject) GetTrailer ¶
func (m *MsgLogonReject) GetTrailer() *Trailer
func (*MsgLogonReject) Marshal ¶
func (m *MsgLogonReject) Marshal() (dAtA []byte, err error)
func (*MsgLogonReject) MarshalToSizedBuffer ¶
func (m *MsgLogonReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLogonReject) ProtoMessage ¶
func (*MsgLogonReject) ProtoMessage()
func (*MsgLogonReject) Reset ¶
func (m *MsgLogonReject) Reset()
func (*MsgLogonReject) Route ¶
func (msg *MsgLogonReject) Route() string
func (*MsgLogonReject) Size ¶
func (m *MsgLogonReject) Size() (n int)
func (*MsgLogonReject) String ¶
func (m *MsgLogonReject) String() string
func (*MsgLogonReject) Type ¶
func (msg *MsgLogonReject) Type() string
func (*MsgLogonReject) Unmarshal ¶
func (m *MsgLogonReject) Unmarshal(dAtA []byte) error
func (*MsgLogonReject) ValidateBasic ¶
func (msg *MsgLogonReject) ValidateBasic() error
func (*MsgLogonReject) XXX_DiscardUnknown ¶
func (m *MsgLogonReject) XXX_DiscardUnknown()
func (*MsgLogonReject) XXX_Marshal ¶
func (m *MsgLogonReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLogonReject) XXX_Merge ¶
func (m *MsgLogonReject) XXX_Merge(src proto.Message)
func (*MsgLogonReject) XXX_Size ¶
func (m *MsgLogonReject) XXX_Size() int
func (*MsgLogonReject) XXX_Unmarshal ¶
func (m *MsgLogonReject) XXX_Unmarshal(b []byte) error
type MsgLogonRejectResponse ¶
type MsgLogonRejectResponse struct { }
func (*MsgLogonRejectResponse) Descriptor ¶
func (*MsgLogonRejectResponse) Descriptor() ([]byte, []int)
func (*MsgLogonRejectResponse) Marshal ¶
func (m *MsgLogonRejectResponse) Marshal() (dAtA []byte, err error)
func (*MsgLogonRejectResponse) MarshalTo ¶
func (m *MsgLogonRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgLogonRejectResponse) MarshalToSizedBuffer ¶
func (m *MsgLogonRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLogonRejectResponse) ProtoMessage ¶
func (*MsgLogonRejectResponse) ProtoMessage()
func (*MsgLogonRejectResponse) Reset ¶
func (m *MsgLogonRejectResponse) Reset()
func (*MsgLogonRejectResponse) Size ¶
func (m *MsgLogonRejectResponse) Size() (n int)
func (*MsgLogonRejectResponse) String ¶
func (m *MsgLogonRejectResponse) String() string
func (*MsgLogonRejectResponse) Unmarshal ¶
func (m *MsgLogonRejectResponse) Unmarshal(dAtA []byte) error
func (*MsgLogonRejectResponse) XXX_DiscardUnknown ¶
func (m *MsgLogonRejectResponse) XXX_DiscardUnknown()
func (*MsgLogonRejectResponse) XXX_Marshal ¶
func (m *MsgLogonRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLogonRejectResponse) XXX_Merge ¶
func (m *MsgLogonRejectResponse) XXX_Merge(src proto.Message)
func (*MsgLogonRejectResponse) XXX_Size ¶
func (m *MsgLogonRejectResponse) XXX_Size() int
func (*MsgLogonRejectResponse) XXX_Unmarshal ¶
func (m *MsgLogonRejectResponse) XXX_Unmarshal(b []byte) error
type MsgLogoutAcceptor ¶
type MsgLogoutAcceptor struct { AcceptorAddress string `protobuf:"bytes,1,opt,name=acceptorAddress,proto3" json:"acceptorAddress,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SessionLogoutAcceptor *SessionLogoutAcceptor `protobuf:"bytes,3,opt,name=sessionLogoutAcceptor,proto3" json:"sessionLogoutAcceptor,omitempty"` }
func NewMsgLogoutAcceptor ¶
func NewMsgLogoutAcceptor(acceptorAddress string, sessionID string, text SessionLogoutAcceptor) *MsgLogoutAcceptor
func (*MsgLogoutAcceptor) Descriptor ¶
func (*MsgLogoutAcceptor) Descriptor() ([]byte, []int)
func (*MsgLogoutAcceptor) GetAcceptorAddress ¶
func (m *MsgLogoutAcceptor) GetAcceptorAddress() string
func (*MsgLogoutAcceptor) GetSessionID ¶
func (m *MsgLogoutAcceptor) GetSessionID() string
func (*MsgLogoutAcceptor) GetSessionLogoutAcceptor ¶
func (m *MsgLogoutAcceptor) GetSessionLogoutAcceptor() *SessionLogoutAcceptor
func (*MsgLogoutAcceptor) GetSignBytes ¶
func (msg *MsgLogoutAcceptor) GetSignBytes() []byte
func (*MsgLogoutAcceptor) GetSigners ¶
func (msg *MsgLogoutAcceptor) GetSigners() []sdk.AccAddress
func (*MsgLogoutAcceptor) Marshal ¶
func (m *MsgLogoutAcceptor) Marshal() (dAtA []byte, err error)
func (*MsgLogoutAcceptor) MarshalTo ¶
func (m *MsgLogoutAcceptor) MarshalTo(dAtA []byte) (int, error)
func (*MsgLogoutAcceptor) MarshalToSizedBuffer ¶
func (m *MsgLogoutAcceptor) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLogoutAcceptor) ProtoMessage ¶
func (*MsgLogoutAcceptor) ProtoMessage()
func (*MsgLogoutAcceptor) Reset ¶
func (m *MsgLogoutAcceptor) Reset()
func (*MsgLogoutAcceptor) Route ¶
func (msg *MsgLogoutAcceptor) Route() string
func (*MsgLogoutAcceptor) Size ¶
func (m *MsgLogoutAcceptor) Size() (n int)
func (*MsgLogoutAcceptor) String ¶
func (m *MsgLogoutAcceptor) String() string
func (*MsgLogoutAcceptor) Type ¶
func (msg *MsgLogoutAcceptor) Type() string
func (*MsgLogoutAcceptor) Unmarshal ¶
func (m *MsgLogoutAcceptor) Unmarshal(dAtA []byte) error
func (*MsgLogoutAcceptor) ValidateBasic ¶
func (msg *MsgLogoutAcceptor) ValidateBasic() error
func (*MsgLogoutAcceptor) XXX_DiscardUnknown ¶
func (m *MsgLogoutAcceptor) XXX_DiscardUnknown()
func (*MsgLogoutAcceptor) XXX_Marshal ¶
func (m *MsgLogoutAcceptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLogoutAcceptor) XXX_Merge ¶
func (m *MsgLogoutAcceptor) XXX_Merge(src proto.Message)
func (*MsgLogoutAcceptor) XXX_Size ¶
func (m *MsgLogoutAcceptor) XXX_Size() int
func (*MsgLogoutAcceptor) XXX_Unmarshal ¶
func (m *MsgLogoutAcceptor) XXX_Unmarshal(b []byte) error
type MsgLogoutAcceptorResponse ¶
type MsgLogoutAcceptorResponse struct { }
func (*MsgLogoutAcceptorResponse) Descriptor ¶
func (*MsgLogoutAcceptorResponse) Descriptor() ([]byte, []int)
func (*MsgLogoutAcceptorResponse) Marshal ¶
func (m *MsgLogoutAcceptorResponse) Marshal() (dAtA []byte, err error)
func (*MsgLogoutAcceptorResponse) MarshalTo ¶
func (m *MsgLogoutAcceptorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgLogoutAcceptorResponse) MarshalToSizedBuffer ¶
func (m *MsgLogoutAcceptorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLogoutAcceptorResponse) ProtoMessage ¶
func (*MsgLogoutAcceptorResponse) ProtoMessage()
func (*MsgLogoutAcceptorResponse) Reset ¶
func (m *MsgLogoutAcceptorResponse) Reset()
func (*MsgLogoutAcceptorResponse) Size ¶
func (m *MsgLogoutAcceptorResponse) Size() (n int)
func (*MsgLogoutAcceptorResponse) String ¶
func (m *MsgLogoutAcceptorResponse) String() string
func (*MsgLogoutAcceptorResponse) Unmarshal ¶
func (m *MsgLogoutAcceptorResponse) Unmarshal(dAtA []byte) error
func (*MsgLogoutAcceptorResponse) XXX_DiscardUnknown ¶
func (m *MsgLogoutAcceptorResponse) XXX_DiscardUnknown()
func (*MsgLogoutAcceptorResponse) XXX_Marshal ¶
func (m *MsgLogoutAcceptorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLogoutAcceptorResponse) XXX_Merge ¶
func (m *MsgLogoutAcceptorResponse) XXX_Merge(src proto.Message)
func (*MsgLogoutAcceptorResponse) XXX_Size ¶
func (m *MsgLogoutAcceptorResponse) XXX_Size() int
func (*MsgLogoutAcceptorResponse) XXX_Unmarshal ¶
func (m *MsgLogoutAcceptorResponse) XXX_Unmarshal(b []byte) error
type MsgLogoutInitiator ¶
type MsgLogoutInitiator struct { InitiatorAddress string `protobuf:"bytes,1,opt,name=initiatorAddress,proto3" json:"initiatorAddress,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SessionLogoutInitiator *SessionLogoutInitiator `protobuf:"bytes,3,opt,name=sessionLogoutInitiator,proto3" json:"sessionLogoutInitiator,omitempty"` }
func NewMsgLogoutInitiator ¶
func NewMsgLogoutInitiator(initiatorAddress string, sessionID string, text SessionLogoutInitiator) *MsgLogoutInitiator
func (*MsgLogoutInitiator) Descriptor ¶
func (*MsgLogoutInitiator) Descriptor() ([]byte, []int)
func (*MsgLogoutInitiator) GetInitiatorAddress ¶
func (m *MsgLogoutInitiator) GetInitiatorAddress() string
func (*MsgLogoutInitiator) GetSessionID ¶
func (m *MsgLogoutInitiator) GetSessionID() string
func (*MsgLogoutInitiator) GetSessionLogoutInitiator ¶
func (m *MsgLogoutInitiator) GetSessionLogoutInitiator() *SessionLogoutInitiator
func (*MsgLogoutInitiator) GetSignBytes ¶
func (msg *MsgLogoutInitiator) GetSignBytes() []byte
func (*MsgLogoutInitiator) GetSigners ¶
func (msg *MsgLogoutInitiator) GetSigners() []sdk.AccAddress
func (*MsgLogoutInitiator) Marshal ¶
func (m *MsgLogoutInitiator) Marshal() (dAtA []byte, err error)
func (*MsgLogoutInitiator) MarshalTo ¶
func (m *MsgLogoutInitiator) MarshalTo(dAtA []byte) (int, error)
func (*MsgLogoutInitiator) MarshalToSizedBuffer ¶
func (m *MsgLogoutInitiator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLogoutInitiator) ProtoMessage ¶
func (*MsgLogoutInitiator) ProtoMessage()
func (*MsgLogoutInitiator) Reset ¶
func (m *MsgLogoutInitiator) Reset()
func (*MsgLogoutInitiator) Route ¶
func (msg *MsgLogoutInitiator) Route() string
func (*MsgLogoutInitiator) Size ¶
func (m *MsgLogoutInitiator) Size() (n int)
func (*MsgLogoutInitiator) String ¶
func (m *MsgLogoutInitiator) String() string
func (*MsgLogoutInitiator) Type ¶
func (msg *MsgLogoutInitiator) Type() string
func (*MsgLogoutInitiator) Unmarshal ¶
func (m *MsgLogoutInitiator) Unmarshal(dAtA []byte) error
func (*MsgLogoutInitiator) ValidateBasic ¶
func (msg *MsgLogoutInitiator) ValidateBasic() error
func (*MsgLogoutInitiator) XXX_DiscardUnknown ¶
func (m *MsgLogoutInitiator) XXX_DiscardUnknown()
func (*MsgLogoutInitiator) XXX_Marshal ¶
func (m *MsgLogoutInitiator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLogoutInitiator) XXX_Merge ¶
func (m *MsgLogoutInitiator) XXX_Merge(src proto.Message)
func (*MsgLogoutInitiator) XXX_Size ¶
func (m *MsgLogoutInitiator) XXX_Size() int
func (*MsgLogoutInitiator) XXX_Unmarshal ¶
func (m *MsgLogoutInitiator) XXX_Unmarshal(b []byte) error
type MsgLogoutInitiatorResponse ¶
type MsgLogoutInitiatorResponse struct { }
func (*MsgLogoutInitiatorResponse) Descriptor ¶
func (*MsgLogoutInitiatorResponse) Descriptor() ([]byte, []int)
func (*MsgLogoutInitiatorResponse) Marshal ¶
func (m *MsgLogoutInitiatorResponse) Marshal() (dAtA []byte, err error)
func (*MsgLogoutInitiatorResponse) MarshalTo ¶
func (m *MsgLogoutInitiatorResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgLogoutInitiatorResponse) MarshalToSizedBuffer ¶
func (m *MsgLogoutInitiatorResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgLogoutInitiatorResponse) ProtoMessage ¶
func (*MsgLogoutInitiatorResponse) ProtoMessage()
func (*MsgLogoutInitiatorResponse) Reset ¶
func (m *MsgLogoutInitiatorResponse) Reset()
func (*MsgLogoutInitiatorResponse) Size ¶
func (m *MsgLogoutInitiatorResponse) Size() (n int)
func (*MsgLogoutInitiatorResponse) String ¶
func (m *MsgLogoutInitiatorResponse) String() string
func (*MsgLogoutInitiatorResponse) Unmarshal ¶
func (m *MsgLogoutInitiatorResponse) Unmarshal(dAtA []byte) error
func (*MsgLogoutInitiatorResponse) XXX_DiscardUnknown ¶
func (m *MsgLogoutInitiatorResponse) XXX_DiscardUnknown()
func (*MsgLogoutInitiatorResponse) XXX_Marshal ¶
func (m *MsgLogoutInitiatorResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgLogoutInitiatorResponse) XXX_Merge ¶
func (m *MsgLogoutInitiatorResponse) XXX_Merge(src proto.Message)
func (*MsgLogoutInitiatorResponse) XXX_Size ¶
func (m *MsgLogoutInitiatorResponse) XXX_Size() int
func (*MsgLogoutInitiatorResponse) XXX_Unmarshal ¶
func (m *MsgLogoutInitiatorResponse) XXX_Unmarshal(b []byte) error
type MsgMarketDataIncremental ¶
type MsgMarketDataIncremental struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` MdReqID string `protobuf:"bytes,2,opt,name=mdReqID,proto3" json:"mdReqID,omitempty"` NoMDEntries int64 `protobuf:"varint,3,opt,name=noMDEntries,proto3" json:"noMDEntries,omitempty"` MdEntries []*MDEntry `protobuf:"bytes,4,rep,name=mdEntries,proto3" json:"mdEntries,omitempty"` SessionID string `protobuf:"bytes,5,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func NewMsgMarketDataIncremental ¶
func NewMsgMarketDataIncremental(creator string, mdReqID string, noMDEntries int64) *MsgMarketDataIncremental
func (*MsgMarketDataIncremental) Descriptor ¶
func (*MsgMarketDataIncremental) Descriptor() ([]byte, []int)
func (*MsgMarketDataIncremental) GetCreator ¶
func (m *MsgMarketDataIncremental) GetCreator() string
func (*MsgMarketDataIncremental) GetMdEntries ¶
func (m *MsgMarketDataIncremental) GetMdEntries() []*MDEntry
func (*MsgMarketDataIncremental) GetMdReqID ¶
func (m *MsgMarketDataIncremental) GetMdReqID() string
func (*MsgMarketDataIncremental) GetNoMDEntries ¶
func (m *MsgMarketDataIncremental) GetNoMDEntries() int64
func (*MsgMarketDataIncremental) GetSessionID ¶
func (m *MsgMarketDataIncremental) GetSessionID() string
func (*MsgMarketDataIncremental) GetSignBytes ¶
func (msg *MsgMarketDataIncremental) GetSignBytes() []byte
func (*MsgMarketDataIncremental) GetSigners ¶
func (msg *MsgMarketDataIncremental) GetSigners() []sdk.AccAddress
func (*MsgMarketDataIncremental) Marshal ¶
func (m *MsgMarketDataIncremental) Marshal() (dAtA []byte, err error)
func (*MsgMarketDataIncremental) MarshalTo ¶
func (m *MsgMarketDataIncremental) MarshalTo(dAtA []byte) (int, error)
func (*MsgMarketDataIncremental) MarshalToSizedBuffer ¶
func (m *MsgMarketDataIncremental) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMarketDataIncremental) ProtoMessage ¶
func (*MsgMarketDataIncremental) ProtoMessage()
func (*MsgMarketDataIncremental) Reset ¶
func (m *MsgMarketDataIncremental) Reset()
func (*MsgMarketDataIncremental) Route ¶
func (msg *MsgMarketDataIncremental) Route() string
func (*MsgMarketDataIncremental) Size ¶
func (m *MsgMarketDataIncremental) Size() (n int)
func (*MsgMarketDataIncremental) String ¶
func (m *MsgMarketDataIncremental) String() string
func (*MsgMarketDataIncremental) Type ¶
func (msg *MsgMarketDataIncremental) Type() string
func (*MsgMarketDataIncremental) Unmarshal ¶
func (m *MsgMarketDataIncremental) Unmarshal(dAtA []byte) error
func (*MsgMarketDataIncremental) ValidateBasic ¶
func (msg *MsgMarketDataIncremental) ValidateBasic() error
func (*MsgMarketDataIncremental) XXX_DiscardUnknown ¶
func (m *MsgMarketDataIncremental) XXX_DiscardUnknown()
func (*MsgMarketDataIncremental) XXX_Marshal ¶
func (m *MsgMarketDataIncremental) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMarketDataIncremental) XXX_Merge ¶
func (m *MsgMarketDataIncremental) XXX_Merge(src proto.Message)
func (*MsgMarketDataIncremental) XXX_Size ¶
func (m *MsgMarketDataIncremental) XXX_Size() int
func (*MsgMarketDataIncremental) XXX_Unmarshal ¶
func (m *MsgMarketDataIncremental) XXX_Unmarshal(b []byte) error
type MsgMarketDataIncrementalResponse ¶
type MsgMarketDataIncrementalResponse struct { }
func (*MsgMarketDataIncrementalResponse) Descriptor ¶
func (*MsgMarketDataIncrementalResponse) Descriptor() ([]byte, []int)
func (*MsgMarketDataIncrementalResponse) Marshal ¶
func (m *MsgMarketDataIncrementalResponse) Marshal() (dAtA []byte, err error)
func (*MsgMarketDataIncrementalResponse) MarshalTo ¶
func (m *MsgMarketDataIncrementalResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgMarketDataIncrementalResponse) MarshalToSizedBuffer ¶
func (m *MsgMarketDataIncrementalResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMarketDataIncrementalResponse) ProtoMessage ¶
func (*MsgMarketDataIncrementalResponse) ProtoMessage()
func (*MsgMarketDataIncrementalResponse) Reset ¶
func (m *MsgMarketDataIncrementalResponse) Reset()
func (*MsgMarketDataIncrementalResponse) Size ¶
func (m *MsgMarketDataIncrementalResponse) Size() (n int)
func (*MsgMarketDataIncrementalResponse) String ¶
func (m *MsgMarketDataIncrementalResponse) String() string
func (*MsgMarketDataIncrementalResponse) Unmarshal ¶
func (m *MsgMarketDataIncrementalResponse) Unmarshal(dAtA []byte) error
func (*MsgMarketDataIncrementalResponse) XXX_DiscardUnknown ¶
func (m *MsgMarketDataIncrementalResponse) XXX_DiscardUnknown()
func (*MsgMarketDataIncrementalResponse) XXX_Marshal ¶
func (m *MsgMarketDataIncrementalResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMarketDataIncrementalResponse) XXX_Merge ¶
func (m *MsgMarketDataIncrementalResponse) XXX_Merge(src proto.Message)
func (*MsgMarketDataIncrementalResponse) XXX_Size ¶
func (m *MsgMarketDataIncrementalResponse) XXX_Size() int
func (*MsgMarketDataIncrementalResponse) XXX_Unmarshal ¶
func (m *MsgMarketDataIncrementalResponse) XXX_Unmarshal(b []byte) error
type MsgMarketDataRequest ¶
type MsgMarketDataRequest struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` MdReqID string `protobuf:"bytes,2,opt,name=mdReqID,proto3" json:"mdReqID,omitempty"` SubscriptionRequestType int64 `protobuf:"varint,3,opt,name=subscriptionRequestType,proto3" json:"subscriptionRequestType,omitempty"` MarketDepth int64 `protobuf:"varint,4,opt,name=marketDepth,proto3" json:"marketDepth,omitempty"` MdUpdateType int64 `protobuf:"varint,5,opt,name=mdUpdateType,proto3" json:"mdUpdateType,omitempty"` NoRelatedSym int64 `protobuf:"varint,6,opt,name=noRelatedSym,proto3" json:"noRelatedSym,omitempty"` Symbol string `protobuf:"bytes,7,opt,name=symbol,proto3" json:"symbol,omitempty"` SessionID string `protobuf:"bytes,8,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func NewMsgMarketDataRequest ¶
func (*MsgMarketDataRequest) Descriptor ¶
func (*MsgMarketDataRequest) Descriptor() ([]byte, []int)
func (*MsgMarketDataRequest) GetCreator ¶
func (m *MsgMarketDataRequest) GetCreator() string
func (*MsgMarketDataRequest) GetMarketDepth ¶
func (m *MsgMarketDataRequest) GetMarketDepth() int64
func (*MsgMarketDataRequest) GetMdReqID ¶
func (m *MsgMarketDataRequest) GetMdReqID() string
func (*MsgMarketDataRequest) GetMdUpdateType ¶
func (m *MsgMarketDataRequest) GetMdUpdateType() int64
func (*MsgMarketDataRequest) GetNoRelatedSym ¶
func (m *MsgMarketDataRequest) GetNoRelatedSym() int64
func (*MsgMarketDataRequest) GetSessionID ¶
func (m *MsgMarketDataRequest) GetSessionID() string
func (*MsgMarketDataRequest) GetSignBytes ¶
func (msg *MsgMarketDataRequest) GetSignBytes() []byte
func (*MsgMarketDataRequest) GetSigners ¶
func (msg *MsgMarketDataRequest) GetSigners() []sdk.AccAddress
func (*MsgMarketDataRequest) GetSubscriptionRequestType ¶
func (m *MsgMarketDataRequest) GetSubscriptionRequestType() int64
func (*MsgMarketDataRequest) GetSymbol ¶
func (m *MsgMarketDataRequest) GetSymbol() string
func (*MsgMarketDataRequest) Marshal ¶
func (m *MsgMarketDataRequest) Marshal() (dAtA []byte, err error)
func (*MsgMarketDataRequest) MarshalTo ¶
func (m *MsgMarketDataRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgMarketDataRequest) MarshalToSizedBuffer ¶
func (m *MsgMarketDataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMarketDataRequest) ProtoMessage ¶
func (*MsgMarketDataRequest) ProtoMessage()
func (*MsgMarketDataRequest) Reset ¶
func (m *MsgMarketDataRequest) Reset()
func (*MsgMarketDataRequest) Route ¶
func (msg *MsgMarketDataRequest) Route() string
func (*MsgMarketDataRequest) Size ¶
func (m *MsgMarketDataRequest) Size() (n int)
func (*MsgMarketDataRequest) String ¶
func (m *MsgMarketDataRequest) String() string
func (*MsgMarketDataRequest) Type ¶
func (msg *MsgMarketDataRequest) Type() string
func (*MsgMarketDataRequest) Unmarshal ¶
func (m *MsgMarketDataRequest) Unmarshal(dAtA []byte) error
func (*MsgMarketDataRequest) ValidateBasic ¶
func (msg *MsgMarketDataRequest) ValidateBasic() error
func (*MsgMarketDataRequest) XXX_DiscardUnknown ¶
func (m *MsgMarketDataRequest) XXX_DiscardUnknown()
func (*MsgMarketDataRequest) XXX_Marshal ¶
func (m *MsgMarketDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMarketDataRequest) XXX_Merge ¶
func (m *MsgMarketDataRequest) XXX_Merge(src proto.Message)
func (*MsgMarketDataRequest) XXX_Size ¶
func (m *MsgMarketDataRequest) XXX_Size() int
func (*MsgMarketDataRequest) XXX_Unmarshal ¶
func (m *MsgMarketDataRequest) XXX_Unmarshal(b []byte) error
type MsgMarketDataRequestReject ¶
type MsgMarketDataRequestReject struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` MdReqID string `protobuf:"bytes,2,opt,name=mdReqID,proto3" json:"mdReqID,omitempty"` MdReqRejReason int64 `protobuf:"varint,3,opt,name=mdReqRejReason,proto3" json:"mdReqRejReason,omitempty"` Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` SessionID string `protobuf:"bytes,5,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func (*MsgMarketDataRequestReject) Descriptor ¶
func (*MsgMarketDataRequestReject) Descriptor() ([]byte, []int)
func (*MsgMarketDataRequestReject) GetCreator ¶
func (m *MsgMarketDataRequestReject) GetCreator() string
func (*MsgMarketDataRequestReject) GetMdReqID ¶
func (m *MsgMarketDataRequestReject) GetMdReqID() string
func (*MsgMarketDataRequestReject) GetMdReqRejReason ¶
func (m *MsgMarketDataRequestReject) GetMdReqRejReason() int64
func (*MsgMarketDataRequestReject) GetSessionID ¶
func (m *MsgMarketDataRequestReject) GetSessionID() string
func (*MsgMarketDataRequestReject) GetSignBytes ¶
func (msg *MsgMarketDataRequestReject) GetSignBytes() []byte
func (*MsgMarketDataRequestReject) GetSigners ¶
func (msg *MsgMarketDataRequestReject) GetSigners() []sdk.AccAddress
func (*MsgMarketDataRequestReject) GetText ¶
func (m *MsgMarketDataRequestReject) GetText() string
func (*MsgMarketDataRequestReject) Marshal ¶
func (m *MsgMarketDataRequestReject) Marshal() (dAtA []byte, err error)
func (*MsgMarketDataRequestReject) MarshalTo ¶
func (m *MsgMarketDataRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*MsgMarketDataRequestReject) MarshalToSizedBuffer ¶
func (m *MsgMarketDataRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMarketDataRequestReject) ProtoMessage ¶
func (*MsgMarketDataRequestReject) ProtoMessage()
func (*MsgMarketDataRequestReject) Reset ¶
func (m *MsgMarketDataRequestReject) Reset()
func (*MsgMarketDataRequestReject) Route ¶
func (msg *MsgMarketDataRequestReject) Route() string
func (*MsgMarketDataRequestReject) Size ¶
func (m *MsgMarketDataRequestReject) Size() (n int)
func (*MsgMarketDataRequestReject) String ¶
func (m *MsgMarketDataRequestReject) String() string
func (*MsgMarketDataRequestReject) Type ¶
func (msg *MsgMarketDataRequestReject) Type() string
func (*MsgMarketDataRequestReject) Unmarshal ¶
func (m *MsgMarketDataRequestReject) Unmarshal(dAtA []byte) error
func (*MsgMarketDataRequestReject) ValidateBasic ¶
func (msg *MsgMarketDataRequestReject) ValidateBasic() error
func (*MsgMarketDataRequestReject) XXX_DiscardUnknown ¶
func (m *MsgMarketDataRequestReject) XXX_DiscardUnknown()
func (*MsgMarketDataRequestReject) XXX_Marshal ¶
func (m *MsgMarketDataRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMarketDataRequestReject) XXX_Merge ¶
func (m *MsgMarketDataRequestReject) XXX_Merge(src proto.Message)
func (*MsgMarketDataRequestReject) XXX_Size ¶
func (m *MsgMarketDataRequestReject) XXX_Size() int
func (*MsgMarketDataRequestReject) XXX_Unmarshal ¶
func (m *MsgMarketDataRequestReject) XXX_Unmarshal(b []byte) error
type MsgMarketDataRequestRejectResponse ¶
type MsgMarketDataRequestRejectResponse struct { }
func (*MsgMarketDataRequestRejectResponse) Descriptor ¶
func (*MsgMarketDataRequestRejectResponse) Descriptor() ([]byte, []int)
func (*MsgMarketDataRequestRejectResponse) Marshal ¶
func (m *MsgMarketDataRequestRejectResponse) Marshal() (dAtA []byte, err error)
func (*MsgMarketDataRequestRejectResponse) MarshalTo ¶
func (m *MsgMarketDataRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgMarketDataRequestRejectResponse) MarshalToSizedBuffer ¶
func (m *MsgMarketDataRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMarketDataRequestRejectResponse) ProtoMessage ¶
func (*MsgMarketDataRequestRejectResponse) ProtoMessage()
func (*MsgMarketDataRequestRejectResponse) Reset ¶
func (m *MsgMarketDataRequestRejectResponse) Reset()
func (*MsgMarketDataRequestRejectResponse) Size ¶
func (m *MsgMarketDataRequestRejectResponse) Size() (n int)
func (*MsgMarketDataRequestRejectResponse) String ¶
func (m *MsgMarketDataRequestRejectResponse) String() string
func (*MsgMarketDataRequestRejectResponse) Unmarshal ¶
func (m *MsgMarketDataRequestRejectResponse) Unmarshal(dAtA []byte) error
func (*MsgMarketDataRequestRejectResponse) XXX_DiscardUnknown ¶
func (m *MsgMarketDataRequestRejectResponse) XXX_DiscardUnknown()
func (*MsgMarketDataRequestRejectResponse) XXX_Marshal ¶
func (m *MsgMarketDataRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMarketDataRequestRejectResponse) XXX_Merge ¶
func (m *MsgMarketDataRequestRejectResponse) XXX_Merge(src proto.Message)
func (*MsgMarketDataRequestRejectResponse) XXX_Size ¶
func (m *MsgMarketDataRequestRejectResponse) XXX_Size() int
func (*MsgMarketDataRequestRejectResponse) XXX_Unmarshal ¶
func (m *MsgMarketDataRequestRejectResponse) XXX_Unmarshal(b []byte) error
type MsgMarketDataRequestResponse ¶
type MsgMarketDataRequestResponse struct { }
func (*MsgMarketDataRequestResponse) Descriptor ¶
func (*MsgMarketDataRequestResponse) Descriptor() ([]byte, []int)
func (*MsgMarketDataRequestResponse) Marshal ¶
func (m *MsgMarketDataRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgMarketDataRequestResponse) MarshalTo ¶
func (m *MsgMarketDataRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgMarketDataRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgMarketDataRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMarketDataRequestResponse) ProtoMessage ¶
func (*MsgMarketDataRequestResponse) ProtoMessage()
func (*MsgMarketDataRequestResponse) Reset ¶
func (m *MsgMarketDataRequestResponse) Reset()
func (*MsgMarketDataRequestResponse) Size ¶
func (m *MsgMarketDataRequestResponse) Size() (n int)
func (*MsgMarketDataRequestResponse) String ¶
func (m *MsgMarketDataRequestResponse) String() string
func (*MsgMarketDataRequestResponse) Unmarshal ¶
func (m *MsgMarketDataRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgMarketDataRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgMarketDataRequestResponse) XXX_DiscardUnknown()
func (*MsgMarketDataRequestResponse) XXX_Marshal ¶
func (m *MsgMarketDataRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMarketDataRequestResponse) XXX_Merge ¶
func (m *MsgMarketDataRequestResponse) XXX_Merge(src proto.Message)
func (*MsgMarketDataRequestResponse) XXX_Size ¶
func (m *MsgMarketDataRequestResponse) XXX_Size() int
func (*MsgMarketDataRequestResponse) XXX_Unmarshal ¶
func (m *MsgMarketDataRequestResponse) XXX_Unmarshal(b []byte) error
type MsgMarketDataSnapshotFullRefresh ¶
type MsgMarketDataSnapshotFullRefresh struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` MdReqID string `protobuf:"bytes,2,opt,name=mdReqID,proto3" json:"mdReqID,omitempty"` Symbol string `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"` NoMDEntries int64 `protobuf:"varint,4,opt,name=noMDEntries,proto3" json:"noMDEntries,omitempty"` MdEntries []*MDEntry `protobuf:"bytes,5,rep,name=mdEntries,proto3" json:"mdEntries,omitempty"` SessionID string `protobuf:"bytes,6,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func (*MsgMarketDataSnapshotFullRefresh) Descriptor ¶
func (*MsgMarketDataSnapshotFullRefresh) Descriptor() ([]byte, []int)
func (*MsgMarketDataSnapshotFullRefresh) GetCreator ¶
func (m *MsgMarketDataSnapshotFullRefresh) GetCreator() string
func (*MsgMarketDataSnapshotFullRefresh) GetMdEntries ¶
func (m *MsgMarketDataSnapshotFullRefresh) GetMdEntries() []*MDEntry
func (*MsgMarketDataSnapshotFullRefresh) GetMdReqID ¶
func (m *MsgMarketDataSnapshotFullRefresh) GetMdReqID() string
func (*MsgMarketDataSnapshotFullRefresh) GetNoMDEntries ¶
func (m *MsgMarketDataSnapshotFullRefresh) GetNoMDEntries() int64
func (*MsgMarketDataSnapshotFullRefresh) GetSessionID ¶
func (m *MsgMarketDataSnapshotFullRefresh) GetSessionID() string
func (*MsgMarketDataSnapshotFullRefresh) GetSignBytes ¶
func (msg *MsgMarketDataSnapshotFullRefresh) GetSignBytes() []byte
func (*MsgMarketDataSnapshotFullRefresh) GetSigners ¶
func (msg *MsgMarketDataSnapshotFullRefresh) GetSigners() []sdk.AccAddress
func (*MsgMarketDataSnapshotFullRefresh) GetSymbol ¶
func (m *MsgMarketDataSnapshotFullRefresh) GetSymbol() string
func (*MsgMarketDataSnapshotFullRefresh) Marshal ¶
func (m *MsgMarketDataSnapshotFullRefresh) Marshal() (dAtA []byte, err error)
func (*MsgMarketDataSnapshotFullRefresh) MarshalTo ¶
func (m *MsgMarketDataSnapshotFullRefresh) MarshalTo(dAtA []byte) (int, error)
func (*MsgMarketDataSnapshotFullRefresh) MarshalToSizedBuffer ¶
func (m *MsgMarketDataSnapshotFullRefresh) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMarketDataSnapshotFullRefresh) ProtoMessage ¶
func (*MsgMarketDataSnapshotFullRefresh) ProtoMessage()
func (*MsgMarketDataSnapshotFullRefresh) Reset ¶
func (m *MsgMarketDataSnapshotFullRefresh) Reset()
func (*MsgMarketDataSnapshotFullRefresh) Route ¶
func (msg *MsgMarketDataSnapshotFullRefresh) Route() string
func (*MsgMarketDataSnapshotFullRefresh) Size ¶
func (m *MsgMarketDataSnapshotFullRefresh) Size() (n int)
func (*MsgMarketDataSnapshotFullRefresh) String ¶
func (m *MsgMarketDataSnapshotFullRefresh) String() string
func (*MsgMarketDataSnapshotFullRefresh) Type ¶
func (msg *MsgMarketDataSnapshotFullRefresh) Type() string
func (*MsgMarketDataSnapshotFullRefresh) Unmarshal ¶
func (m *MsgMarketDataSnapshotFullRefresh) Unmarshal(dAtA []byte) error
func (*MsgMarketDataSnapshotFullRefresh) ValidateBasic ¶
func (msg *MsgMarketDataSnapshotFullRefresh) ValidateBasic() error
func (*MsgMarketDataSnapshotFullRefresh) XXX_DiscardUnknown ¶
func (m *MsgMarketDataSnapshotFullRefresh) XXX_DiscardUnknown()
func (*MsgMarketDataSnapshotFullRefresh) XXX_Marshal ¶
func (m *MsgMarketDataSnapshotFullRefresh) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMarketDataSnapshotFullRefresh) XXX_Merge ¶
func (m *MsgMarketDataSnapshotFullRefresh) XXX_Merge(src proto.Message)
func (*MsgMarketDataSnapshotFullRefresh) XXX_Size ¶
func (m *MsgMarketDataSnapshotFullRefresh) XXX_Size() int
func (*MsgMarketDataSnapshotFullRefresh) XXX_Unmarshal ¶
func (m *MsgMarketDataSnapshotFullRefresh) XXX_Unmarshal(b []byte) error
type MsgMarketDataSnapshotFullRefreshResponse ¶
type MsgMarketDataSnapshotFullRefreshResponse struct { }
func (*MsgMarketDataSnapshotFullRefreshResponse) Descriptor ¶
func (*MsgMarketDataSnapshotFullRefreshResponse) Descriptor() ([]byte, []int)
func (*MsgMarketDataSnapshotFullRefreshResponse) Marshal ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) Marshal() (dAtA []byte, err error)
func (*MsgMarketDataSnapshotFullRefreshResponse) MarshalTo ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgMarketDataSnapshotFullRefreshResponse) MarshalToSizedBuffer ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgMarketDataSnapshotFullRefreshResponse) ProtoMessage ¶
func (*MsgMarketDataSnapshotFullRefreshResponse) ProtoMessage()
func (*MsgMarketDataSnapshotFullRefreshResponse) Reset ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) Reset()
func (*MsgMarketDataSnapshotFullRefreshResponse) Size ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) Size() (n int)
func (*MsgMarketDataSnapshotFullRefreshResponse) String ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) String() string
func (*MsgMarketDataSnapshotFullRefreshResponse) Unmarshal ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) Unmarshal(dAtA []byte) error
func (*MsgMarketDataSnapshotFullRefreshResponse) XXX_DiscardUnknown ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) XXX_DiscardUnknown()
func (*MsgMarketDataSnapshotFullRefreshResponse) XXX_Marshal ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgMarketDataSnapshotFullRefreshResponse) XXX_Merge ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) XXX_Merge(src proto.Message)
func (*MsgMarketDataSnapshotFullRefreshResponse) XXX_Size ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) XXX_Size() int
func (*MsgMarketDataSnapshotFullRefreshResponse) XXX_Unmarshal ¶
func (m *MsgMarketDataSnapshotFullRefreshResponse) XXX_Unmarshal(b []byte) error
type MsgNewOrderSingle ¶
type MsgNewOrderSingle struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` Header *Header `protobuf:"bytes,3,opt,name=header,proto3" json:"header,omitempty"` ClOrdID string `protobuf:"bytes,4,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` Symbol string `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"` Side int64 `protobuf:"varint,6,opt,name=side,proto3" json:"side,omitempty"` OrderQty string `protobuf:"bytes,7,opt,name=orderQty,proto3" json:"orderQty,omitempty"` OrdType int64 `protobuf:"varint,8,opt,name=ordType,proto3" json:"ordType,omitempty"` Price string `protobuf:"bytes,9,opt,name=price,proto3" json:"price,omitempty"` TimeInForce int64 `protobuf:"varint,10,opt,name=timeInForce,proto3" json:"timeInForce,omitempty"` Text string `protobuf:"bytes,11,opt,name=text,proto3" json:"text,omitempty"` TransactTime string `protobuf:"bytes,12,opt,name=transactTime,proto3" json:"transactTime,omitempty"` Trailer *Trailer `protobuf:"bytes,13,opt,name=trailer,proto3" json:"trailer,omitempty"` Status string `protobuf:"bytes,14,opt,name=status,proto3" json:"status,omitempty"` }
func NewMsgNewOrderSingle ¶
func (*MsgNewOrderSingle) Descriptor ¶
func (*MsgNewOrderSingle) Descriptor() ([]byte, []int)
func (*MsgNewOrderSingle) GetClOrdID ¶
func (m *MsgNewOrderSingle) GetClOrdID() string
func (*MsgNewOrderSingle) GetCreator ¶
func (m *MsgNewOrderSingle) GetCreator() string
func (*MsgNewOrderSingle) GetHeader ¶
func (m *MsgNewOrderSingle) GetHeader() *Header
func (*MsgNewOrderSingle) GetOrdType ¶
func (m *MsgNewOrderSingle) GetOrdType() int64
func (*MsgNewOrderSingle) GetOrderQty ¶
func (m *MsgNewOrderSingle) GetOrderQty() string
func (*MsgNewOrderSingle) GetPrice ¶
func (m *MsgNewOrderSingle) GetPrice() string
func (*MsgNewOrderSingle) GetSessionID ¶
func (m *MsgNewOrderSingle) GetSessionID() string
func (*MsgNewOrderSingle) GetSide ¶
func (m *MsgNewOrderSingle) GetSide() int64
func (*MsgNewOrderSingle) GetSignBytes ¶
func (msg *MsgNewOrderSingle) GetSignBytes() []byte
func (*MsgNewOrderSingle) GetSigners ¶
func (msg *MsgNewOrderSingle) GetSigners() []sdk.AccAddress
func (*MsgNewOrderSingle) GetStatus ¶
func (m *MsgNewOrderSingle) GetStatus() string
func (*MsgNewOrderSingle) GetSymbol ¶
func (m *MsgNewOrderSingle) GetSymbol() string
func (*MsgNewOrderSingle) GetText ¶
func (m *MsgNewOrderSingle) GetText() string
func (*MsgNewOrderSingle) GetTimeInForce ¶
func (m *MsgNewOrderSingle) GetTimeInForce() int64
func (*MsgNewOrderSingle) GetTrailer ¶
func (m *MsgNewOrderSingle) GetTrailer() *Trailer
func (*MsgNewOrderSingle) GetTransactTime ¶
func (m *MsgNewOrderSingle) GetTransactTime() string
func (*MsgNewOrderSingle) Marshal ¶
func (m *MsgNewOrderSingle) Marshal() (dAtA []byte, err error)
func (*MsgNewOrderSingle) MarshalTo ¶
func (m *MsgNewOrderSingle) MarshalTo(dAtA []byte) (int, error)
func (*MsgNewOrderSingle) MarshalToSizedBuffer ¶
func (m *MsgNewOrderSingle) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgNewOrderSingle) ProtoMessage ¶
func (*MsgNewOrderSingle) ProtoMessage()
func (*MsgNewOrderSingle) Reset ¶
func (m *MsgNewOrderSingle) Reset()
func (*MsgNewOrderSingle) Route ¶
func (msg *MsgNewOrderSingle) Route() string
func (*MsgNewOrderSingle) Size ¶
func (m *MsgNewOrderSingle) Size() (n int)
func (*MsgNewOrderSingle) String ¶
func (m *MsgNewOrderSingle) String() string
func (*MsgNewOrderSingle) Type ¶
func (msg *MsgNewOrderSingle) Type() string
func (*MsgNewOrderSingle) Unmarshal ¶
func (m *MsgNewOrderSingle) Unmarshal(dAtA []byte) error
func (*MsgNewOrderSingle) ValidateBasic ¶
func (msg *MsgNewOrderSingle) ValidateBasic() error
func (*MsgNewOrderSingle) XXX_DiscardUnknown ¶
func (m *MsgNewOrderSingle) XXX_DiscardUnknown()
func (*MsgNewOrderSingle) XXX_Marshal ¶
func (m *MsgNewOrderSingle) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgNewOrderSingle) XXX_Merge ¶
func (m *MsgNewOrderSingle) XXX_Merge(src proto.Message)
func (*MsgNewOrderSingle) XXX_Size ¶
func (m *MsgNewOrderSingle) XXX_Size() int
func (*MsgNewOrderSingle) XXX_Unmarshal ¶
func (m *MsgNewOrderSingle) XXX_Unmarshal(b []byte) error
type MsgNewOrderSingleResponse ¶
type MsgNewOrderSingleResponse struct { }
func (*MsgNewOrderSingleResponse) Descriptor ¶
func (*MsgNewOrderSingleResponse) Descriptor() ([]byte, []int)
func (*MsgNewOrderSingleResponse) Marshal ¶
func (m *MsgNewOrderSingleResponse) Marshal() (dAtA []byte, err error)
func (*MsgNewOrderSingleResponse) MarshalTo ¶
func (m *MsgNewOrderSingleResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgNewOrderSingleResponse) MarshalToSizedBuffer ¶
func (m *MsgNewOrderSingleResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgNewOrderSingleResponse) ProtoMessage ¶
func (*MsgNewOrderSingleResponse) ProtoMessage()
func (*MsgNewOrderSingleResponse) Reset ¶
func (m *MsgNewOrderSingleResponse) Reset()
func (*MsgNewOrderSingleResponse) Size ¶
func (m *MsgNewOrderSingleResponse) Size() (n int)
func (*MsgNewOrderSingleResponse) String ¶
func (m *MsgNewOrderSingleResponse) String() string
func (*MsgNewOrderSingleResponse) Unmarshal ¶
func (m *MsgNewOrderSingleResponse) Unmarshal(dAtA []byte) error
func (*MsgNewOrderSingleResponse) XXX_DiscardUnknown ¶
func (m *MsgNewOrderSingleResponse) XXX_DiscardUnknown()
func (*MsgNewOrderSingleResponse) XXX_Marshal ¶
func (m *MsgNewOrderSingleResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgNewOrderSingleResponse) XXX_Merge ¶
func (m *MsgNewOrderSingleResponse) XXX_Merge(src proto.Message)
func (*MsgNewOrderSingleResponse) XXX_Size ¶
func (m *MsgNewOrderSingleResponse) XXX_Size() int
func (*MsgNewOrderSingleResponse) XXX_Unmarshal ¶
func (m *MsgNewOrderSingleResponse) XXX_Unmarshal(b []byte) error
type MsgOrderCancelReject ¶
type MsgOrderCancelReject struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` Header *Header `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` OrderID string `protobuf:"bytes,3,opt,name=orderID,proto3" json:"orderID,omitempty"` OrigClOrdID string `protobuf:"bytes,4,opt,name=origClOrdID,proto3" json:"origClOrdID,omitempty"` ClOrdID string `protobuf:"bytes,5,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` CxlRejReason int64 `protobuf:"varint,6,opt,name=cxlRejReason,proto3" json:"cxlRejReason,omitempty"` CxlRejResponseTo int64 `protobuf:"varint,7,opt,name=cxlRejResponseTo,proto3" json:"cxlRejResponseTo,omitempty"` TransactTime string `protobuf:"bytes,8,opt,name=TransactTime,proto3" json:"TransactTime,omitempty"` Trailer *Trailer `protobuf:"bytes,9,opt,name=trailer,proto3" json:"trailer,omitempty"` Creator string `protobuf:"bytes,10,opt,name=creator,proto3" json:"creator,omitempty"` }
func NewMsgOrderCancelReject ¶
func (*MsgOrderCancelReject) Descriptor ¶
func (*MsgOrderCancelReject) Descriptor() ([]byte, []int)
func (*MsgOrderCancelReject) GetClOrdID ¶
func (m *MsgOrderCancelReject) GetClOrdID() string
func (*MsgOrderCancelReject) GetCreator ¶
func (m *MsgOrderCancelReject) GetCreator() string
func (*MsgOrderCancelReject) GetCxlRejReason ¶
func (m *MsgOrderCancelReject) GetCxlRejReason() int64
func (*MsgOrderCancelReject) GetCxlRejResponseTo ¶
func (m *MsgOrderCancelReject) GetCxlRejResponseTo() int64
func (*MsgOrderCancelReject) GetHeader ¶
func (m *MsgOrderCancelReject) GetHeader() *Header
func (*MsgOrderCancelReject) GetOrderID ¶
func (m *MsgOrderCancelReject) GetOrderID() string
func (*MsgOrderCancelReject) GetOrigClOrdID ¶
func (m *MsgOrderCancelReject) GetOrigClOrdID() string
func (*MsgOrderCancelReject) GetSessionID ¶
func (m *MsgOrderCancelReject) GetSessionID() string
func (*MsgOrderCancelReject) GetSignBytes ¶
func (msg *MsgOrderCancelReject) GetSignBytes() []byte
func (*MsgOrderCancelReject) GetSigners ¶
func (msg *MsgOrderCancelReject) GetSigners() []sdk.AccAddress
func (*MsgOrderCancelReject) GetTrailer ¶
func (m *MsgOrderCancelReject) GetTrailer() *Trailer
func (*MsgOrderCancelReject) GetTransactTime ¶
func (m *MsgOrderCancelReject) GetTransactTime() string
func (*MsgOrderCancelReject) Marshal ¶
func (m *MsgOrderCancelReject) Marshal() (dAtA []byte, err error)
func (*MsgOrderCancelReject) MarshalTo ¶
func (m *MsgOrderCancelReject) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderCancelReject) MarshalToSizedBuffer ¶
func (m *MsgOrderCancelReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderCancelReject) ProtoMessage ¶
func (*MsgOrderCancelReject) ProtoMessage()
func (*MsgOrderCancelReject) Reset ¶
func (m *MsgOrderCancelReject) Reset()
func (*MsgOrderCancelReject) Route ¶
func (msg *MsgOrderCancelReject) Route() string
func (*MsgOrderCancelReject) Size ¶
func (m *MsgOrderCancelReject) Size() (n int)
func (*MsgOrderCancelReject) String ¶
func (m *MsgOrderCancelReject) String() string
func (*MsgOrderCancelReject) Type ¶
func (msg *MsgOrderCancelReject) Type() string
func (*MsgOrderCancelReject) Unmarshal ¶
func (m *MsgOrderCancelReject) Unmarshal(dAtA []byte) error
func (*MsgOrderCancelReject) ValidateBasic ¶
func (msg *MsgOrderCancelReject) ValidateBasic() error
func (*MsgOrderCancelReject) XXX_DiscardUnknown ¶
func (m *MsgOrderCancelReject) XXX_DiscardUnknown()
func (*MsgOrderCancelReject) XXX_Marshal ¶
func (m *MsgOrderCancelReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderCancelReject) XXX_Merge ¶
func (m *MsgOrderCancelReject) XXX_Merge(src proto.Message)
func (*MsgOrderCancelReject) XXX_Size ¶
func (m *MsgOrderCancelReject) XXX_Size() int
func (*MsgOrderCancelReject) XXX_Unmarshal ¶
func (m *MsgOrderCancelReject) XXX_Unmarshal(b []byte) error
type MsgOrderCancelRejectResponse ¶
type MsgOrderCancelRejectResponse struct { }
func (*MsgOrderCancelRejectResponse) Descriptor ¶
func (*MsgOrderCancelRejectResponse) Descriptor() ([]byte, []int)
func (*MsgOrderCancelRejectResponse) Marshal ¶
func (m *MsgOrderCancelRejectResponse) Marshal() (dAtA []byte, err error)
func (*MsgOrderCancelRejectResponse) MarshalTo ¶
func (m *MsgOrderCancelRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderCancelRejectResponse) MarshalToSizedBuffer ¶
func (m *MsgOrderCancelRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderCancelRejectResponse) ProtoMessage ¶
func (*MsgOrderCancelRejectResponse) ProtoMessage()
func (*MsgOrderCancelRejectResponse) Reset ¶
func (m *MsgOrderCancelRejectResponse) Reset()
func (*MsgOrderCancelRejectResponse) Size ¶
func (m *MsgOrderCancelRejectResponse) Size() (n int)
func (*MsgOrderCancelRejectResponse) String ¶
func (m *MsgOrderCancelRejectResponse) String() string
func (*MsgOrderCancelRejectResponse) Unmarshal ¶
func (m *MsgOrderCancelRejectResponse) Unmarshal(dAtA []byte) error
func (*MsgOrderCancelRejectResponse) XXX_DiscardUnknown ¶
func (m *MsgOrderCancelRejectResponse) XXX_DiscardUnknown()
func (*MsgOrderCancelRejectResponse) XXX_Marshal ¶
func (m *MsgOrderCancelRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderCancelRejectResponse) XXX_Merge ¶
func (m *MsgOrderCancelRejectResponse) XXX_Merge(src proto.Message)
func (*MsgOrderCancelRejectResponse) XXX_Size ¶
func (m *MsgOrderCancelRejectResponse) XXX_Size() int
func (*MsgOrderCancelRejectResponse) XXX_Unmarshal ¶
func (m *MsgOrderCancelRejectResponse) XXX_Unmarshal(b []byte) error
type MsgOrderCancelRequest ¶
type MsgOrderCancelRequest struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` Header *Header `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` OrigClOrdID string `protobuf:"bytes,3,opt,name=origClOrdID,proto3" json:"origClOrdID,omitempty"` ClOrdID string `protobuf:"bytes,4,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` Trailer *Trailer `protobuf:"bytes,5,opt,name=trailer,proto3" json:"trailer,omitempty"` Creator string `protobuf:"bytes,6,opt,name=creator,proto3" json:"creator,omitempty"` }
func NewMsgOrderCancelRequest ¶
func NewMsgOrderCancelRequest(creator string, sessionID string, origClOrdID string, clOrdID string) *MsgOrderCancelRequest
func (*MsgOrderCancelRequest) Descriptor ¶
func (*MsgOrderCancelRequest) Descriptor() ([]byte, []int)
func (*MsgOrderCancelRequest) GetClOrdID ¶
func (m *MsgOrderCancelRequest) GetClOrdID() string
func (*MsgOrderCancelRequest) GetCreator ¶
func (m *MsgOrderCancelRequest) GetCreator() string
func (*MsgOrderCancelRequest) GetHeader ¶
func (m *MsgOrderCancelRequest) GetHeader() *Header
func (*MsgOrderCancelRequest) GetOrigClOrdID ¶
func (m *MsgOrderCancelRequest) GetOrigClOrdID() string
func (*MsgOrderCancelRequest) GetSessionID ¶
func (m *MsgOrderCancelRequest) GetSessionID() string
func (*MsgOrderCancelRequest) GetSignBytes ¶
func (msg *MsgOrderCancelRequest) GetSignBytes() []byte
func (*MsgOrderCancelRequest) GetSigners ¶
func (msg *MsgOrderCancelRequest) GetSigners() []sdk.AccAddress
func (*MsgOrderCancelRequest) GetTrailer ¶
func (m *MsgOrderCancelRequest) GetTrailer() *Trailer
func (*MsgOrderCancelRequest) Marshal ¶
func (m *MsgOrderCancelRequest) Marshal() (dAtA []byte, err error)
func (*MsgOrderCancelRequest) MarshalTo ¶
func (m *MsgOrderCancelRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderCancelRequest) MarshalToSizedBuffer ¶
func (m *MsgOrderCancelRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderCancelRequest) ProtoMessage ¶
func (*MsgOrderCancelRequest) ProtoMessage()
func (*MsgOrderCancelRequest) Reset ¶
func (m *MsgOrderCancelRequest) Reset()
func (*MsgOrderCancelRequest) Route ¶
func (msg *MsgOrderCancelRequest) Route() string
func (*MsgOrderCancelRequest) Size ¶
func (m *MsgOrderCancelRequest) Size() (n int)
func (*MsgOrderCancelRequest) String ¶
func (m *MsgOrderCancelRequest) String() string
func (*MsgOrderCancelRequest) Type ¶
func (msg *MsgOrderCancelRequest) Type() string
func (*MsgOrderCancelRequest) Unmarshal ¶
func (m *MsgOrderCancelRequest) Unmarshal(dAtA []byte) error
func (*MsgOrderCancelRequest) ValidateBasic ¶
func (msg *MsgOrderCancelRequest) ValidateBasic() error
func (*MsgOrderCancelRequest) XXX_DiscardUnknown ¶
func (m *MsgOrderCancelRequest) XXX_DiscardUnknown()
func (*MsgOrderCancelRequest) XXX_Marshal ¶
func (m *MsgOrderCancelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderCancelRequest) XXX_Merge ¶
func (m *MsgOrderCancelRequest) XXX_Merge(src proto.Message)
func (*MsgOrderCancelRequest) XXX_Size ¶
func (m *MsgOrderCancelRequest) XXX_Size() int
func (*MsgOrderCancelRequest) XXX_Unmarshal ¶
func (m *MsgOrderCancelRequest) XXX_Unmarshal(b []byte) error
type MsgOrderCancelRequestResponse ¶
type MsgOrderCancelRequestResponse struct { }
func (*MsgOrderCancelRequestResponse) Descriptor ¶
func (*MsgOrderCancelRequestResponse) Descriptor() ([]byte, []int)
func (*MsgOrderCancelRequestResponse) Marshal ¶
func (m *MsgOrderCancelRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgOrderCancelRequestResponse) MarshalTo ¶
func (m *MsgOrderCancelRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderCancelRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgOrderCancelRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderCancelRequestResponse) ProtoMessage ¶
func (*MsgOrderCancelRequestResponse) ProtoMessage()
func (*MsgOrderCancelRequestResponse) Reset ¶
func (m *MsgOrderCancelRequestResponse) Reset()
func (*MsgOrderCancelRequestResponse) Size ¶
func (m *MsgOrderCancelRequestResponse) Size() (n int)
func (*MsgOrderCancelRequestResponse) String ¶
func (m *MsgOrderCancelRequestResponse) String() string
func (*MsgOrderCancelRequestResponse) Unmarshal ¶
func (m *MsgOrderCancelRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgOrderCancelRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgOrderCancelRequestResponse) XXX_DiscardUnknown()
func (*MsgOrderCancelRequestResponse) XXX_Marshal ¶
func (m *MsgOrderCancelRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderCancelRequestResponse) XXX_Merge ¶
func (m *MsgOrderCancelRequestResponse) XXX_Merge(src proto.Message)
func (*MsgOrderCancelRequestResponse) XXX_Size ¶
func (m *MsgOrderCancelRequestResponse) XXX_Size() int
func (*MsgOrderCancelRequestResponse) XXX_Unmarshal ¶
func (m *MsgOrderCancelRequestResponse) XXX_Unmarshal(b []byte) error
type MsgOrderExecutionReport ¶
type MsgOrderExecutionReport struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` Header *Header `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` ClOrdID string `protobuf:"bytes,3,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` OrderID string `protobuf:"bytes,4,opt,name=orderID,proto3" json:"orderID,omitempty"` ExecID string `protobuf:"bytes,5,opt,name=execID,proto3" json:"execID,omitempty"` OrdStatus string `protobuf:"bytes,6,opt,name=ordStatus,proto3" json:"ordStatus,omitempty"` ExecType string `protobuf:"bytes,7,opt,name=execType,proto3" json:"execType,omitempty"` Symbol string `protobuf:"bytes,8,opt,name=symbol,proto3" json:"symbol,omitempty"` Side int64 `protobuf:"varint,9,opt,name=side,proto3" json:"side,omitempty"` OrderQty string `protobuf:"bytes,10,opt,name=orderQty,proto3" json:"orderQty,omitempty"` Price string `protobuf:"bytes,11,opt,name=price,proto3" json:"price,omitempty"` TimeInForce int64 `protobuf:"varint,12,opt,name=timeInForce,proto3" json:"timeInForce,omitempty"` LastPx int64 `protobuf:"varint,13,opt,name=lastPx,proto3" json:"lastPx,omitempty"` LastQty int64 `protobuf:"varint,14,opt,name=lastQty,proto3" json:"lastQty,omitempty"` LeavesQty int64 `protobuf:"varint,15,opt,name=leavesQty,proto3" json:"leavesQty,omitempty"` CumQty int64 `protobuf:"varint,16,opt,name=cumQty,proto3" json:"cumQty,omitempty"` AvgPx int64 `protobuf:"varint,17,opt,name=avgPx,proto3" json:"avgPx,omitempty"` Text string `protobuf:"bytes,18,opt,name=text,proto3" json:"text,omitempty"` TransactTime string `protobuf:"bytes,19,opt,name=transactTime,proto3" json:"transactTime,omitempty"` Trailer *Trailer `protobuf:"bytes,20,opt,name=trailer,proto3" json:"trailer,omitempty"` Creator string `protobuf:"bytes,21,opt,name=creator,proto3" json:"creator,omitempty"` }
func NewMsgOrderExecutionReport ¶
func NewMsgOrderExecutionReport(creator string, sessionID string, clOrdID string, orderID string, execID string, ordStatus string, execType string, symbol string, side int64, orderQty string, price string, timeInForce int64, lastPx int64, lastQty int64, leavesQty int64, cumQty int64, avgPx int64, text string) *MsgOrderExecutionReport
func (*MsgOrderExecutionReport) Descriptor ¶
func (*MsgOrderExecutionReport) Descriptor() ([]byte, []int)
func (*MsgOrderExecutionReport) GetAvgPx ¶
func (m *MsgOrderExecutionReport) GetAvgPx() int64
func (*MsgOrderExecutionReport) GetClOrdID ¶
func (m *MsgOrderExecutionReport) GetClOrdID() string
func (*MsgOrderExecutionReport) GetCreator ¶
func (m *MsgOrderExecutionReport) GetCreator() string
func (*MsgOrderExecutionReport) GetCumQty ¶
func (m *MsgOrderExecutionReport) GetCumQty() int64
func (*MsgOrderExecutionReport) GetExecID ¶
func (m *MsgOrderExecutionReport) GetExecID() string
func (*MsgOrderExecutionReport) GetExecType ¶
func (m *MsgOrderExecutionReport) GetExecType() string
func (*MsgOrderExecutionReport) GetHeader ¶
func (m *MsgOrderExecutionReport) GetHeader() *Header
func (*MsgOrderExecutionReport) GetLastPx ¶
func (m *MsgOrderExecutionReport) GetLastPx() int64
func (*MsgOrderExecutionReport) GetLastQty ¶
func (m *MsgOrderExecutionReport) GetLastQty() int64
func (*MsgOrderExecutionReport) GetLeavesQty ¶
func (m *MsgOrderExecutionReport) GetLeavesQty() int64
func (*MsgOrderExecutionReport) GetOrdStatus ¶
func (m *MsgOrderExecutionReport) GetOrdStatus() string
func (*MsgOrderExecutionReport) GetOrderID ¶
func (m *MsgOrderExecutionReport) GetOrderID() string
func (*MsgOrderExecutionReport) GetOrderQty ¶
func (m *MsgOrderExecutionReport) GetOrderQty() string
func (*MsgOrderExecutionReport) GetPrice ¶
func (m *MsgOrderExecutionReport) GetPrice() string
func (*MsgOrderExecutionReport) GetSessionID ¶
func (m *MsgOrderExecutionReport) GetSessionID() string
func (*MsgOrderExecutionReport) GetSide ¶
func (m *MsgOrderExecutionReport) GetSide() int64
func (*MsgOrderExecutionReport) GetSignBytes ¶
func (msg *MsgOrderExecutionReport) GetSignBytes() []byte
func (*MsgOrderExecutionReport) GetSigners ¶
func (msg *MsgOrderExecutionReport) GetSigners() []sdk.AccAddress
func (*MsgOrderExecutionReport) GetSymbol ¶
func (m *MsgOrderExecutionReport) GetSymbol() string
func (*MsgOrderExecutionReport) GetText ¶
func (m *MsgOrderExecutionReport) GetText() string
func (*MsgOrderExecutionReport) GetTimeInForce ¶
func (m *MsgOrderExecutionReport) GetTimeInForce() int64
func (*MsgOrderExecutionReport) GetTrailer ¶
func (m *MsgOrderExecutionReport) GetTrailer() *Trailer
func (*MsgOrderExecutionReport) GetTransactTime ¶
func (m *MsgOrderExecutionReport) GetTransactTime() string
func (*MsgOrderExecutionReport) Marshal ¶
func (m *MsgOrderExecutionReport) Marshal() (dAtA []byte, err error)
func (*MsgOrderExecutionReport) MarshalTo ¶
func (m *MsgOrderExecutionReport) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderExecutionReport) MarshalToSizedBuffer ¶
func (m *MsgOrderExecutionReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderExecutionReport) ProtoMessage ¶
func (*MsgOrderExecutionReport) ProtoMessage()
func (*MsgOrderExecutionReport) Reset ¶
func (m *MsgOrderExecutionReport) Reset()
func (*MsgOrderExecutionReport) Route ¶
func (msg *MsgOrderExecutionReport) Route() string
func (*MsgOrderExecutionReport) Size ¶
func (m *MsgOrderExecutionReport) Size() (n int)
func (*MsgOrderExecutionReport) String ¶
func (m *MsgOrderExecutionReport) String() string
func (*MsgOrderExecutionReport) Type ¶
func (msg *MsgOrderExecutionReport) Type() string
func (*MsgOrderExecutionReport) Unmarshal ¶
func (m *MsgOrderExecutionReport) Unmarshal(dAtA []byte) error
func (*MsgOrderExecutionReport) ValidateBasic ¶
func (msg *MsgOrderExecutionReport) ValidateBasic() error
func (*MsgOrderExecutionReport) XXX_DiscardUnknown ¶
func (m *MsgOrderExecutionReport) XXX_DiscardUnknown()
func (*MsgOrderExecutionReport) XXX_Marshal ¶
func (m *MsgOrderExecutionReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderExecutionReport) XXX_Merge ¶
func (m *MsgOrderExecutionReport) XXX_Merge(src proto.Message)
func (*MsgOrderExecutionReport) XXX_Size ¶
func (m *MsgOrderExecutionReport) XXX_Size() int
func (*MsgOrderExecutionReport) XXX_Unmarshal ¶
func (m *MsgOrderExecutionReport) XXX_Unmarshal(b []byte) error
type MsgOrderExecutionReportResponse ¶
type MsgOrderExecutionReportResponse struct { }
func (*MsgOrderExecutionReportResponse) Descriptor ¶
func (*MsgOrderExecutionReportResponse) Descriptor() ([]byte, []int)
func (*MsgOrderExecutionReportResponse) Marshal ¶
func (m *MsgOrderExecutionReportResponse) Marshal() (dAtA []byte, err error)
func (*MsgOrderExecutionReportResponse) MarshalTo ¶
func (m *MsgOrderExecutionReportResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderExecutionReportResponse) MarshalToSizedBuffer ¶
func (m *MsgOrderExecutionReportResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderExecutionReportResponse) ProtoMessage ¶
func (*MsgOrderExecutionReportResponse) ProtoMessage()
func (*MsgOrderExecutionReportResponse) Reset ¶
func (m *MsgOrderExecutionReportResponse) Reset()
func (*MsgOrderExecutionReportResponse) Size ¶
func (m *MsgOrderExecutionReportResponse) Size() (n int)
func (*MsgOrderExecutionReportResponse) String ¶
func (m *MsgOrderExecutionReportResponse) String() string
func (*MsgOrderExecutionReportResponse) Unmarshal ¶
func (m *MsgOrderExecutionReportResponse) Unmarshal(dAtA []byte) error
func (*MsgOrderExecutionReportResponse) XXX_DiscardUnknown ¶
func (m *MsgOrderExecutionReportResponse) XXX_DiscardUnknown()
func (*MsgOrderExecutionReportResponse) XXX_Marshal ¶
func (m *MsgOrderExecutionReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderExecutionReportResponse) XXX_Merge ¶
func (m *MsgOrderExecutionReportResponse) XXX_Merge(src proto.Message)
func (*MsgOrderExecutionReportResponse) XXX_Size ¶
func (m *MsgOrderExecutionReportResponse) XXX_Size() int
func (*MsgOrderExecutionReportResponse) XXX_Unmarshal ¶
func (m *MsgOrderExecutionReportResponse) XXX_Unmarshal(b []byte) error
type MsgOrderMassStatusReport ¶
type MsgOrderMassStatusReport struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` ClOrdID string `protobuf:"bytes,3,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` MassStatusReqID string `protobuf:"bytes,4,opt,name=massStatusReqID,proto3" json:"massStatusReqID,omitempty"` Account string `protobuf:"bytes,5,opt,name=account,proto3" json:"account,omitempty"` Symbol string `protobuf:"bytes,6,opt,name=symbol,proto3" json:"symbol,omitempty"` SecurityID string `protobuf:"bytes,7,opt,name=securityID,proto3" json:"securityID,omitempty"` TradingSessionID string `protobuf:"bytes,8,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` OrdStatus string `protobuf:"bytes,9,opt,name=ordStatus,proto3" json:"ordStatus,omitempty"` ExecType string `protobuf:"bytes,10,opt,name=execType,proto3" json:"execType,omitempty"` OrdQty string `protobuf:"bytes,11,opt,name=ordQty,proto3" json:"ordQty,omitempty"` LastPx string `protobuf:"bytes,12,opt,name=lastPx,proto3" json:"lastPx,omitempty"` CumQty string `protobuf:"bytes,13,opt,name=cumQty,proto3" json:"cumQty,omitempty"` AvgPx string `protobuf:"bytes,14,opt,name=avgPx,proto3" json:"avgPx,omitempty"` LeavesQty string `protobuf:"bytes,15,opt,name=leavesQty,proto3" json:"leavesQty,omitempty"` }
func NewMsgOrderMassStatusReport ¶
func NewMsgOrderMassStatusReport(creator string, sessionID string, clOrdID string, massStatusReqID string, account string, symbol string, securityID string, tradingSessionID string, ordStatus string, execType string, ordQty string, lastPx string, cumQty string, avgPx string, leavesQty string) *MsgOrderMassStatusReport
func (*MsgOrderMassStatusReport) Descriptor ¶
func (*MsgOrderMassStatusReport) Descriptor() ([]byte, []int)
func (*MsgOrderMassStatusReport) GetAccount ¶
func (m *MsgOrderMassStatusReport) GetAccount() string
func (*MsgOrderMassStatusReport) GetAvgPx ¶
func (m *MsgOrderMassStatusReport) GetAvgPx() string
func (*MsgOrderMassStatusReport) GetClOrdID ¶
func (m *MsgOrderMassStatusReport) GetClOrdID() string
func (*MsgOrderMassStatusReport) GetCreator ¶
func (m *MsgOrderMassStatusReport) GetCreator() string
func (*MsgOrderMassStatusReport) GetCumQty ¶
func (m *MsgOrderMassStatusReport) GetCumQty() string
func (*MsgOrderMassStatusReport) GetExecType ¶
func (m *MsgOrderMassStatusReport) GetExecType() string
func (*MsgOrderMassStatusReport) GetLastPx ¶
func (m *MsgOrderMassStatusReport) GetLastPx() string
func (*MsgOrderMassStatusReport) GetLeavesQty ¶
func (m *MsgOrderMassStatusReport) GetLeavesQty() string
func (*MsgOrderMassStatusReport) GetMassStatusReqID ¶
func (m *MsgOrderMassStatusReport) GetMassStatusReqID() string
func (*MsgOrderMassStatusReport) GetOrdQty ¶
func (m *MsgOrderMassStatusReport) GetOrdQty() string
func (*MsgOrderMassStatusReport) GetOrdStatus ¶
func (m *MsgOrderMassStatusReport) GetOrdStatus() string
func (*MsgOrderMassStatusReport) GetSecurityID ¶
func (m *MsgOrderMassStatusReport) GetSecurityID() string
func (*MsgOrderMassStatusReport) GetSessionID ¶
func (m *MsgOrderMassStatusReport) GetSessionID() string
func (*MsgOrderMassStatusReport) GetSignBytes ¶
func (msg *MsgOrderMassStatusReport) GetSignBytes() []byte
func (*MsgOrderMassStatusReport) GetSigners ¶
func (msg *MsgOrderMassStatusReport) GetSigners() []sdk.AccAddress
func (*MsgOrderMassStatusReport) GetSymbol ¶
func (m *MsgOrderMassStatusReport) GetSymbol() string
func (*MsgOrderMassStatusReport) GetTradingSessionID ¶
func (m *MsgOrderMassStatusReport) GetTradingSessionID() string
func (*MsgOrderMassStatusReport) Marshal ¶
func (m *MsgOrderMassStatusReport) Marshal() (dAtA []byte, err error)
func (*MsgOrderMassStatusReport) MarshalTo ¶
func (m *MsgOrderMassStatusReport) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderMassStatusReport) MarshalToSizedBuffer ¶
func (m *MsgOrderMassStatusReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderMassStatusReport) ProtoMessage ¶
func (*MsgOrderMassStatusReport) ProtoMessage()
func (*MsgOrderMassStatusReport) Reset ¶
func (m *MsgOrderMassStatusReport) Reset()
func (*MsgOrderMassStatusReport) Route ¶
func (msg *MsgOrderMassStatusReport) Route() string
func (*MsgOrderMassStatusReport) Size ¶
func (m *MsgOrderMassStatusReport) Size() (n int)
func (*MsgOrderMassStatusReport) String ¶
func (m *MsgOrderMassStatusReport) String() string
func (*MsgOrderMassStatusReport) Type ¶
func (msg *MsgOrderMassStatusReport) Type() string
func (*MsgOrderMassStatusReport) Unmarshal ¶
func (m *MsgOrderMassStatusReport) Unmarshal(dAtA []byte) error
func (*MsgOrderMassStatusReport) ValidateBasic ¶
func (msg *MsgOrderMassStatusReport) ValidateBasic() error
func (*MsgOrderMassStatusReport) XXX_DiscardUnknown ¶
func (m *MsgOrderMassStatusReport) XXX_DiscardUnknown()
func (*MsgOrderMassStatusReport) XXX_Marshal ¶
func (m *MsgOrderMassStatusReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderMassStatusReport) XXX_Merge ¶
func (m *MsgOrderMassStatusReport) XXX_Merge(src proto.Message)
func (*MsgOrderMassStatusReport) XXX_Size ¶
func (m *MsgOrderMassStatusReport) XXX_Size() int
func (*MsgOrderMassStatusReport) XXX_Unmarshal ¶
func (m *MsgOrderMassStatusReport) XXX_Unmarshal(b []byte) error
type MsgOrderMassStatusReportResponse ¶
type MsgOrderMassStatusReportResponse struct { }
func (*MsgOrderMassStatusReportResponse) Descriptor ¶
func (*MsgOrderMassStatusReportResponse) Descriptor() ([]byte, []int)
func (*MsgOrderMassStatusReportResponse) Marshal ¶
func (m *MsgOrderMassStatusReportResponse) Marshal() (dAtA []byte, err error)
func (*MsgOrderMassStatusReportResponse) MarshalTo ¶
func (m *MsgOrderMassStatusReportResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderMassStatusReportResponse) MarshalToSizedBuffer ¶
func (m *MsgOrderMassStatusReportResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderMassStatusReportResponse) ProtoMessage ¶
func (*MsgOrderMassStatusReportResponse) ProtoMessage()
func (*MsgOrderMassStatusReportResponse) Reset ¶
func (m *MsgOrderMassStatusReportResponse) Reset()
func (*MsgOrderMassStatusReportResponse) Size ¶
func (m *MsgOrderMassStatusReportResponse) Size() (n int)
func (*MsgOrderMassStatusReportResponse) String ¶
func (m *MsgOrderMassStatusReportResponse) String() string
func (*MsgOrderMassStatusReportResponse) Unmarshal ¶
func (m *MsgOrderMassStatusReportResponse) Unmarshal(dAtA []byte) error
func (*MsgOrderMassStatusReportResponse) XXX_DiscardUnknown ¶
func (m *MsgOrderMassStatusReportResponse) XXX_DiscardUnknown()
func (*MsgOrderMassStatusReportResponse) XXX_Marshal ¶
func (m *MsgOrderMassStatusReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderMassStatusReportResponse) XXX_Merge ¶
func (m *MsgOrderMassStatusReportResponse) XXX_Merge(src proto.Message)
func (*MsgOrderMassStatusReportResponse) XXX_Size ¶
func (m *MsgOrderMassStatusReportResponse) XXX_Size() int
func (*MsgOrderMassStatusReportResponse) XXX_Unmarshal ¶
func (m *MsgOrderMassStatusReportResponse) XXX_Unmarshal(b []byte) error
type MsgOrderMassStatusRequest ¶
type MsgOrderMassStatusRequest struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` MassStatusReqID string `protobuf:"bytes,3,opt,name=massStatusReqID,proto3" json:"massStatusReqID,omitempty"` MassStatusReqType string `protobuf:"bytes,4,opt,name=massStatusReqType,proto3" json:"massStatusReqType,omitempty"` ClOrdID string `protobuf:"bytes,5,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` Account string `protobuf:"bytes,6,opt,name=account,proto3" json:"account,omitempty"` Symbol string `protobuf:"bytes,7,opt,name=symbol,proto3" json:"symbol,omitempty"` SecurityID string `protobuf:"bytes,8,opt,name=securityID,proto3" json:"securityID,omitempty"` TradingSessionID string `protobuf:"bytes,9,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` }
func (*MsgOrderMassStatusRequest) Descriptor ¶
func (*MsgOrderMassStatusRequest) Descriptor() ([]byte, []int)
func (*MsgOrderMassStatusRequest) GetAccount ¶
func (m *MsgOrderMassStatusRequest) GetAccount() string
func (*MsgOrderMassStatusRequest) GetClOrdID ¶
func (m *MsgOrderMassStatusRequest) GetClOrdID() string
func (*MsgOrderMassStatusRequest) GetCreator ¶
func (m *MsgOrderMassStatusRequest) GetCreator() string
func (*MsgOrderMassStatusRequest) GetMassStatusReqID ¶
func (m *MsgOrderMassStatusRequest) GetMassStatusReqID() string
func (*MsgOrderMassStatusRequest) GetMassStatusReqType ¶
func (m *MsgOrderMassStatusRequest) GetMassStatusReqType() string
func (*MsgOrderMassStatusRequest) GetSecurityID ¶
func (m *MsgOrderMassStatusRequest) GetSecurityID() string
func (*MsgOrderMassStatusRequest) GetSessionID ¶
func (m *MsgOrderMassStatusRequest) GetSessionID() string
func (*MsgOrderMassStatusRequest) GetSignBytes ¶
func (msg *MsgOrderMassStatusRequest) GetSignBytes() []byte
func (*MsgOrderMassStatusRequest) GetSigners ¶
func (msg *MsgOrderMassStatusRequest) GetSigners() []sdk.AccAddress
func (*MsgOrderMassStatusRequest) GetSymbol ¶
func (m *MsgOrderMassStatusRequest) GetSymbol() string
func (*MsgOrderMassStatusRequest) GetTradingSessionID ¶
func (m *MsgOrderMassStatusRequest) GetTradingSessionID() string
func (*MsgOrderMassStatusRequest) Marshal ¶
func (m *MsgOrderMassStatusRequest) Marshal() (dAtA []byte, err error)
func (*MsgOrderMassStatusRequest) MarshalTo ¶
func (m *MsgOrderMassStatusRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderMassStatusRequest) MarshalToSizedBuffer ¶
func (m *MsgOrderMassStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderMassStatusRequest) ProtoMessage ¶
func (*MsgOrderMassStatusRequest) ProtoMessage()
func (*MsgOrderMassStatusRequest) Reset ¶
func (m *MsgOrderMassStatusRequest) Reset()
func (*MsgOrderMassStatusRequest) Route ¶
func (msg *MsgOrderMassStatusRequest) Route() string
func (*MsgOrderMassStatusRequest) Size ¶
func (m *MsgOrderMassStatusRequest) Size() (n int)
func (*MsgOrderMassStatusRequest) String ¶
func (m *MsgOrderMassStatusRequest) String() string
func (*MsgOrderMassStatusRequest) Type ¶
func (msg *MsgOrderMassStatusRequest) Type() string
func (*MsgOrderMassStatusRequest) Unmarshal ¶
func (m *MsgOrderMassStatusRequest) Unmarshal(dAtA []byte) error
func (*MsgOrderMassStatusRequest) ValidateBasic ¶
func (msg *MsgOrderMassStatusRequest) ValidateBasic() error
func (*MsgOrderMassStatusRequest) XXX_DiscardUnknown ¶
func (m *MsgOrderMassStatusRequest) XXX_DiscardUnknown()
func (*MsgOrderMassStatusRequest) XXX_Marshal ¶
func (m *MsgOrderMassStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderMassStatusRequest) XXX_Merge ¶
func (m *MsgOrderMassStatusRequest) XXX_Merge(src proto.Message)
func (*MsgOrderMassStatusRequest) XXX_Size ¶
func (m *MsgOrderMassStatusRequest) XXX_Size() int
func (*MsgOrderMassStatusRequest) XXX_Unmarshal ¶
func (m *MsgOrderMassStatusRequest) XXX_Unmarshal(b []byte) error
type MsgOrderMassStatusRequestReject ¶
type MsgOrderMassStatusRequestReject struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` RefSeqID string `protobuf:"bytes,3,opt,name=refSeqID,proto3" json:"refSeqID,omitempty"` RejCode string `protobuf:"bytes,4,opt,name=rejCode,proto3" json:"rejCode,omitempty"` Text string `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"` }
func (*MsgOrderMassStatusRequestReject) Descriptor ¶
func (*MsgOrderMassStatusRequestReject) Descriptor() ([]byte, []int)
func (*MsgOrderMassStatusRequestReject) GetCreator ¶
func (m *MsgOrderMassStatusRequestReject) GetCreator() string
func (*MsgOrderMassStatusRequestReject) GetRefSeqID ¶
func (m *MsgOrderMassStatusRequestReject) GetRefSeqID() string
func (*MsgOrderMassStatusRequestReject) GetRejCode ¶
func (m *MsgOrderMassStatusRequestReject) GetRejCode() string
func (*MsgOrderMassStatusRequestReject) GetSessionID ¶
func (m *MsgOrderMassStatusRequestReject) GetSessionID() string
func (*MsgOrderMassStatusRequestReject) GetSignBytes ¶
func (msg *MsgOrderMassStatusRequestReject) GetSignBytes() []byte
func (*MsgOrderMassStatusRequestReject) GetSigners ¶
func (msg *MsgOrderMassStatusRequestReject) GetSigners() []sdk.AccAddress
func (*MsgOrderMassStatusRequestReject) GetText ¶
func (m *MsgOrderMassStatusRequestReject) GetText() string
func (*MsgOrderMassStatusRequestReject) Marshal ¶
func (m *MsgOrderMassStatusRequestReject) Marshal() (dAtA []byte, err error)
func (*MsgOrderMassStatusRequestReject) MarshalTo ¶
func (m *MsgOrderMassStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderMassStatusRequestReject) MarshalToSizedBuffer ¶
func (m *MsgOrderMassStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderMassStatusRequestReject) ProtoMessage ¶
func (*MsgOrderMassStatusRequestReject) ProtoMessage()
func (*MsgOrderMassStatusRequestReject) Reset ¶
func (m *MsgOrderMassStatusRequestReject) Reset()
func (*MsgOrderMassStatusRequestReject) Route ¶
func (msg *MsgOrderMassStatusRequestReject) Route() string
func (*MsgOrderMassStatusRequestReject) Size ¶
func (m *MsgOrderMassStatusRequestReject) Size() (n int)
func (*MsgOrderMassStatusRequestReject) String ¶
func (m *MsgOrderMassStatusRequestReject) String() string
func (*MsgOrderMassStatusRequestReject) Type ¶
func (msg *MsgOrderMassStatusRequestReject) Type() string
func (*MsgOrderMassStatusRequestReject) Unmarshal ¶
func (m *MsgOrderMassStatusRequestReject) Unmarshal(dAtA []byte) error
func (*MsgOrderMassStatusRequestReject) ValidateBasic ¶
func (msg *MsgOrderMassStatusRequestReject) ValidateBasic() error
func (*MsgOrderMassStatusRequestReject) XXX_DiscardUnknown ¶
func (m *MsgOrderMassStatusRequestReject) XXX_DiscardUnknown()
func (*MsgOrderMassStatusRequestReject) XXX_Marshal ¶
func (m *MsgOrderMassStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderMassStatusRequestReject) XXX_Merge ¶
func (m *MsgOrderMassStatusRequestReject) XXX_Merge(src proto.Message)
func (*MsgOrderMassStatusRequestReject) XXX_Size ¶
func (m *MsgOrderMassStatusRequestReject) XXX_Size() int
func (*MsgOrderMassStatusRequestReject) XXX_Unmarshal ¶
func (m *MsgOrderMassStatusRequestReject) XXX_Unmarshal(b []byte) error
type MsgOrderMassStatusRequestRejectResponse ¶
type MsgOrderMassStatusRequestRejectResponse struct { }
func (*MsgOrderMassStatusRequestRejectResponse) Descriptor ¶
func (*MsgOrderMassStatusRequestRejectResponse) Descriptor() ([]byte, []int)
func (*MsgOrderMassStatusRequestRejectResponse) Marshal ¶
func (m *MsgOrderMassStatusRequestRejectResponse) Marshal() (dAtA []byte, err error)
func (*MsgOrderMassStatusRequestRejectResponse) MarshalTo ¶
func (m *MsgOrderMassStatusRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderMassStatusRequestRejectResponse) MarshalToSizedBuffer ¶
func (m *MsgOrderMassStatusRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderMassStatusRequestRejectResponse) ProtoMessage ¶
func (*MsgOrderMassStatusRequestRejectResponse) ProtoMessage()
func (*MsgOrderMassStatusRequestRejectResponse) Reset ¶
func (m *MsgOrderMassStatusRequestRejectResponse) Reset()
func (*MsgOrderMassStatusRequestRejectResponse) Size ¶
func (m *MsgOrderMassStatusRequestRejectResponse) Size() (n int)
func (*MsgOrderMassStatusRequestRejectResponse) String ¶
func (m *MsgOrderMassStatusRequestRejectResponse) String() string
func (*MsgOrderMassStatusRequestRejectResponse) Unmarshal ¶
func (m *MsgOrderMassStatusRequestRejectResponse) Unmarshal(dAtA []byte) error
func (*MsgOrderMassStatusRequestRejectResponse) XXX_DiscardUnknown ¶
func (m *MsgOrderMassStatusRequestRejectResponse) XXX_DiscardUnknown()
func (*MsgOrderMassStatusRequestRejectResponse) XXX_Marshal ¶
func (m *MsgOrderMassStatusRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderMassStatusRequestRejectResponse) XXX_Merge ¶
func (m *MsgOrderMassStatusRequestRejectResponse) XXX_Merge(src proto.Message)
func (*MsgOrderMassStatusRequestRejectResponse) XXX_Size ¶
func (m *MsgOrderMassStatusRequestRejectResponse) XXX_Size() int
func (*MsgOrderMassStatusRequestRejectResponse) XXX_Unmarshal ¶
func (m *MsgOrderMassStatusRequestRejectResponse) XXX_Unmarshal(b []byte) error
type MsgOrderMassStatusRequestResponse ¶
type MsgOrderMassStatusRequestResponse struct { }
func (*MsgOrderMassStatusRequestResponse) Descriptor ¶
func (*MsgOrderMassStatusRequestResponse) Descriptor() ([]byte, []int)
func (*MsgOrderMassStatusRequestResponse) Marshal ¶
func (m *MsgOrderMassStatusRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgOrderMassStatusRequestResponse) MarshalTo ¶
func (m *MsgOrderMassStatusRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgOrderMassStatusRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgOrderMassStatusRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgOrderMassStatusRequestResponse) ProtoMessage ¶
func (*MsgOrderMassStatusRequestResponse) ProtoMessage()
func (*MsgOrderMassStatusRequestResponse) Reset ¶
func (m *MsgOrderMassStatusRequestResponse) Reset()
func (*MsgOrderMassStatusRequestResponse) Size ¶
func (m *MsgOrderMassStatusRequestResponse) Size() (n int)
func (*MsgOrderMassStatusRequestResponse) String ¶
func (m *MsgOrderMassStatusRequestResponse) String() string
func (*MsgOrderMassStatusRequestResponse) Unmarshal ¶
func (m *MsgOrderMassStatusRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgOrderMassStatusRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgOrderMassStatusRequestResponse) XXX_DiscardUnknown()
func (*MsgOrderMassStatusRequestResponse) XXX_Marshal ¶
func (m *MsgOrderMassStatusRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgOrderMassStatusRequestResponse) XXX_Merge ¶
func (m *MsgOrderMassStatusRequestResponse) XXX_Merge(src proto.Message)
func (*MsgOrderMassStatusRequestResponse) XXX_Size ¶
func (m *MsgOrderMassStatusRequestResponse) XXX_Size() int
func (*MsgOrderMassStatusRequestResponse) XXX_Unmarshal ¶
func (m *MsgOrderMassStatusRequestResponse) XXX_Unmarshal(b []byte) error
type MsgQuoteAcknowledgement ¶
type MsgQuoteAcknowledgement struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` QuoteAcknowledgement *QuoteAcknowledgement `protobuf:"bytes,3,opt,name=quoteAcknowledgement,proto3" json:"quoteAcknowledgement,omitempty"` }
func NewMsgQuoteAcknowledgement ¶
func NewMsgQuoteAcknowledgement(creator string, sessionID string, quoteAcknowledgement *QuoteAcknowledgement) *MsgQuoteAcknowledgement
func (*MsgQuoteAcknowledgement) Descriptor ¶
func (*MsgQuoteAcknowledgement) Descriptor() ([]byte, []int)
func (*MsgQuoteAcknowledgement) GetCreator ¶
func (m *MsgQuoteAcknowledgement) GetCreator() string
func (*MsgQuoteAcknowledgement) GetQuoteAcknowledgement ¶
func (m *MsgQuoteAcknowledgement) GetQuoteAcknowledgement() *QuoteAcknowledgement
func (*MsgQuoteAcknowledgement) GetSessionID ¶
func (m *MsgQuoteAcknowledgement) GetSessionID() string
func (*MsgQuoteAcknowledgement) GetSignBytes ¶
func (msg *MsgQuoteAcknowledgement) GetSignBytes() []byte
func (*MsgQuoteAcknowledgement) GetSigners ¶
func (msg *MsgQuoteAcknowledgement) GetSigners() []sdk.AccAddress
func (*MsgQuoteAcknowledgement) Marshal ¶
func (m *MsgQuoteAcknowledgement) Marshal() (dAtA []byte, err error)
func (*MsgQuoteAcknowledgement) MarshalTo ¶
func (m *MsgQuoteAcknowledgement) MarshalTo(dAtA []byte) (int, error)
func (*MsgQuoteAcknowledgement) MarshalToSizedBuffer ¶
func (m *MsgQuoteAcknowledgement) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgQuoteAcknowledgement) ProtoMessage ¶
func (*MsgQuoteAcknowledgement) ProtoMessage()
func (*MsgQuoteAcknowledgement) Reset ¶
func (m *MsgQuoteAcknowledgement) Reset()
func (*MsgQuoteAcknowledgement) Route ¶
func (msg *MsgQuoteAcknowledgement) Route() string
func (*MsgQuoteAcknowledgement) Size ¶
func (m *MsgQuoteAcknowledgement) Size() (n int)
func (*MsgQuoteAcknowledgement) String ¶
func (m *MsgQuoteAcknowledgement) String() string
func (*MsgQuoteAcknowledgement) Type ¶
func (msg *MsgQuoteAcknowledgement) Type() string
func (*MsgQuoteAcknowledgement) Unmarshal ¶
func (m *MsgQuoteAcknowledgement) Unmarshal(dAtA []byte) error
func (*MsgQuoteAcknowledgement) ValidateBasic ¶
func (msg *MsgQuoteAcknowledgement) ValidateBasic() error
func (*MsgQuoteAcknowledgement) XXX_DiscardUnknown ¶
func (m *MsgQuoteAcknowledgement) XXX_DiscardUnknown()
func (*MsgQuoteAcknowledgement) XXX_Marshal ¶
func (m *MsgQuoteAcknowledgement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgQuoteAcknowledgement) XXX_Merge ¶
func (m *MsgQuoteAcknowledgement) XXX_Merge(src proto.Message)
func (*MsgQuoteAcknowledgement) XXX_Size ¶
func (m *MsgQuoteAcknowledgement) XXX_Size() int
func (*MsgQuoteAcknowledgement) XXX_Unmarshal ¶
func (m *MsgQuoteAcknowledgement) XXX_Unmarshal(b []byte) error
type MsgQuoteAcknowledgementResponse ¶
type MsgQuoteAcknowledgementResponse struct { }
func (*MsgQuoteAcknowledgementResponse) Descriptor ¶
func (*MsgQuoteAcknowledgementResponse) Descriptor() ([]byte, []int)
func (*MsgQuoteAcknowledgementResponse) Marshal ¶
func (m *MsgQuoteAcknowledgementResponse) Marshal() (dAtA []byte, err error)
func (*MsgQuoteAcknowledgementResponse) MarshalTo ¶
func (m *MsgQuoteAcknowledgementResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgQuoteAcknowledgementResponse) MarshalToSizedBuffer ¶
func (m *MsgQuoteAcknowledgementResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgQuoteAcknowledgementResponse) ProtoMessage ¶
func (*MsgQuoteAcknowledgementResponse) ProtoMessage()
func (*MsgQuoteAcknowledgementResponse) Reset ¶
func (m *MsgQuoteAcknowledgementResponse) Reset()
func (*MsgQuoteAcknowledgementResponse) Size ¶
func (m *MsgQuoteAcknowledgementResponse) Size() (n int)
func (*MsgQuoteAcknowledgementResponse) String ¶
func (m *MsgQuoteAcknowledgementResponse) String() string
func (*MsgQuoteAcknowledgementResponse) Unmarshal ¶
func (m *MsgQuoteAcknowledgementResponse) Unmarshal(dAtA []byte) error
func (*MsgQuoteAcknowledgementResponse) XXX_DiscardUnknown ¶
func (m *MsgQuoteAcknowledgementResponse) XXX_DiscardUnknown()
func (*MsgQuoteAcknowledgementResponse) XXX_Marshal ¶
func (m *MsgQuoteAcknowledgementResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgQuoteAcknowledgementResponse) XXX_Merge ¶
func (m *MsgQuoteAcknowledgementResponse) XXX_Merge(src proto.Message)
func (*MsgQuoteAcknowledgementResponse) XXX_Size ¶
func (m *MsgQuoteAcknowledgementResponse) XXX_Size() int
func (*MsgQuoteAcknowledgementResponse) XXX_Unmarshal ¶
func (m *MsgQuoteAcknowledgementResponse) XXX_Unmarshal(b []byte) error
type MsgQuoteRequest ¶
type MsgQuoteRequest struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` QuoteRequest *QuoteRequest `protobuf:"bytes,2,opt,name=quoteRequest,proto3" json:"quoteRequest,omitempty"` Creator string `protobuf:"bytes,3,opt,name=creator,proto3" json:"creator,omitempty"` }
func NewMsgQuoteRequest ¶
func NewMsgQuoteRequest(creator string, sessionID string, quoteRequest *QuoteRequest) *MsgQuoteRequest
func (*MsgQuoteRequest) Descriptor ¶
func (*MsgQuoteRequest) Descriptor() ([]byte, []int)
func (*MsgQuoteRequest) GetCreator ¶
func (m *MsgQuoteRequest) GetCreator() string
func (*MsgQuoteRequest) GetQuoteRequest ¶
func (m *MsgQuoteRequest) GetQuoteRequest() *QuoteRequest
func (*MsgQuoteRequest) GetSessionID ¶
func (m *MsgQuoteRequest) GetSessionID() string
func (*MsgQuoteRequest) GetSignBytes ¶
func (msg *MsgQuoteRequest) GetSignBytes() []byte
func (*MsgQuoteRequest) GetSigners ¶
func (msg *MsgQuoteRequest) GetSigners() []sdk.AccAddress
func (*MsgQuoteRequest) Marshal ¶
func (m *MsgQuoteRequest) Marshal() (dAtA []byte, err error)
func (*MsgQuoteRequest) MarshalToSizedBuffer ¶
func (m *MsgQuoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgQuoteRequest) ProtoMessage ¶
func (*MsgQuoteRequest) ProtoMessage()
func (*MsgQuoteRequest) Reset ¶
func (m *MsgQuoteRequest) Reset()
func (*MsgQuoteRequest) Route ¶
func (msg *MsgQuoteRequest) Route() string
func (*MsgQuoteRequest) Size ¶
func (m *MsgQuoteRequest) Size() (n int)
func (*MsgQuoteRequest) String ¶
func (m *MsgQuoteRequest) String() string
func (*MsgQuoteRequest) Type ¶
func (msg *MsgQuoteRequest) Type() string
func (*MsgQuoteRequest) Unmarshal ¶
func (m *MsgQuoteRequest) Unmarshal(dAtA []byte) error
func (*MsgQuoteRequest) ValidateBasic ¶
func (msg *MsgQuoteRequest) ValidateBasic() error
func (*MsgQuoteRequest) XXX_DiscardUnknown ¶
func (m *MsgQuoteRequest) XXX_DiscardUnknown()
func (*MsgQuoteRequest) XXX_Marshal ¶
func (m *MsgQuoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgQuoteRequest) XXX_Merge ¶
func (m *MsgQuoteRequest) XXX_Merge(src proto.Message)
func (*MsgQuoteRequest) XXX_Size ¶
func (m *MsgQuoteRequest) XXX_Size() int
func (*MsgQuoteRequest) XXX_Unmarshal ¶
func (m *MsgQuoteRequest) XXX_Unmarshal(b []byte) error
type MsgQuoteRequestReject ¶
type MsgQuoteRequestReject struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` QuoteRequestReject *QuoteRequestReject `protobuf:"bytes,3,opt,name=quoteRequestReject,proto3" json:"quoteRequestReject,omitempty"` }
func NewMsgQuoteRequestReject ¶
func NewMsgQuoteRequestReject(creator string, sessionID string, quoteRequestReject *QuoteRequestReject) *MsgQuoteRequestReject
func (*MsgQuoteRequestReject) Descriptor ¶
func (*MsgQuoteRequestReject) Descriptor() ([]byte, []int)
func (*MsgQuoteRequestReject) GetCreator ¶
func (m *MsgQuoteRequestReject) GetCreator() string
func (*MsgQuoteRequestReject) GetQuoteRequestReject ¶
func (m *MsgQuoteRequestReject) GetQuoteRequestReject() *QuoteRequestReject
func (*MsgQuoteRequestReject) GetSessionID ¶
func (m *MsgQuoteRequestReject) GetSessionID() string
func (*MsgQuoteRequestReject) GetSignBytes ¶
func (msg *MsgQuoteRequestReject) GetSignBytes() []byte
func (*MsgQuoteRequestReject) GetSigners ¶
func (msg *MsgQuoteRequestReject) GetSigners() []sdk.AccAddress
func (*MsgQuoteRequestReject) Marshal ¶
func (m *MsgQuoteRequestReject) Marshal() (dAtA []byte, err error)
func (*MsgQuoteRequestReject) MarshalTo ¶
func (m *MsgQuoteRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*MsgQuoteRequestReject) MarshalToSizedBuffer ¶
func (m *MsgQuoteRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgQuoteRequestReject) ProtoMessage ¶
func (*MsgQuoteRequestReject) ProtoMessage()
func (*MsgQuoteRequestReject) Reset ¶
func (m *MsgQuoteRequestReject) Reset()
func (*MsgQuoteRequestReject) Route ¶
func (msg *MsgQuoteRequestReject) Route() string
func (*MsgQuoteRequestReject) Size ¶
func (m *MsgQuoteRequestReject) Size() (n int)
func (*MsgQuoteRequestReject) String ¶
func (m *MsgQuoteRequestReject) String() string
func (*MsgQuoteRequestReject) Type ¶
func (msg *MsgQuoteRequestReject) Type() string
func (*MsgQuoteRequestReject) Unmarshal ¶
func (m *MsgQuoteRequestReject) Unmarshal(dAtA []byte) error
func (*MsgQuoteRequestReject) ValidateBasic ¶
func (msg *MsgQuoteRequestReject) ValidateBasic() error
func (*MsgQuoteRequestReject) XXX_DiscardUnknown ¶
func (m *MsgQuoteRequestReject) XXX_DiscardUnknown()
func (*MsgQuoteRequestReject) XXX_Marshal ¶
func (m *MsgQuoteRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgQuoteRequestReject) XXX_Merge ¶
func (m *MsgQuoteRequestReject) XXX_Merge(src proto.Message)
func (*MsgQuoteRequestReject) XXX_Size ¶
func (m *MsgQuoteRequestReject) XXX_Size() int
func (*MsgQuoteRequestReject) XXX_Unmarshal ¶
func (m *MsgQuoteRequestReject) XXX_Unmarshal(b []byte) error
type MsgQuoteRequestRejectResponse ¶
type MsgQuoteRequestRejectResponse struct { }
func (*MsgQuoteRequestRejectResponse) Descriptor ¶
func (*MsgQuoteRequestRejectResponse) Descriptor() ([]byte, []int)
func (*MsgQuoteRequestRejectResponse) Marshal ¶
func (m *MsgQuoteRequestRejectResponse) Marshal() (dAtA []byte, err error)
func (*MsgQuoteRequestRejectResponse) MarshalTo ¶
func (m *MsgQuoteRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgQuoteRequestRejectResponse) MarshalToSizedBuffer ¶
func (m *MsgQuoteRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgQuoteRequestRejectResponse) ProtoMessage ¶
func (*MsgQuoteRequestRejectResponse) ProtoMessage()
func (*MsgQuoteRequestRejectResponse) Reset ¶
func (m *MsgQuoteRequestRejectResponse) Reset()
func (*MsgQuoteRequestRejectResponse) Size ¶
func (m *MsgQuoteRequestRejectResponse) Size() (n int)
func (*MsgQuoteRequestRejectResponse) String ¶
func (m *MsgQuoteRequestRejectResponse) String() string
func (*MsgQuoteRequestRejectResponse) Unmarshal ¶
func (m *MsgQuoteRequestRejectResponse) Unmarshal(dAtA []byte) error
func (*MsgQuoteRequestRejectResponse) XXX_DiscardUnknown ¶
func (m *MsgQuoteRequestRejectResponse) XXX_DiscardUnknown()
func (*MsgQuoteRequestRejectResponse) XXX_Marshal ¶
func (m *MsgQuoteRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgQuoteRequestRejectResponse) XXX_Merge ¶
func (m *MsgQuoteRequestRejectResponse) XXX_Merge(src proto.Message)
func (*MsgQuoteRequestRejectResponse) XXX_Size ¶
func (m *MsgQuoteRequestRejectResponse) XXX_Size() int
func (*MsgQuoteRequestRejectResponse) XXX_Unmarshal ¶
func (m *MsgQuoteRequestRejectResponse) XXX_Unmarshal(b []byte) error
type MsgQuoteRequestResponse ¶
type MsgQuoteRequestResponse struct { }
func (*MsgQuoteRequestResponse) Descriptor ¶
func (*MsgQuoteRequestResponse) Descriptor() ([]byte, []int)
func (*MsgQuoteRequestResponse) Marshal ¶
func (m *MsgQuoteRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgQuoteRequestResponse) MarshalTo ¶
func (m *MsgQuoteRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgQuoteRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgQuoteRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgQuoteRequestResponse) ProtoMessage ¶
func (*MsgQuoteRequestResponse) ProtoMessage()
func (*MsgQuoteRequestResponse) Reset ¶
func (m *MsgQuoteRequestResponse) Reset()
func (*MsgQuoteRequestResponse) Size ¶
func (m *MsgQuoteRequestResponse) Size() (n int)
func (*MsgQuoteRequestResponse) String ¶
func (m *MsgQuoteRequestResponse) String() string
func (*MsgQuoteRequestResponse) Unmarshal ¶
func (m *MsgQuoteRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgQuoteRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgQuoteRequestResponse) XXX_DiscardUnknown()
func (*MsgQuoteRequestResponse) XXX_Marshal ¶
func (m *MsgQuoteRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgQuoteRequestResponse) XXX_Merge ¶
func (m *MsgQuoteRequestResponse) XXX_Merge(src proto.Message)
func (*MsgQuoteRequestResponse) XXX_Size ¶
func (m *MsgQuoteRequestResponse) XXX_Size() int
func (*MsgQuoteRequestResponse) XXX_Unmarshal ¶
func (m *MsgQuoteRequestResponse) XXX_Unmarshal(b []byte) error
type MsgRegisterAccount ¶
type MsgRegisterAccount struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` CompanyName string `protobuf:"bytes,3,opt,name=companyName,proto3" json:"companyName,omitempty"` Website string `protobuf:"bytes,4,opt,name=website,proto3" json:"website,omitempty"` SocialMediaLinks string `protobuf:"bytes,5,opt,name=socialMediaLinks,proto3" json:"socialMediaLinks,omitempty"` }
func NewMsgRegisterAccount ¶
func (*MsgRegisterAccount) Descriptor ¶
func (*MsgRegisterAccount) Descriptor() ([]byte, []int)
func (*MsgRegisterAccount) GetAddress ¶
func (m *MsgRegisterAccount) GetAddress() string
func (*MsgRegisterAccount) GetCompanyName ¶
func (m *MsgRegisterAccount) GetCompanyName() string
func (*MsgRegisterAccount) GetCreator ¶
func (m *MsgRegisterAccount) GetCreator() string
func (*MsgRegisterAccount) GetSignBytes ¶
func (msg *MsgRegisterAccount) GetSignBytes() []byte
func (*MsgRegisterAccount) GetSigners ¶
func (msg *MsgRegisterAccount) GetSigners() []sdk.AccAddress
func (*MsgRegisterAccount) GetSocialMediaLinks ¶
func (m *MsgRegisterAccount) GetSocialMediaLinks() string
func (*MsgRegisterAccount) GetWebsite ¶
func (m *MsgRegisterAccount) GetWebsite() string
func (*MsgRegisterAccount) Marshal ¶
func (m *MsgRegisterAccount) Marshal() (dAtA []byte, err error)
func (*MsgRegisterAccount) MarshalTo ¶
func (m *MsgRegisterAccount) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterAccount) MarshalToSizedBuffer ¶
func (m *MsgRegisterAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterAccount) ProtoMessage ¶
func (*MsgRegisterAccount) ProtoMessage()
func (*MsgRegisterAccount) Reset ¶
func (m *MsgRegisterAccount) Reset()
func (*MsgRegisterAccount) Route ¶
func (msg *MsgRegisterAccount) Route() string
func (*MsgRegisterAccount) Size ¶
func (m *MsgRegisterAccount) Size() (n int)
func (*MsgRegisterAccount) String ¶
func (m *MsgRegisterAccount) String() string
func (*MsgRegisterAccount) Type ¶
func (msg *MsgRegisterAccount) Type() string
func (*MsgRegisterAccount) Unmarshal ¶
func (m *MsgRegisterAccount) Unmarshal(dAtA []byte) error
func (*MsgRegisterAccount) ValidateBasic ¶
func (msg *MsgRegisterAccount) ValidateBasic() error
func (*MsgRegisterAccount) XXX_DiscardUnknown ¶
func (m *MsgRegisterAccount) XXX_DiscardUnknown()
func (*MsgRegisterAccount) XXX_Marshal ¶
func (m *MsgRegisterAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterAccount) XXX_Merge ¶
func (m *MsgRegisterAccount) XXX_Merge(src proto.Message)
func (*MsgRegisterAccount) XXX_Size ¶
func (m *MsgRegisterAccount) XXX_Size() int
func (*MsgRegisterAccount) XXX_Unmarshal ¶
func (m *MsgRegisterAccount) XXX_Unmarshal(b []byte) error
type MsgRegisterAccountResponse ¶
type MsgRegisterAccountResponse struct { }
func (*MsgRegisterAccountResponse) Descriptor ¶
func (*MsgRegisterAccountResponse) Descriptor() ([]byte, []int)
func (*MsgRegisterAccountResponse) Marshal ¶
func (m *MsgRegisterAccountResponse) Marshal() (dAtA []byte, err error)
func (*MsgRegisterAccountResponse) MarshalTo ¶
func (m *MsgRegisterAccountResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgRegisterAccountResponse) MarshalToSizedBuffer ¶
func (m *MsgRegisterAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgRegisterAccountResponse) ProtoMessage ¶
func (*MsgRegisterAccountResponse) ProtoMessage()
func (*MsgRegisterAccountResponse) Reset ¶
func (m *MsgRegisterAccountResponse) Reset()
func (*MsgRegisterAccountResponse) Size ¶
func (m *MsgRegisterAccountResponse) Size() (n int)
func (*MsgRegisterAccountResponse) String ¶
func (m *MsgRegisterAccountResponse) String() string
func (*MsgRegisterAccountResponse) Unmarshal ¶
func (m *MsgRegisterAccountResponse) Unmarshal(dAtA []byte) error
func (*MsgRegisterAccountResponse) XXX_DiscardUnknown ¶
func (m *MsgRegisterAccountResponse) XXX_DiscardUnknown()
func (*MsgRegisterAccountResponse) XXX_Marshal ¶
func (m *MsgRegisterAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgRegisterAccountResponse) XXX_Merge ¶
func (m *MsgRegisterAccountResponse) XXX_Merge(src proto.Message)
func (*MsgRegisterAccountResponse) XXX_Size ¶
func (m *MsgRegisterAccountResponse) XXX_Size() int
func (*MsgRegisterAccountResponse) XXX_Unmarshal ¶
func (m *MsgRegisterAccountResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityDefinition ¶
type MsgSecurityDefinition struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SecurityReqID string `protobuf:"bytes,2,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` SecurityResponseID string `protobuf:"bytes,3,opt,name=securityResponseID,proto3" json:"securityResponseID,omitempty"` SecurityResponseType string `protobuf:"bytes,4,opt,name=securityResponseType,proto3" json:"securityResponseType,omitempty"` Symbol string `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"` SecurityExchange string `protobuf:"bytes,6,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` Issuer string `protobuf:"bytes,7,opt,name=issuer,proto3" json:"issuer,omitempty"` SecurityDesc string `protobuf:"bytes,8,opt,name=securityDesc,proto3" json:"securityDesc,omitempty"` SecurityType string `protobuf:"bytes,9,opt,name=securityType,proto3" json:"securityType,omitempty"` Currency string `protobuf:"bytes,10,opt,name=currency,proto3" json:"currency,omitempty"` ContractMultiplier string `protobuf:"bytes,11,opt,name=contractMultiplier,proto3" json:"contractMultiplier,omitempty"` MinPriceIncrement string `protobuf:"bytes,12,opt,name=minPriceIncrement,proto3" json:"minPriceIncrement,omitempty"` MinPriceIncrementAmount string `protobuf:"bytes,13,opt,name=minPriceIncrementAmount,proto3" json:"minPriceIncrementAmount,omitempty"` UnitOfMeasure string `protobuf:"bytes,14,opt,name=unitOfMeasure,proto3" json:"unitOfMeasure,omitempty"` PriceUnitOfMeasure string `protobuf:"bytes,15,opt,name=priceUnitOfMeasure,proto3" json:"priceUnitOfMeasure,omitempty"` SettlType string `protobuf:"bytes,16,opt,name=settlType,proto3" json:"settlType,omitempty"` SettlDate string `protobuf:"bytes,17,opt,name=settlDate,proto3" json:"settlDate,omitempty"` MaturityMonthYear string `protobuf:"bytes,18,opt,name=maturityMonthYear,proto3" json:"maturityMonthYear,omitempty"` CouponRate string `protobuf:"bytes,19,opt,name=couponRate,proto3" json:"couponRate,omitempty"` Factor string `protobuf:"bytes,20,opt,name=factor,proto3" json:"factor,omitempty"` CreditRating string `protobuf:"bytes,21,opt,name=creditRating,proto3" json:"creditRating,omitempty"` SecurityExchangeID string `protobuf:"bytes,22,opt,name=securityExchangeID,proto3" json:"securityExchangeID,omitempty"` SessionID string `protobuf:"bytes,23,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func NewMsgSecurityDefinition ¶
func NewMsgSecurityDefinition(creator string, sessionID string, securityReqID string, securityResponseID string, securityResponseType string, symbol string, securityExchange string, issuer string, securityDesc string, securityType string, currency string, contractMultiplier string, minPriceIncrement string, minPriceIncrementAmount string, unitOfMeasure string, priceUnitOfMeasure string, settlType string, settlDate string, maturityMonthYear string, couponRate string, factor string, creditRating string, securityExchangeID string) *MsgSecurityDefinition
func (*MsgSecurityDefinition) Descriptor ¶
func (*MsgSecurityDefinition) Descriptor() ([]byte, []int)
func (*MsgSecurityDefinition) GetContractMultiplier ¶
func (m *MsgSecurityDefinition) GetContractMultiplier() string
func (*MsgSecurityDefinition) GetCouponRate ¶
func (m *MsgSecurityDefinition) GetCouponRate() string
func (*MsgSecurityDefinition) GetCreator ¶
func (m *MsgSecurityDefinition) GetCreator() string
func (*MsgSecurityDefinition) GetCreditRating ¶
func (m *MsgSecurityDefinition) GetCreditRating() string
func (*MsgSecurityDefinition) GetCurrency ¶
func (m *MsgSecurityDefinition) GetCurrency() string
func (*MsgSecurityDefinition) GetFactor ¶
func (m *MsgSecurityDefinition) GetFactor() string
func (*MsgSecurityDefinition) GetIssuer ¶
func (m *MsgSecurityDefinition) GetIssuer() string
func (*MsgSecurityDefinition) GetMaturityMonthYear ¶
func (m *MsgSecurityDefinition) GetMaturityMonthYear() string
func (*MsgSecurityDefinition) GetMinPriceIncrement ¶
func (m *MsgSecurityDefinition) GetMinPriceIncrement() string
func (*MsgSecurityDefinition) GetMinPriceIncrementAmount ¶
func (m *MsgSecurityDefinition) GetMinPriceIncrementAmount() string
func (*MsgSecurityDefinition) GetPriceUnitOfMeasure ¶
func (m *MsgSecurityDefinition) GetPriceUnitOfMeasure() string
func (*MsgSecurityDefinition) GetSecurityDesc ¶
func (m *MsgSecurityDefinition) GetSecurityDesc() string
func (*MsgSecurityDefinition) GetSecurityExchange ¶
func (m *MsgSecurityDefinition) GetSecurityExchange() string
func (*MsgSecurityDefinition) GetSecurityExchangeID ¶
func (m *MsgSecurityDefinition) GetSecurityExchangeID() string
func (*MsgSecurityDefinition) GetSecurityReqID ¶
func (m *MsgSecurityDefinition) GetSecurityReqID() string
func (*MsgSecurityDefinition) GetSecurityResponseID ¶
func (m *MsgSecurityDefinition) GetSecurityResponseID() string
func (*MsgSecurityDefinition) GetSecurityResponseType ¶
func (m *MsgSecurityDefinition) GetSecurityResponseType() string
func (*MsgSecurityDefinition) GetSecurityType ¶
func (m *MsgSecurityDefinition) GetSecurityType() string
func (*MsgSecurityDefinition) GetSessionID ¶
func (m *MsgSecurityDefinition) GetSessionID() string
func (*MsgSecurityDefinition) GetSettlDate ¶
func (m *MsgSecurityDefinition) GetSettlDate() string
func (*MsgSecurityDefinition) GetSettlType ¶
func (m *MsgSecurityDefinition) GetSettlType() string
func (*MsgSecurityDefinition) GetSignBytes ¶
func (msg *MsgSecurityDefinition) GetSignBytes() []byte
func (*MsgSecurityDefinition) GetSigners ¶
func (msg *MsgSecurityDefinition) GetSigners() []sdk.AccAddress
func (*MsgSecurityDefinition) GetSymbol ¶
func (m *MsgSecurityDefinition) GetSymbol() string
func (*MsgSecurityDefinition) GetUnitOfMeasure ¶
func (m *MsgSecurityDefinition) GetUnitOfMeasure() string
func (*MsgSecurityDefinition) Marshal ¶
func (m *MsgSecurityDefinition) Marshal() (dAtA []byte, err error)
func (*MsgSecurityDefinition) MarshalTo ¶
func (m *MsgSecurityDefinition) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityDefinition) MarshalToSizedBuffer ¶
func (m *MsgSecurityDefinition) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityDefinition) ProtoMessage ¶
func (*MsgSecurityDefinition) ProtoMessage()
func (*MsgSecurityDefinition) Reset ¶
func (m *MsgSecurityDefinition) Reset()
func (*MsgSecurityDefinition) Route ¶
func (msg *MsgSecurityDefinition) Route() string
func (*MsgSecurityDefinition) Size ¶
func (m *MsgSecurityDefinition) Size() (n int)
func (*MsgSecurityDefinition) String ¶
func (m *MsgSecurityDefinition) String() string
func (*MsgSecurityDefinition) Type ¶
func (msg *MsgSecurityDefinition) Type() string
func (*MsgSecurityDefinition) Unmarshal ¶
func (m *MsgSecurityDefinition) Unmarshal(dAtA []byte) error
func (*MsgSecurityDefinition) ValidateBasic ¶
func (msg *MsgSecurityDefinition) ValidateBasic() error
func (*MsgSecurityDefinition) XXX_DiscardUnknown ¶
func (m *MsgSecurityDefinition) XXX_DiscardUnknown()
func (*MsgSecurityDefinition) XXX_Marshal ¶
func (m *MsgSecurityDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityDefinition) XXX_Merge ¶
func (m *MsgSecurityDefinition) XXX_Merge(src proto.Message)
func (*MsgSecurityDefinition) XXX_Size ¶
func (m *MsgSecurityDefinition) XXX_Size() int
func (*MsgSecurityDefinition) XXX_Unmarshal ¶
func (m *MsgSecurityDefinition) XXX_Unmarshal(b []byte) error
type MsgSecurityDefinitionRequest ¶
type MsgSecurityDefinitionRequest struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SecurityReqID string `protobuf:"bytes,2,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` SecurityRequestType string `protobuf:"bytes,3,opt,name=securityRequestType,proto3" json:"securityRequestType,omitempty"` Symbol string `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"` SecurityExchange string `protobuf:"bytes,5,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` Issuer string `protobuf:"bytes,6,opt,name=issuer,proto3" json:"issuer,omitempty"` SecurityDesc string `protobuf:"bytes,7,opt,name=securityDesc,proto3" json:"securityDesc,omitempty"` SecurityType string `protobuf:"bytes,8,opt,name=securityType,proto3" json:"securityType,omitempty"` Currency string `protobuf:"bytes,9,opt,name=currency,proto3" json:"currency,omitempty"` SessionID string `protobuf:"bytes,10,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func (*MsgSecurityDefinitionRequest) Descriptor ¶
func (*MsgSecurityDefinitionRequest) Descriptor() ([]byte, []int)
func (*MsgSecurityDefinitionRequest) GetCreator ¶
func (m *MsgSecurityDefinitionRequest) GetCreator() string
func (*MsgSecurityDefinitionRequest) GetCurrency ¶
func (m *MsgSecurityDefinitionRequest) GetCurrency() string
func (*MsgSecurityDefinitionRequest) GetIssuer ¶
func (m *MsgSecurityDefinitionRequest) GetIssuer() string
func (*MsgSecurityDefinitionRequest) GetSecurityDesc ¶
func (m *MsgSecurityDefinitionRequest) GetSecurityDesc() string
func (*MsgSecurityDefinitionRequest) GetSecurityExchange ¶
func (m *MsgSecurityDefinitionRequest) GetSecurityExchange() string
func (*MsgSecurityDefinitionRequest) GetSecurityReqID ¶
func (m *MsgSecurityDefinitionRequest) GetSecurityReqID() string
func (*MsgSecurityDefinitionRequest) GetSecurityRequestType ¶
func (m *MsgSecurityDefinitionRequest) GetSecurityRequestType() string
func (*MsgSecurityDefinitionRequest) GetSecurityType ¶
func (m *MsgSecurityDefinitionRequest) GetSecurityType() string
func (*MsgSecurityDefinitionRequest) GetSessionID ¶
func (m *MsgSecurityDefinitionRequest) GetSessionID() string
func (*MsgSecurityDefinitionRequest) GetSignBytes ¶
func (msg *MsgSecurityDefinitionRequest) GetSignBytes() []byte
func (*MsgSecurityDefinitionRequest) GetSigners ¶
func (msg *MsgSecurityDefinitionRequest) GetSigners() []sdk.AccAddress
func (*MsgSecurityDefinitionRequest) GetSymbol ¶
func (m *MsgSecurityDefinitionRequest) GetSymbol() string
func (*MsgSecurityDefinitionRequest) Marshal ¶
func (m *MsgSecurityDefinitionRequest) Marshal() (dAtA []byte, err error)
func (*MsgSecurityDefinitionRequest) MarshalTo ¶
func (m *MsgSecurityDefinitionRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityDefinitionRequest) MarshalToSizedBuffer ¶
func (m *MsgSecurityDefinitionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityDefinitionRequest) ProtoMessage ¶
func (*MsgSecurityDefinitionRequest) ProtoMessage()
func (*MsgSecurityDefinitionRequest) Reset ¶
func (m *MsgSecurityDefinitionRequest) Reset()
func (*MsgSecurityDefinitionRequest) Route ¶
func (msg *MsgSecurityDefinitionRequest) Route() string
func (*MsgSecurityDefinitionRequest) Size ¶
func (m *MsgSecurityDefinitionRequest) Size() (n int)
func (*MsgSecurityDefinitionRequest) String ¶
func (m *MsgSecurityDefinitionRequest) String() string
func (*MsgSecurityDefinitionRequest) Type ¶
func (msg *MsgSecurityDefinitionRequest) Type() string
func (*MsgSecurityDefinitionRequest) Unmarshal ¶
func (m *MsgSecurityDefinitionRequest) Unmarshal(dAtA []byte) error
func (*MsgSecurityDefinitionRequest) ValidateBasic ¶
func (msg *MsgSecurityDefinitionRequest) ValidateBasic() error
func (*MsgSecurityDefinitionRequest) XXX_DiscardUnknown ¶
func (m *MsgSecurityDefinitionRequest) XXX_DiscardUnknown()
func (*MsgSecurityDefinitionRequest) XXX_Marshal ¶
func (m *MsgSecurityDefinitionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityDefinitionRequest) XXX_Merge ¶
func (m *MsgSecurityDefinitionRequest) XXX_Merge(src proto.Message)
func (*MsgSecurityDefinitionRequest) XXX_Size ¶
func (m *MsgSecurityDefinitionRequest) XXX_Size() int
func (*MsgSecurityDefinitionRequest) XXX_Unmarshal ¶
func (m *MsgSecurityDefinitionRequest) XXX_Unmarshal(b []byte) error
type MsgSecurityDefinitionRequestReject ¶
type MsgSecurityDefinitionRequestReject struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityReqID string `protobuf:"bytes,3,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` SecurityRequestResult string `protobuf:"bytes,4,opt,name=securityRequestResult,proto3" json:"securityRequestResult,omitempty"` SecurityRequestError string `protobuf:"bytes,5,opt,name=securityRequestError,proto3" json:"securityRequestError,omitempty"` SecurityRequestErrorCode string `protobuf:"bytes,6,opt,name=securityRequestErrorCode,proto3" json:"securityRequestErrorCode,omitempty"` Text string `protobuf:"bytes,7,opt,name=text,proto3" json:"text,omitempty"` }
func (*MsgSecurityDefinitionRequestReject) Descriptor ¶
func (*MsgSecurityDefinitionRequestReject) Descriptor() ([]byte, []int)
func (*MsgSecurityDefinitionRequestReject) GetCreator ¶
func (m *MsgSecurityDefinitionRequestReject) GetCreator() string
func (*MsgSecurityDefinitionRequestReject) GetSecurityReqID ¶
func (m *MsgSecurityDefinitionRequestReject) GetSecurityReqID() string
func (*MsgSecurityDefinitionRequestReject) GetSecurityRequestError ¶
func (m *MsgSecurityDefinitionRequestReject) GetSecurityRequestError() string
func (*MsgSecurityDefinitionRequestReject) GetSecurityRequestErrorCode ¶
func (m *MsgSecurityDefinitionRequestReject) GetSecurityRequestErrorCode() string
func (*MsgSecurityDefinitionRequestReject) GetSecurityRequestResult ¶
func (m *MsgSecurityDefinitionRequestReject) GetSecurityRequestResult() string
func (*MsgSecurityDefinitionRequestReject) GetSessionID ¶
func (m *MsgSecurityDefinitionRequestReject) GetSessionID() string
func (*MsgSecurityDefinitionRequestReject) GetSignBytes ¶
func (msg *MsgSecurityDefinitionRequestReject) GetSignBytes() []byte
func (*MsgSecurityDefinitionRequestReject) GetSigners ¶
func (msg *MsgSecurityDefinitionRequestReject) GetSigners() []sdk.AccAddress
func (*MsgSecurityDefinitionRequestReject) GetText ¶
func (m *MsgSecurityDefinitionRequestReject) GetText() string
func (*MsgSecurityDefinitionRequestReject) Marshal ¶
func (m *MsgSecurityDefinitionRequestReject) Marshal() (dAtA []byte, err error)
func (*MsgSecurityDefinitionRequestReject) MarshalTo ¶
func (m *MsgSecurityDefinitionRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityDefinitionRequestReject) MarshalToSizedBuffer ¶
func (m *MsgSecurityDefinitionRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityDefinitionRequestReject) ProtoMessage ¶
func (*MsgSecurityDefinitionRequestReject) ProtoMessage()
func (*MsgSecurityDefinitionRequestReject) Reset ¶
func (m *MsgSecurityDefinitionRequestReject) Reset()
func (*MsgSecurityDefinitionRequestReject) Route ¶
func (msg *MsgSecurityDefinitionRequestReject) Route() string
func (*MsgSecurityDefinitionRequestReject) Size ¶
func (m *MsgSecurityDefinitionRequestReject) Size() (n int)
func (*MsgSecurityDefinitionRequestReject) String ¶
func (m *MsgSecurityDefinitionRequestReject) String() string
func (*MsgSecurityDefinitionRequestReject) Type ¶
func (msg *MsgSecurityDefinitionRequestReject) Type() string
func (*MsgSecurityDefinitionRequestReject) Unmarshal ¶
func (m *MsgSecurityDefinitionRequestReject) Unmarshal(dAtA []byte) error
func (*MsgSecurityDefinitionRequestReject) ValidateBasic ¶
func (msg *MsgSecurityDefinitionRequestReject) ValidateBasic() error
func (*MsgSecurityDefinitionRequestReject) XXX_DiscardUnknown ¶
func (m *MsgSecurityDefinitionRequestReject) XXX_DiscardUnknown()
func (*MsgSecurityDefinitionRequestReject) XXX_Marshal ¶
func (m *MsgSecurityDefinitionRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityDefinitionRequestReject) XXX_Merge ¶
func (m *MsgSecurityDefinitionRequestReject) XXX_Merge(src proto.Message)
func (*MsgSecurityDefinitionRequestReject) XXX_Size ¶
func (m *MsgSecurityDefinitionRequestReject) XXX_Size() int
func (*MsgSecurityDefinitionRequestReject) XXX_Unmarshal ¶
func (m *MsgSecurityDefinitionRequestReject) XXX_Unmarshal(b []byte) error
type MsgSecurityDefinitionRequestRejectResponse ¶
type MsgSecurityDefinitionRequestRejectResponse struct { }
func (*MsgSecurityDefinitionRequestRejectResponse) Descriptor ¶
func (*MsgSecurityDefinitionRequestRejectResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityDefinitionRequestRejectResponse) Marshal ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityDefinitionRequestRejectResponse) MarshalTo ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityDefinitionRequestRejectResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityDefinitionRequestRejectResponse) ProtoMessage ¶
func (*MsgSecurityDefinitionRequestRejectResponse) ProtoMessage()
func (*MsgSecurityDefinitionRequestRejectResponse) Reset ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) Reset()
func (*MsgSecurityDefinitionRequestRejectResponse) Size ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) Size() (n int)
func (*MsgSecurityDefinitionRequestRejectResponse) String ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) String() string
func (*MsgSecurityDefinitionRequestRejectResponse) Unmarshal ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityDefinitionRequestRejectResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) XXX_DiscardUnknown()
func (*MsgSecurityDefinitionRequestRejectResponse) XXX_Marshal ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityDefinitionRequestRejectResponse) XXX_Merge ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityDefinitionRequestRejectResponse) XXX_Size ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) XXX_Size() int
func (*MsgSecurityDefinitionRequestRejectResponse) XXX_Unmarshal ¶
func (m *MsgSecurityDefinitionRequestRejectResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityDefinitionRequestResponse ¶
type MsgSecurityDefinitionRequestResponse struct { }
func (*MsgSecurityDefinitionRequestResponse) Descriptor ¶
func (*MsgSecurityDefinitionRequestResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityDefinitionRequestResponse) Marshal ¶
func (m *MsgSecurityDefinitionRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityDefinitionRequestResponse) MarshalTo ¶
func (m *MsgSecurityDefinitionRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityDefinitionRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityDefinitionRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityDefinitionRequestResponse) ProtoMessage ¶
func (*MsgSecurityDefinitionRequestResponse) ProtoMessage()
func (*MsgSecurityDefinitionRequestResponse) Reset ¶
func (m *MsgSecurityDefinitionRequestResponse) Reset()
func (*MsgSecurityDefinitionRequestResponse) Size ¶
func (m *MsgSecurityDefinitionRequestResponse) Size() (n int)
func (*MsgSecurityDefinitionRequestResponse) String ¶
func (m *MsgSecurityDefinitionRequestResponse) String() string
func (*MsgSecurityDefinitionRequestResponse) Unmarshal ¶
func (m *MsgSecurityDefinitionRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityDefinitionRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityDefinitionRequestResponse) XXX_DiscardUnknown()
func (*MsgSecurityDefinitionRequestResponse) XXX_Marshal ¶
func (m *MsgSecurityDefinitionRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityDefinitionRequestResponse) XXX_Merge ¶
func (m *MsgSecurityDefinitionRequestResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityDefinitionRequestResponse) XXX_Size ¶
func (m *MsgSecurityDefinitionRequestResponse) XXX_Size() int
func (*MsgSecurityDefinitionRequestResponse) XXX_Unmarshal ¶
func (m *MsgSecurityDefinitionRequestResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityDefinitionResponse ¶
type MsgSecurityDefinitionResponse struct { }
func (*MsgSecurityDefinitionResponse) Descriptor ¶
func (*MsgSecurityDefinitionResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityDefinitionResponse) Marshal ¶
func (m *MsgSecurityDefinitionResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityDefinitionResponse) MarshalTo ¶
func (m *MsgSecurityDefinitionResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityDefinitionResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityDefinitionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityDefinitionResponse) ProtoMessage ¶
func (*MsgSecurityDefinitionResponse) ProtoMessage()
func (*MsgSecurityDefinitionResponse) Reset ¶
func (m *MsgSecurityDefinitionResponse) Reset()
func (*MsgSecurityDefinitionResponse) Size ¶
func (m *MsgSecurityDefinitionResponse) Size() (n int)
func (*MsgSecurityDefinitionResponse) String ¶
func (m *MsgSecurityDefinitionResponse) String() string
func (*MsgSecurityDefinitionResponse) Unmarshal ¶
func (m *MsgSecurityDefinitionResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityDefinitionResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityDefinitionResponse) XXX_DiscardUnknown()
func (*MsgSecurityDefinitionResponse) XXX_Marshal ¶
func (m *MsgSecurityDefinitionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityDefinitionResponse) XXX_Merge ¶
func (m *MsgSecurityDefinitionResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityDefinitionResponse) XXX_Size ¶
func (m *MsgSecurityDefinitionResponse) XXX_Size() int
func (*MsgSecurityDefinitionResponse) XXX_Unmarshal ¶
func (m *MsgSecurityDefinitionResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityListRequest ¶
type MsgSecurityListRequest struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityReqID string `protobuf:"bytes,3,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` SecurityListRequestType string `protobuf:"bytes,4,opt,name=securityListRequestType,proto3" json:"securityListRequestType,omitempty"` NoUnderlyings string `protobuf:"bytes,5,opt,name=noUnderlyings,proto3" json:"noUnderlyings,omitempty"` NoLegs string `protobuf:"bytes,6,opt,name=noLegs,proto3" json:"noLegs,omitempty"` Currency string `protobuf:"bytes,7,opt,name=currency,proto3" json:"currency,omitempty"` Text string `protobuf:"bytes,8,opt,name=text,proto3" json:"text,omitempty"` EncodedTextLen string `protobuf:"bytes,9,opt,name=encodedTextLen,proto3" json:"encodedTextLen,omitempty"` EncodedText string `protobuf:"bytes,10,opt,name=encodedText,proto3" json:"encodedText,omitempty"` TradingSessionID string `protobuf:"bytes,11,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` TradingSessionSubID string `protobuf:"bytes,12,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` SubscriptionRequestType string `protobuf:"bytes,13,opt,name=subscriptionRequestType,proto3" json:"subscriptionRequestType,omitempty"` }
func NewMsgSecurityListRequest ¶
func NewMsgSecurityListRequest(creator string, sessionID string, securityReqID string, securityListRequestType string, noUnderlyings string, noLegs string, currency string, text string, encodedTextLen string, encodedText string, tradingSessionID string, tradingSessionSubID string, subscriptionRequestType string) *MsgSecurityListRequest
func (*MsgSecurityListRequest) Descriptor ¶
func (*MsgSecurityListRequest) Descriptor() ([]byte, []int)
func (*MsgSecurityListRequest) GetCreator ¶
func (m *MsgSecurityListRequest) GetCreator() string
func (*MsgSecurityListRequest) GetCurrency ¶
func (m *MsgSecurityListRequest) GetCurrency() string
func (*MsgSecurityListRequest) GetEncodedText ¶
func (m *MsgSecurityListRequest) GetEncodedText() string
func (*MsgSecurityListRequest) GetEncodedTextLen ¶
func (m *MsgSecurityListRequest) GetEncodedTextLen() string
func (*MsgSecurityListRequest) GetNoLegs ¶
func (m *MsgSecurityListRequest) GetNoLegs() string
func (*MsgSecurityListRequest) GetNoUnderlyings ¶
func (m *MsgSecurityListRequest) GetNoUnderlyings() string
func (*MsgSecurityListRequest) GetSecurityListRequestType ¶
func (m *MsgSecurityListRequest) GetSecurityListRequestType() string
func (*MsgSecurityListRequest) GetSecurityReqID ¶
func (m *MsgSecurityListRequest) GetSecurityReqID() string
func (*MsgSecurityListRequest) GetSessionID ¶
func (m *MsgSecurityListRequest) GetSessionID() string
func (*MsgSecurityListRequest) GetSignBytes ¶
func (msg *MsgSecurityListRequest) GetSignBytes() []byte
func (*MsgSecurityListRequest) GetSigners ¶
func (msg *MsgSecurityListRequest) GetSigners() []sdk.AccAddress
func (*MsgSecurityListRequest) GetSubscriptionRequestType ¶
func (m *MsgSecurityListRequest) GetSubscriptionRequestType() string
func (*MsgSecurityListRequest) GetText ¶
func (m *MsgSecurityListRequest) GetText() string
func (*MsgSecurityListRequest) GetTradingSessionID ¶
func (m *MsgSecurityListRequest) GetTradingSessionID() string
func (*MsgSecurityListRequest) GetTradingSessionSubID ¶
func (m *MsgSecurityListRequest) GetTradingSessionSubID() string
func (*MsgSecurityListRequest) Marshal ¶
func (m *MsgSecurityListRequest) Marshal() (dAtA []byte, err error)
func (*MsgSecurityListRequest) MarshalTo ¶
func (m *MsgSecurityListRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityListRequest) MarshalToSizedBuffer ¶
func (m *MsgSecurityListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityListRequest) ProtoMessage ¶
func (*MsgSecurityListRequest) ProtoMessage()
func (*MsgSecurityListRequest) Reset ¶
func (m *MsgSecurityListRequest) Reset()
func (*MsgSecurityListRequest) Route ¶
func (msg *MsgSecurityListRequest) Route() string
func (*MsgSecurityListRequest) Size ¶
func (m *MsgSecurityListRequest) Size() (n int)
func (*MsgSecurityListRequest) String ¶
func (m *MsgSecurityListRequest) String() string
func (*MsgSecurityListRequest) Type ¶
func (msg *MsgSecurityListRequest) Type() string
func (*MsgSecurityListRequest) Unmarshal ¶
func (m *MsgSecurityListRequest) Unmarshal(dAtA []byte) error
func (*MsgSecurityListRequest) ValidateBasic ¶
func (msg *MsgSecurityListRequest) ValidateBasic() error
func (*MsgSecurityListRequest) XXX_DiscardUnknown ¶
func (m *MsgSecurityListRequest) XXX_DiscardUnknown()
func (*MsgSecurityListRequest) XXX_Marshal ¶
func (m *MsgSecurityListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityListRequest) XXX_Merge ¶
func (m *MsgSecurityListRequest) XXX_Merge(src proto.Message)
func (*MsgSecurityListRequest) XXX_Size ¶
func (m *MsgSecurityListRequest) XXX_Size() int
func (*MsgSecurityListRequest) XXX_Unmarshal ¶
func (m *MsgSecurityListRequest) XXX_Unmarshal(b []byte) error
type MsgSecurityListRequestReject ¶
type MsgSecurityListRequestReject struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityReqID string `protobuf:"bytes,3,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` SecurityListRequestType string `protobuf:"bytes,4,opt,name=securityListRequestType,proto3" json:"securityListRequestType,omitempty"` SecurityRequestResult string `protobuf:"bytes,5,opt,name=securityRequestResult,proto3" json:"securityRequestResult,omitempty"` Text string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"` EncodedTextLen string `protobuf:"bytes,7,opt,name=encodedTextLen,proto3" json:"encodedTextLen,omitempty"` EncodedText string `protobuf:"bytes,8,opt,name=encodedText,proto3" json:"encodedText,omitempty"` }
func (*MsgSecurityListRequestReject) Descriptor ¶
func (*MsgSecurityListRequestReject) Descriptor() ([]byte, []int)
func (*MsgSecurityListRequestReject) GetCreator ¶
func (m *MsgSecurityListRequestReject) GetCreator() string
func (*MsgSecurityListRequestReject) GetEncodedText ¶
func (m *MsgSecurityListRequestReject) GetEncodedText() string
func (*MsgSecurityListRequestReject) GetEncodedTextLen ¶
func (m *MsgSecurityListRequestReject) GetEncodedTextLen() string
func (*MsgSecurityListRequestReject) GetSecurityListRequestType ¶
func (m *MsgSecurityListRequestReject) GetSecurityListRequestType() string
func (*MsgSecurityListRequestReject) GetSecurityReqID ¶
func (m *MsgSecurityListRequestReject) GetSecurityReqID() string
func (*MsgSecurityListRequestReject) GetSecurityRequestResult ¶
func (m *MsgSecurityListRequestReject) GetSecurityRequestResult() string
func (*MsgSecurityListRequestReject) GetSessionID ¶
func (m *MsgSecurityListRequestReject) GetSessionID() string
func (*MsgSecurityListRequestReject) GetSignBytes ¶
func (msg *MsgSecurityListRequestReject) GetSignBytes() []byte
func (*MsgSecurityListRequestReject) GetSigners ¶
func (msg *MsgSecurityListRequestReject) GetSigners() []sdk.AccAddress
func (*MsgSecurityListRequestReject) GetText ¶
func (m *MsgSecurityListRequestReject) GetText() string
func (*MsgSecurityListRequestReject) Marshal ¶
func (m *MsgSecurityListRequestReject) Marshal() (dAtA []byte, err error)
func (*MsgSecurityListRequestReject) MarshalTo ¶
func (m *MsgSecurityListRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityListRequestReject) MarshalToSizedBuffer ¶
func (m *MsgSecurityListRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityListRequestReject) ProtoMessage ¶
func (*MsgSecurityListRequestReject) ProtoMessage()
func (*MsgSecurityListRequestReject) Reset ¶
func (m *MsgSecurityListRequestReject) Reset()
func (*MsgSecurityListRequestReject) Route ¶
func (msg *MsgSecurityListRequestReject) Route() string
func (*MsgSecurityListRequestReject) Size ¶
func (m *MsgSecurityListRequestReject) Size() (n int)
func (*MsgSecurityListRequestReject) String ¶
func (m *MsgSecurityListRequestReject) String() string
func (*MsgSecurityListRequestReject) Type ¶
func (msg *MsgSecurityListRequestReject) Type() string
func (*MsgSecurityListRequestReject) Unmarshal ¶
func (m *MsgSecurityListRequestReject) Unmarshal(dAtA []byte) error
func (*MsgSecurityListRequestReject) ValidateBasic ¶
func (msg *MsgSecurityListRequestReject) ValidateBasic() error
func (*MsgSecurityListRequestReject) XXX_DiscardUnknown ¶
func (m *MsgSecurityListRequestReject) XXX_DiscardUnknown()
func (*MsgSecurityListRequestReject) XXX_Marshal ¶
func (m *MsgSecurityListRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityListRequestReject) XXX_Merge ¶
func (m *MsgSecurityListRequestReject) XXX_Merge(src proto.Message)
func (*MsgSecurityListRequestReject) XXX_Size ¶
func (m *MsgSecurityListRequestReject) XXX_Size() int
func (*MsgSecurityListRequestReject) XXX_Unmarshal ¶
func (m *MsgSecurityListRequestReject) XXX_Unmarshal(b []byte) error
type MsgSecurityListRequestRejectResponse ¶
type MsgSecurityListRequestRejectResponse struct { }
func (*MsgSecurityListRequestRejectResponse) Descriptor ¶
func (*MsgSecurityListRequestRejectResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityListRequestRejectResponse) Marshal ¶
func (m *MsgSecurityListRequestRejectResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityListRequestRejectResponse) MarshalTo ¶
func (m *MsgSecurityListRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityListRequestRejectResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityListRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityListRequestRejectResponse) ProtoMessage ¶
func (*MsgSecurityListRequestRejectResponse) ProtoMessage()
func (*MsgSecurityListRequestRejectResponse) Reset ¶
func (m *MsgSecurityListRequestRejectResponse) Reset()
func (*MsgSecurityListRequestRejectResponse) Size ¶
func (m *MsgSecurityListRequestRejectResponse) Size() (n int)
func (*MsgSecurityListRequestRejectResponse) String ¶
func (m *MsgSecurityListRequestRejectResponse) String() string
func (*MsgSecurityListRequestRejectResponse) Unmarshal ¶
func (m *MsgSecurityListRequestRejectResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityListRequestRejectResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityListRequestRejectResponse) XXX_DiscardUnknown()
func (*MsgSecurityListRequestRejectResponse) XXX_Marshal ¶
func (m *MsgSecurityListRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityListRequestRejectResponse) XXX_Merge ¶
func (m *MsgSecurityListRequestRejectResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityListRequestRejectResponse) XXX_Size ¶
func (m *MsgSecurityListRequestRejectResponse) XXX_Size() int
func (*MsgSecurityListRequestRejectResponse) XXX_Unmarshal ¶
func (m *MsgSecurityListRequestRejectResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityListRequestResponse ¶
type MsgSecurityListRequestResponse struct { }
func (*MsgSecurityListRequestResponse) Descriptor ¶
func (*MsgSecurityListRequestResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityListRequestResponse) Marshal ¶
func (m *MsgSecurityListRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityListRequestResponse) MarshalTo ¶
func (m *MsgSecurityListRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityListRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityListRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityListRequestResponse) ProtoMessage ¶
func (*MsgSecurityListRequestResponse) ProtoMessage()
func (*MsgSecurityListRequestResponse) Reset ¶
func (m *MsgSecurityListRequestResponse) Reset()
func (*MsgSecurityListRequestResponse) Size ¶
func (m *MsgSecurityListRequestResponse) Size() (n int)
func (*MsgSecurityListRequestResponse) String ¶
func (m *MsgSecurityListRequestResponse) String() string
func (*MsgSecurityListRequestResponse) Unmarshal ¶
func (m *MsgSecurityListRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityListRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityListRequestResponse) XXX_DiscardUnknown()
func (*MsgSecurityListRequestResponse) XXX_Marshal ¶
func (m *MsgSecurityListRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityListRequestResponse) XXX_Merge ¶
func (m *MsgSecurityListRequestResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityListRequestResponse) XXX_Size ¶
func (m *MsgSecurityListRequestResponse) XXX_Size() int
func (*MsgSecurityListRequestResponse) XXX_Unmarshal ¶
func (m *MsgSecurityListRequestResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityListResponse ¶
type MsgSecurityListResponse struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityReqID string `protobuf:"bytes,3,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` SecurityResponseID string `protobuf:"bytes,4,opt,name=securityResponseID,proto3" json:"securityResponseID,omitempty"` SecurityRequestResult string `protobuf:"bytes,5,opt,name=securityRequestResult,proto3" json:"securityRequestResult,omitempty"` TotNoRelatedSym string `protobuf:"bytes,6,opt,name=totNoRelatedSym,proto3" json:"totNoRelatedSym,omitempty"` LastFragment string `protobuf:"bytes,7,opt,name=lastFragment,proto3" json:"lastFragment,omitempty"` NoRelatedSym string `protobuf:"bytes,8,opt,name=noRelatedSym,proto3" json:"noRelatedSym,omitempty"` NoUnderlyings string `protobuf:"bytes,9,opt,name=noUnderlyings,proto3" json:"noUnderlyings,omitempty"` Currency string `protobuf:"bytes,10,opt,name=currency,proto3" json:"currency,omitempty"` NoLegs string `protobuf:"bytes,11,opt,name=noLegs,proto3" json:"noLegs,omitempty"` RoundLot string `protobuf:"bytes,12,opt,name=roundLot,proto3" json:"roundLot,omitempty"` MinTradeVol string `protobuf:"bytes,13,opt,name=minTradeVol,proto3" json:"minTradeVol,omitempty"` TradingSessionID string `protobuf:"bytes,14,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` TradingSessionSubID string `protobuf:"bytes,15,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` ExpirationCycle string `protobuf:"bytes,16,opt,name=expirationCycle,proto3" json:"expirationCycle,omitempty"` Text string `protobuf:"bytes,17,opt,name=text,proto3" json:"text,omitempty"` EncodedTextLen string `protobuf:"bytes,18,opt,name=encodedTextLen,proto3" json:"encodedTextLen,omitempty"` EncodedText string `protobuf:"bytes,19,opt,name=encodedText,proto3" json:"encodedText,omitempty"` }
func NewMsgSecurityListResponse ¶
func NewMsgSecurityListResponse(creator string, sessionID string, securityReqID string, securityResponseID string, securityRequestResult string, totNoRelatedSym string, lastFragment string, noRelatedSym string, noUnderlyings string, currency string, noLegs string, roundLot string, minTradeVol string, tradingSessionID string, tradingSessionSubID string, expirationCycle string, text string, encodedTextLen string, encodedText string) *MsgSecurityListResponse
func (*MsgSecurityListResponse) Descriptor ¶
func (*MsgSecurityListResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityListResponse) GetCreator ¶
func (m *MsgSecurityListResponse) GetCreator() string
func (*MsgSecurityListResponse) GetCurrency ¶
func (m *MsgSecurityListResponse) GetCurrency() string
func (*MsgSecurityListResponse) GetEncodedText ¶
func (m *MsgSecurityListResponse) GetEncodedText() string
func (*MsgSecurityListResponse) GetEncodedTextLen ¶
func (m *MsgSecurityListResponse) GetEncodedTextLen() string
func (*MsgSecurityListResponse) GetExpirationCycle ¶
func (m *MsgSecurityListResponse) GetExpirationCycle() string
func (*MsgSecurityListResponse) GetLastFragment ¶
func (m *MsgSecurityListResponse) GetLastFragment() string
func (*MsgSecurityListResponse) GetMinTradeVol ¶
func (m *MsgSecurityListResponse) GetMinTradeVol() string
func (*MsgSecurityListResponse) GetNoLegs ¶
func (m *MsgSecurityListResponse) GetNoLegs() string
func (*MsgSecurityListResponse) GetNoRelatedSym ¶
func (m *MsgSecurityListResponse) GetNoRelatedSym() string
func (*MsgSecurityListResponse) GetNoUnderlyings ¶
func (m *MsgSecurityListResponse) GetNoUnderlyings() string
func (*MsgSecurityListResponse) GetRoundLot ¶
func (m *MsgSecurityListResponse) GetRoundLot() string
func (*MsgSecurityListResponse) GetSecurityReqID ¶
func (m *MsgSecurityListResponse) GetSecurityReqID() string
func (*MsgSecurityListResponse) GetSecurityRequestResult ¶
func (m *MsgSecurityListResponse) GetSecurityRequestResult() string
func (*MsgSecurityListResponse) GetSecurityResponseID ¶
func (m *MsgSecurityListResponse) GetSecurityResponseID() string
func (*MsgSecurityListResponse) GetSessionID ¶
func (m *MsgSecurityListResponse) GetSessionID() string
func (*MsgSecurityListResponse) GetSignBytes ¶
func (msg *MsgSecurityListResponse) GetSignBytes() []byte
func (*MsgSecurityListResponse) GetSigners ¶
func (msg *MsgSecurityListResponse) GetSigners() []sdk.AccAddress
func (*MsgSecurityListResponse) GetText ¶
func (m *MsgSecurityListResponse) GetText() string
func (*MsgSecurityListResponse) GetTotNoRelatedSym ¶
func (m *MsgSecurityListResponse) GetTotNoRelatedSym() string
func (*MsgSecurityListResponse) GetTradingSessionID ¶
func (m *MsgSecurityListResponse) GetTradingSessionID() string
func (*MsgSecurityListResponse) GetTradingSessionSubID ¶
func (m *MsgSecurityListResponse) GetTradingSessionSubID() string
func (*MsgSecurityListResponse) Marshal ¶
func (m *MsgSecurityListResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityListResponse) MarshalTo ¶
func (m *MsgSecurityListResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityListResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityListResponse) ProtoMessage ¶
func (*MsgSecurityListResponse) ProtoMessage()
func (*MsgSecurityListResponse) Reset ¶
func (m *MsgSecurityListResponse) Reset()
func (*MsgSecurityListResponse) Route ¶
func (msg *MsgSecurityListResponse) Route() string
func (*MsgSecurityListResponse) Size ¶
func (m *MsgSecurityListResponse) Size() (n int)
func (*MsgSecurityListResponse) String ¶
func (m *MsgSecurityListResponse) String() string
func (*MsgSecurityListResponse) Type ¶
func (msg *MsgSecurityListResponse) Type() string
func (*MsgSecurityListResponse) Unmarshal ¶
func (m *MsgSecurityListResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityListResponse) ValidateBasic ¶
func (msg *MsgSecurityListResponse) ValidateBasic() error
func (*MsgSecurityListResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityListResponse) XXX_DiscardUnknown()
func (*MsgSecurityListResponse) XXX_Marshal ¶
func (m *MsgSecurityListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityListResponse) XXX_Merge ¶
func (m *MsgSecurityListResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityListResponse) XXX_Size ¶
func (m *MsgSecurityListResponse) XXX_Size() int
func (*MsgSecurityListResponse) XXX_Unmarshal ¶
func (m *MsgSecurityListResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityListResponseResponse ¶
type MsgSecurityListResponseResponse struct { }
func (*MsgSecurityListResponseResponse) Descriptor ¶
func (*MsgSecurityListResponseResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityListResponseResponse) Marshal ¶
func (m *MsgSecurityListResponseResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityListResponseResponse) MarshalTo ¶
func (m *MsgSecurityListResponseResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityListResponseResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityListResponseResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityListResponseResponse) ProtoMessage ¶
func (*MsgSecurityListResponseResponse) ProtoMessage()
func (*MsgSecurityListResponseResponse) Reset ¶
func (m *MsgSecurityListResponseResponse) Reset()
func (*MsgSecurityListResponseResponse) Size ¶
func (m *MsgSecurityListResponseResponse) Size() (n int)
func (*MsgSecurityListResponseResponse) String ¶
func (m *MsgSecurityListResponseResponse) String() string
func (*MsgSecurityListResponseResponse) Unmarshal ¶
func (m *MsgSecurityListResponseResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityListResponseResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityListResponseResponse) XXX_DiscardUnknown()
func (*MsgSecurityListResponseResponse) XXX_Marshal ¶
func (m *MsgSecurityListResponseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityListResponseResponse) XXX_Merge ¶
func (m *MsgSecurityListResponseResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityListResponseResponse) XXX_Size ¶
func (m *MsgSecurityListResponseResponse) XXX_Size() int
func (*MsgSecurityListResponseResponse) XXX_Unmarshal ¶
func (m *MsgSecurityListResponseResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityStatusRequest ¶
type MsgSecurityStatusRequest struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityStatusReqID string `protobuf:"bytes,3,opt,name=securityStatusReqID,proto3" json:"securityStatusReqID,omitempty"` Instrument string `protobuf:"bytes,4,opt,name=instrument,proto3" json:"instrument,omitempty"` NoUnderlyings string `protobuf:"bytes,5,opt,name=noUnderlyings,proto3" json:"noUnderlyings,omitempty"` UnderlyingInstrument string `protobuf:"bytes,6,opt,name=underlyingInstrument,proto3" json:"underlyingInstrument,omitempty"` NoLegs string `protobuf:"bytes,7,opt,name=noLegs,proto3" json:"noLegs,omitempty"` InstrumentLeg string `protobuf:"bytes,8,opt,name=instrumentLeg,proto3" json:"instrumentLeg,omitempty"` Currency string `protobuf:"bytes,9,opt,name=currency,proto3" json:"currency,omitempty"` SubscriptionRequestType string `protobuf:"bytes,10,opt,name=subscriptionRequestType,proto3" json:"subscriptionRequestType,omitempty"` TradingSessionID string `protobuf:"bytes,11,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` TradingSessionSubID string `protobuf:"bytes,12,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` }
func NewMsgSecurityStatusRequest ¶
func NewMsgSecurityStatusRequest(creator string, sessionID string, securityStatusReqID string, instrument string, noUnderlyings string, underlyingInstrument string, noLegs string, instrumentLeg string, currency string, subscriptionRequestType string, tradingSessionID string, tradingSessionSubID string) *MsgSecurityStatusRequest
func (*MsgSecurityStatusRequest) Descriptor ¶
func (*MsgSecurityStatusRequest) Descriptor() ([]byte, []int)
func (*MsgSecurityStatusRequest) GetCreator ¶
func (m *MsgSecurityStatusRequest) GetCreator() string
func (*MsgSecurityStatusRequest) GetCurrency ¶
func (m *MsgSecurityStatusRequest) GetCurrency() string
func (*MsgSecurityStatusRequest) GetInstrument ¶
func (m *MsgSecurityStatusRequest) GetInstrument() string
func (*MsgSecurityStatusRequest) GetInstrumentLeg ¶
func (m *MsgSecurityStatusRequest) GetInstrumentLeg() string
func (*MsgSecurityStatusRequest) GetNoLegs ¶
func (m *MsgSecurityStatusRequest) GetNoLegs() string
func (*MsgSecurityStatusRequest) GetNoUnderlyings ¶
func (m *MsgSecurityStatusRequest) GetNoUnderlyings() string
func (*MsgSecurityStatusRequest) GetSecurityStatusReqID ¶
func (m *MsgSecurityStatusRequest) GetSecurityStatusReqID() string
func (*MsgSecurityStatusRequest) GetSessionID ¶
func (m *MsgSecurityStatusRequest) GetSessionID() string
func (*MsgSecurityStatusRequest) GetSignBytes ¶
func (msg *MsgSecurityStatusRequest) GetSignBytes() []byte
func (*MsgSecurityStatusRequest) GetSigners ¶
func (msg *MsgSecurityStatusRequest) GetSigners() []sdk.AccAddress
func (*MsgSecurityStatusRequest) GetSubscriptionRequestType ¶
func (m *MsgSecurityStatusRequest) GetSubscriptionRequestType() string
func (*MsgSecurityStatusRequest) GetTradingSessionID ¶
func (m *MsgSecurityStatusRequest) GetTradingSessionID() string
func (*MsgSecurityStatusRequest) GetTradingSessionSubID ¶
func (m *MsgSecurityStatusRequest) GetTradingSessionSubID() string
func (*MsgSecurityStatusRequest) GetUnderlyingInstrument ¶
func (m *MsgSecurityStatusRequest) GetUnderlyingInstrument() string
func (*MsgSecurityStatusRequest) Marshal ¶
func (m *MsgSecurityStatusRequest) Marshal() (dAtA []byte, err error)
func (*MsgSecurityStatusRequest) MarshalTo ¶
func (m *MsgSecurityStatusRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityStatusRequest) MarshalToSizedBuffer ¶
func (m *MsgSecurityStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityStatusRequest) ProtoMessage ¶
func (*MsgSecurityStatusRequest) ProtoMessage()
func (*MsgSecurityStatusRequest) Reset ¶
func (m *MsgSecurityStatusRequest) Reset()
func (*MsgSecurityStatusRequest) Route ¶
func (msg *MsgSecurityStatusRequest) Route() string
func (*MsgSecurityStatusRequest) Size ¶
func (m *MsgSecurityStatusRequest) Size() (n int)
func (*MsgSecurityStatusRequest) String ¶
func (m *MsgSecurityStatusRequest) String() string
func (*MsgSecurityStatusRequest) Type ¶
func (msg *MsgSecurityStatusRequest) Type() string
func (*MsgSecurityStatusRequest) Unmarshal ¶
func (m *MsgSecurityStatusRequest) Unmarshal(dAtA []byte) error
func (*MsgSecurityStatusRequest) ValidateBasic ¶
func (msg *MsgSecurityStatusRequest) ValidateBasic() error
func (*MsgSecurityStatusRequest) XXX_DiscardUnknown ¶
func (m *MsgSecurityStatusRequest) XXX_DiscardUnknown()
func (*MsgSecurityStatusRequest) XXX_Marshal ¶
func (m *MsgSecurityStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityStatusRequest) XXX_Merge ¶
func (m *MsgSecurityStatusRequest) XXX_Merge(src proto.Message)
func (*MsgSecurityStatusRequest) XXX_Size ¶
func (m *MsgSecurityStatusRequest) XXX_Size() int
func (*MsgSecurityStatusRequest) XXX_Unmarshal ¶
func (m *MsgSecurityStatusRequest) XXX_Unmarshal(b []byte) error
type MsgSecurityStatusRequestReject ¶
type MsgSecurityStatusRequestReject struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityStatusReqID string `protobuf:"bytes,3,opt,name=securityStatusReqID,proto3" json:"securityStatusReqID,omitempty"` SecurityRejectReason string `protobuf:"bytes,4,opt,name=securityRejectReason,proto3" json:"securityRejectReason,omitempty"` Text string `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"` }
func (*MsgSecurityStatusRequestReject) Descriptor ¶
func (*MsgSecurityStatusRequestReject) Descriptor() ([]byte, []int)
func (*MsgSecurityStatusRequestReject) GetCreator ¶
func (m *MsgSecurityStatusRequestReject) GetCreator() string
func (*MsgSecurityStatusRequestReject) GetSecurityRejectReason ¶
func (m *MsgSecurityStatusRequestReject) GetSecurityRejectReason() string
func (*MsgSecurityStatusRequestReject) GetSecurityStatusReqID ¶
func (m *MsgSecurityStatusRequestReject) GetSecurityStatusReqID() string
func (*MsgSecurityStatusRequestReject) GetSessionID ¶
func (m *MsgSecurityStatusRequestReject) GetSessionID() string
func (*MsgSecurityStatusRequestReject) GetSignBytes ¶
func (msg *MsgSecurityStatusRequestReject) GetSignBytes() []byte
func (*MsgSecurityStatusRequestReject) GetSigners ¶
func (msg *MsgSecurityStatusRequestReject) GetSigners() []sdk.AccAddress
func (*MsgSecurityStatusRequestReject) GetText ¶
func (m *MsgSecurityStatusRequestReject) GetText() string
func (*MsgSecurityStatusRequestReject) Marshal ¶
func (m *MsgSecurityStatusRequestReject) Marshal() (dAtA []byte, err error)
func (*MsgSecurityStatusRequestReject) MarshalTo ¶
func (m *MsgSecurityStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityStatusRequestReject) MarshalToSizedBuffer ¶
func (m *MsgSecurityStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityStatusRequestReject) ProtoMessage ¶
func (*MsgSecurityStatusRequestReject) ProtoMessage()
func (*MsgSecurityStatusRequestReject) Reset ¶
func (m *MsgSecurityStatusRequestReject) Reset()
func (*MsgSecurityStatusRequestReject) Route ¶
func (msg *MsgSecurityStatusRequestReject) Route() string
func (*MsgSecurityStatusRequestReject) Size ¶
func (m *MsgSecurityStatusRequestReject) Size() (n int)
func (*MsgSecurityStatusRequestReject) String ¶
func (m *MsgSecurityStatusRequestReject) String() string
func (*MsgSecurityStatusRequestReject) Type ¶
func (msg *MsgSecurityStatusRequestReject) Type() string
func (*MsgSecurityStatusRequestReject) Unmarshal ¶
func (m *MsgSecurityStatusRequestReject) Unmarshal(dAtA []byte) error
func (*MsgSecurityStatusRequestReject) ValidateBasic ¶
func (msg *MsgSecurityStatusRequestReject) ValidateBasic() error
func (*MsgSecurityStatusRequestReject) XXX_DiscardUnknown ¶
func (m *MsgSecurityStatusRequestReject) XXX_DiscardUnknown()
func (*MsgSecurityStatusRequestReject) XXX_Marshal ¶
func (m *MsgSecurityStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityStatusRequestReject) XXX_Merge ¶
func (m *MsgSecurityStatusRequestReject) XXX_Merge(src proto.Message)
func (*MsgSecurityStatusRequestReject) XXX_Size ¶
func (m *MsgSecurityStatusRequestReject) XXX_Size() int
func (*MsgSecurityStatusRequestReject) XXX_Unmarshal ¶
func (m *MsgSecurityStatusRequestReject) XXX_Unmarshal(b []byte) error
type MsgSecurityStatusRequestRejectResponse ¶
type MsgSecurityStatusRequestRejectResponse struct { }
func (*MsgSecurityStatusRequestRejectResponse) Descriptor ¶
func (*MsgSecurityStatusRequestRejectResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityStatusRequestRejectResponse) Marshal ¶
func (m *MsgSecurityStatusRequestRejectResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityStatusRequestRejectResponse) MarshalTo ¶
func (m *MsgSecurityStatusRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityStatusRequestRejectResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityStatusRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityStatusRequestRejectResponse) ProtoMessage ¶
func (*MsgSecurityStatusRequestRejectResponse) ProtoMessage()
func (*MsgSecurityStatusRequestRejectResponse) Reset ¶
func (m *MsgSecurityStatusRequestRejectResponse) Reset()
func (*MsgSecurityStatusRequestRejectResponse) Size ¶
func (m *MsgSecurityStatusRequestRejectResponse) Size() (n int)
func (*MsgSecurityStatusRequestRejectResponse) String ¶
func (m *MsgSecurityStatusRequestRejectResponse) String() string
func (*MsgSecurityStatusRequestRejectResponse) Unmarshal ¶
func (m *MsgSecurityStatusRequestRejectResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityStatusRequestRejectResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityStatusRequestRejectResponse) XXX_DiscardUnknown()
func (*MsgSecurityStatusRequestRejectResponse) XXX_Marshal ¶
func (m *MsgSecurityStatusRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityStatusRequestRejectResponse) XXX_Merge ¶
func (m *MsgSecurityStatusRequestRejectResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityStatusRequestRejectResponse) XXX_Size ¶
func (m *MsgSecurityStatusRequestRejectResponse) XXX_Size() int
func (*MsgSecurityStatusRequestRejectResponse) XXX_Unmarshal ¶
func (m *MsgSecurityStatusRequestRejectResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityStatusRequestResponse ¶
type MsgSecurityStatusRequestResponse struct { }
func (*MsgSecurityStatusRequestResponse) Descriptor ¶
func (*MsgSecurityStatusRequestResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityStatusRequestResponse) Marshal ¶
func (m *MsgSecurityStatusRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityStatusRequestResponse) MarshalTo ¶
func (m *MsgSecurityStatusRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityStatusRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityStatusRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityStatusRequestResponse) ProtoMessage ¶
func (*MsgSecurityStatusRequestResponse) ProtoMessage()
func (*MsgSecurityStatusRequestResponse) Reset ¶
func (m *MsgSecurityStatusRequestResponse) Reset()
func (*MsgSecurityStatusRequestResponse) Size ¶
func (m *MsgSecurityStatusRequestResponse) Size() (n int)
func (*MsgSecurityStatusRequestResponse) String ¶
func (m *MsgSecurityStatusRequestResponse) String() string
func (*MsgSecurityStatusRequestResponse) Unmarshal ¶
func (m *MsgSecurityStatusRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityStatusRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityStatusRequestResponse) XXX_DiscardUnknown()
func (*MsgSecurityStatusRequestResponse) XXX_Marshal ¶
func (m *MsgSecurityStatusRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityStatusRequestResponse) XXX_Merge ¶
func (m *MsgSecurityStatusRequestResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityStatusRequestResponse) XXX_Size ¶
func (m *MsgSecurityStatusRequestResponse) XXX_Size() int
func (*MsgSecurityStatusRequestResponse) XXX_Unmarshal ¶
func (m *MsgSecurityStatusRequestResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityStatusResponse ¶
type MsgSecurityStatusResponse struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityStatusReqID string `protobuf:"bytes,3,opt,name=securityStatusReqID,proto3" json:"securityStatusReqID,omitempty"` NoUnderlyings string `protobuf:"bytes,4,opt,name=noUnderlyings,proto3" json:"noUnderlyings,omitempty"` UnderlyingInstrument string `protobuf:"bytes,5,opt,name=underlyingInstrument,proto3" json:"underlyingInstrument,omitempty"` NoLegs string `protobuf:"bytes,6,opt,name=noLegs,proto3" json:"noLegs,omitempty"` InstrumentLeg string `protobuf:"bytes,7,opt,name=instrumentLeg,proto3" json:"instrumentLeg,omitempty"` Currency string `protobuf:"bytes,8,opt,name=currency,proto3" json:"currency,omitempty"` TradingSessionID string `protobuf:"bytes,9,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` TradingSessionSubID string `protobuf:"bytes,10,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` UnsolicitedIndicator string `protobuf:"bytes,11,opt,name=unsolicitedIndicator,proto3" json:"unsolicitedIndicator,omitempty"` SecurityTradingStatus string `protobuf:"bytes,12,opt,name=securityTradingStatus,proto3" json:"securityTradingStatus,omitempty"` FinancialStatus string `protobuf:"bytes,13,opt,name=financialStatus,proto3" json:"financialStatus,omitempty"` CorporateAction string `protobuf:"bytes,14,opt,name=corporateAction,proto3" json:"corporateAction,omitempty"` HaltReason string `protobuf:"bytes,15,opt,name=haltReason,proto3" json:"haltReason,omitempty"` InViewOfCommon string `protobuf:"bytes,16,opt,name=inViewOfCommon,proto3" json:"inViewOfCommon,omitempty"` DueToRelated string `protobuf:"bytes,17,opt,name=dueToRelated,proto3" json:"dueToRelated,omitempty"` BuyVolume string `protobuf:"bytes,18,opt,name=buyVolume,proto3" json:"buyVolume,omitempty"` SellVolume string `protobuf:"bytes,19,opt,name=sellVolume,proto3" json:"sellVolume,omitempty"` HighPx string `protobuf:"bytes,20,opt,name=highPx,proto3" json:"highPx,omitempty"` LowPx string `protobuf:"bytes,21,opt,name=lowPx,proto3" json:"lowPx,omitempty"` LastPx string `protobuf:"bytes,22,opt,name=lastPx,proto3" json:"lastPx,omitempty"` TransactTime string `protobuf:"bytes,23,opt,name=transactTime,proto3" json:"transactTime,omitempty"` Adjustment string `protobuf:"bytes,24,opt,name=adjustment,proto3" json:"adjustment,omitempty"` Text string `protobuf:"bytes,25,opt,name=text,proto3" json:"text,omitempty"` }
func NewMsgSecurityStatusResponse ¶
func NewMsgSecurityStatusResponse(creator string, sessionID string, securityStatusReqID string, noUnderlyings string, underlyingInstrument string, noLegs string, instrumentLeg string, currency string, tradingSessionID string, tradingSessionSubID string, unsolicitedIndicator string, securityTradingStatus string, financialStatus string, corporateAction string, haltReason string, inViewOfCommon string, dueToRelated string, buyVolume string, sellVolume string, highPx string, lowPx string, lastPx string, transactTime string, adjustment string, text string) *MsgSecurityStatusResponse
func (*MsgSecurityStatusResponse) Descriptor ¶
func (*MsgSecurityStatusResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityStatusResponse) GetAdjustment ¶
func (m *MsgSecurityStatusResponse) GetAdjustment() string
func (*MsgSecurityStatusResponse) GetBuyVolume ¶
func (m *MsgSecurityStatusResponse) GetBuyVolume() string
func (*MsgSecurityStatusResponse) GetCorporateAction ¶
func (m *MsgSecurityStatusResponse) GetCorporateAction() string
func (*MsgSecurityStatusResponse) GetCreator ¶
func (m *MsgSecurityStatusResponse) GetCreator() string
func (*MsgSecurityStatusResponse) GetCurrency ¶
func (m *MsgSecurityStatusResponse) GetCurrency() string
func (*MsgSecurityStatusResponse) GetDueToRelated ¶
func (m *MsgSecurityStatusResponse) GetDueToRelated() string
func (*MsgSecurityStatusResponse) GetFinancialStatus ¶
func (m *MsgSecurityStatusResponse) GetFinancialStatus() string
func (*MsgSecurityStatusResponse) GetHaltReason ¶
func (m *MsgSecurityStatusResponse) GetHaltReason() string
func (*MsgSecurityStatusResponse) GetHighPx ¶
func (m *MsgSecurityStatusResponse) GetHighPx() string
func (*MsgSecurityStatusResponse) GetInViewOfCommon ¶
func (m *MsgSecurityStatusResponse) GetInViewOfCommon() string
func (*MsgSecurityStatusResponse) GetInstrumentLeg ¶
func (m *MsgSecurityStatusResponse) GetInstrumentLeg() string
func (*MsgSecurityStatusResponse) GetLastPx ¶
func (m *MsgSecurityStatusResponse) GetLastPx() string
func (*MsgSecurityStatusResponse) GetLowPx ¶
func (m *MsgSecurityStatusResponse) GetLowPx() string
func (*MsgSecurityStatusResponse) GetNoLegs ¶
func (m *MsgSecurityStatusResponse) GetNoLegs() string
func (*MsgSecurityStatusResponse) GetNoUnderlyings ¶
func (m *MsgSecurityStatusResponse) GetNoUnderlyings() string
func (*MsgSecurityStatusResponse) GetSecurityStatusReqID ¶
func (m *MsgSecurityStatusResponse) GetSecurityStatusReqID() string
func (*MsgSecurityStatusResponse) GetSecurityTradingStatus ¶
func (m *MsgSecurityStatusResponse) GetSecurityTradingStatus() string
func (*MsgSecurityStatusResponse) GetSellVolume ¶
func (m *MsgSecurityStatusResponse) GetSellVolume() string
func (*MsgSecurityStatusResponse) GetSessionID ¶
func (m *MsgSecurityStatusResponse) GetSessionID() string
func (*MsgSecurityStatusResponse) GetSignBytes ¶
func (msg *MsgSecurityStatusResponse) GetSignBytes() []byte
func (*MsgSecurityStatusResponse) GetSigners ¶
func (msg *MsgSecurityStatusResponse) GetSigners() []sdk.AccAddress
func (*MsgSecurityStatusResponse) GetText ¶
func (m *MsgSecurityStatusResponse) GetText() string
func (*MsgSecurityStatusResponse) GetTradingSessionID ¶
func (m *MsgSecurityStatusResponse) GetTradingSessionID() string
func (*MsgSecurityStatusResponse) GetTradingSessionSubID ¶
func (m *MsgSecurityStatusResponse) GetTradingSessionSubID() string
func (*MsgSecurityStatusResponse) GetTransactTime ¶
func (m *MsgSecurityStatusResponse) GetTransactTime() string
func (*MsgSecurityStatusResponse) GetUnderlyingInstrument ¶
func (m *MsgSecurityStatusResponse) GetUnderlyingInstrument() string
func (*MsgSecurityStatusResponse) GetUnsolicitedIndicator ¶
func (m *MsgSecurityStatusResponse) GetUnsolicitedIndicator() string
func (*MsgSecurityStatusResponse) Marshal ¶
func (m *MsgSecurityStatusResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityStatusResponse) MarshalTo ¶
func (m *MsgSecurityStatusResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityStatusResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityStatusResponse) ProtoMessage ¶
func (*MsgSecurityStatusResponse) ProtoMessage()
func (*MsgSecurityStatusResponse) Reset ¶
func (m *MsgSecurityStatusResponse) Reset()
func (*MsgSecurityStatusResponse) Route ¶
func (msg *MsgSecurityStatusResponse) Route() string
func (*MsgSecurityStatusResponse) Size ¶
func (m *MsgSecurityStatusResponse) Size() (n int)
func (*MsgSecurityStatusResponse) String ¶
func (m *MsgSecurityStatusResponse) String() string
func (*MsgSecurityStatusResponse) Type ¶
func (msg *MsgSecurityStatusResponse) Type() string
func (*MsgSecurityStatusResponse) Unmarshal ¶
func (m *MsgSecurityStatusResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityStatusResponse) ValidateBasic ¶
func (msg *MsgSecurityStatusResponse) ValidateBasic() error
func (*MsgSecurityStatusResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityStatusResponse) XXX_DiscardUnknown()
func (*MsgSecurityStatusResponse) XXX_Marshal ¶
func (m *MsgSecurityStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityStatusResponse) XXX_Merge ¶
func (m *MsgSecurityStatusResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityStatusResponse) XXX_Size ¶
func (m *MsgSecurityStatusResponse) XXX_Size() int
func (*MsgSecurityStatusResponse) XXX_Unmarshal ¶
func (m *MsgSecurityStatusResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityStatusResponseResponse ¶
type MsgSecurityStatusResponseResponse struct { }
func (*MsgSecurityStatusResponseResponse) Descriptor ¶
func (*MsgSecurityStatusResponseResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityStatusResponseResponse) Marshal ¶
func (m *MsgSecurityStatusResponseResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityStatusResponseResponse) MarshalTo ¶
func (m *MsgSecurityStatusResponseResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityStatusResponseResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityStatusResponseResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityStatusResponseResponse) ProtoMessage ¶
func (*MsgSecurityStatusResponseResponse) ProtoMessage()
func (*MsgSecurityStatusResponseResponse) Reset ¶
func (m *MsgSecurityStatusResponseResponse) Reset()
func (*MsgSecurityStatusResponseResponse) Size ¶
func (m *MsgSecurityStatusResponseResponse) Size() (n int)
func (*MsgSecurityStatusResponseResponse) String ¶
func (m *MsgSecurityStatusResponseResponse) String() string
func (*MsgSecurityStatusResponseResponse) Unmarshal ¶
func (m *MsgSecurityStatusResponseResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityStatusResponseResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityStatusResponseResponse) XXX_DiscardUnknown()
func (*MsgSecurityStatusResponseResponse) XXX_Marshal ¶
func (m *MsgSecurityStatusResponseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityStatusResponseResponse) XXX_Merge ¶
func (m *MsgSecurityStatusResponseResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityStatusResponseResponse) XXX_Size ¶
func (m *MsgSecurityStatusResponseResponse) XXX_Size() int
func (*MsgSecurityStatusResponseResponse) XXX_Unmarshal ¶
func (m *MsgSecurityStatusResponseResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityTypesRequest ¶
type MsgSecurityTypesRequest struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityReqID string `protobuf:"bytes,3,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` TradingSessionID string `protobuf:"bytes,5,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` TradingSessionSubID string `protobuf:"bytes,6,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` Product string `protobuf:"bytes,7,opt,name=product,proto3" json:"product,omitempty"` SecurityType string `protobuf:"bytes,8,opt,name=securityType,proto3" json:"securityType,omitempty"` SecuritySubType string `protobuf:"bytes,9,opt,name=securitySubType,proto3" json:"securitySubType,omitempty"` }
func (*MsgSecurityTypesRequest) Descriptor ¶
func (*MsgSecurityTypesRequest) Descriptor() ([]byte, []int)
func (*MsgSecurityTypesRequest) GetCreator ¶
func (m *MsgSecurityTypesRequest) GetCreator() string
func (*MsgSecurityTypesRequest) GetProduct ¶
func (m *MsgSecurityTypesRequest) GetProduct() string
func (*MsgSecurityTypesRequest) GetSecurityReqID ¶
func (m *MsgSecurityTypesRequest) GetSecurityReqID() string
func (*MsgSecurityTypesRequest) GetSecuritySubType ¶
func (m *MsgSecurityTypesRequest) GetSecuritySubType() string
func (*MsgSecurityTypesRequest) GetSecurityType ¶
func (m *MsgSecurityTypesRequest) GetSecurityType() string
func (*MsgSecurityTypesRequest) GetSessionID ¶
func (m *MsgSecurityTypesRequest) GetSessionID() string
func (*MsgSecurityTypesRequest) GetSignBytes ¶
func (msg *MsgSecurityTypesRequest) GetSignBytes() []byte
func (*MsgSecurityTypesRequest) GetSigners ¶
func (msg *MsgSecurityTypesRequest) GetSigners() []sdk.AccAddress
func (*MsgSecurityTypesRequest) GetText ¶
func (m *MsgSecurityTypesRequest) GetText() string
func (*MsgSecurityTypesRequest) GetTradingSessionID ¶
func (m *MsgSecurityTypesRequest) GetTradingSessionID() string
func (*MsgSecurityTypesRequest) GetTradingSessionSubID ¶
func (m *MsgSecurityTypesRequest) GetTradingSessionSubID() string
func (*MsgSecurityTypesRequest) Marshal ¶
func (m *MsgSecurityTypesRequest) Marshal() (dAtA []byte, err error)
func (*MsgSecurityTypesRequest) MarshalTo ¶
func (m *MsgSecurityTypesRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityTypesRequest) MarshalToSizedBuffer ¶
func (m *MsgSecurityTypesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityTypesRequest) ProtoMessage ¶
func (*MsgSecurityTypesRequest) ProtoMessage()
func (*MsgSecurityTypesRequest) Reset ¶
func (m *MsgSecurityTypesRequest) Reset()
func (*MsgSecurityTypesRequest) Route ¶
func (msg *MsgSecurityTypesRequest) Route() string
func (*MsgSecurityTypesRequest) Size ¶
func (m *MsgSecurityTypesRequest) Size() (n int)
func (*MsgSecurityTypesRequest) String ¶
func (m *MsgSecurityTypesRequest) String() string
func (*MsgSecurityTypesRequest) Type ¶
func (msg *MsgSecurityTypesRequest) Type() string
func (*MsgSecurityTypesRequest) Unmarshal ¶
func (m *MsgSecurityTypesRequest) Unmarshal(dAtA []byte) error
func (*MsgSecurityTypesRequest) ValidateBasic ¶
func (msg *MsgSecurityTypesRequest) ValidateBasic() error
func (*MsgSecurityTypesRequest) XXX_DiscardUnknown ¶
func (m *MsgSecurityTypesRequest) XXX_DiscardUnknown()
func (*MsgSecurityTypesRequest) XXX_Marshal ¶
func (m *MsgSecurityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityTypesRequest) XXX_Merge ¶
func (m *MsgSecurityTypesRequest) XXX_Merge(src proto.Message)
func (*MsgSecurityTypesRequest) XXX_Size ¶
func (m *MsgSecurityTypesRequest) XXX_Size() int
func (*MsgSecurityTypesRequest) XXX_Unmarshal ¶
func (m *MsgSecurityTypesRequest) XXX_Unmarshal(b []byte) error
type MsgSecurityTypesRequestReject ¶
type MsgSecurityTypesRequestReject struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityReqID string `protobuf:"bytes,3,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` RejectReason string `protobuf:"bytes,4,opt,name=rejectReason,proto3" json:"rejectReason,omitempty"` Text string `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"` }
func (*MsgSecurityTypesRequestReject) Descriptor ¶
func (*MsgSecurityTypesRequestReject) Descriptor() ([]byte, []int)
func (*MsgSecurityTypesRequestReject) GetCreator ¶
func (m *MsgSecurityTypesRequestReject) GetCreator() string
func (*MsgSecurityTypesRequestReject) GetRejectReason ¶
func (m *MsgSecurityTypesRequestReject) GetRejectReason() string
func (*MsgSecurityTypesRequestReject) GetSecurityReqID ¶
func (m *MsgSecurityTypesRequestReject) GetSecurityReqID() string
func (*MsgSecurityTypesRequestReject) GetSessionID ¶
func (m *MsgSecurityTypesRequestReject) GetSessionID() string
func (*MsgSecurityTypesRequestReject) GetSignBytes ¶
func (msg *MsgSecurityTypesRequestReject) GetSignBytes() []byte
func (*MsgSecurityTypesRequestReject) GetSigners ¶
func (msg *MsgSecurityTypesRequestReject) GetSigners() []sdk.AccAddress
func (*MsgSecurityTypesRequestReject) GetText ¶
func (m *MsgSecurityTypesRequestReject) GetText() string
func (*MsgSecurityTypesRequestReject) Marshal ¶
func (m *MsgSecurityTypesRequestReject) Marshal() (dAtA []byte, err error)
func (*MsgSecurityTypesRequestReject) MarshalTo ¶
func (m *MsgSecurityTypesRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityTypesRequestReject) MarshalToSizedBuffer ¶
func (m *MsgSecurityTypesRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityTypesRequestReject) ProtoMessage ¶
func (*MsgSecurityTypesRequestReject) ProtoMessage()
func (*MsgSecurityTypesRequestReject) Reset ¶
func (m *MsgSecurityTypesRequestReject) Reset()
func (*MsgSecurityTypesRequestReject) Route ¶
func (msg *MsgSecurityTypesRequestReject) Route() string
func (*MsgSecurityTypesRequestReject) Size ¶
func (m *MsgSecurityTypesRequestReject) Size() (n int)
func (*MsgSecurityTypesRequestReject) String ¶
func (m *MsgSecurityTypesRequestReject) String() string
func (*MsgSecurityTypesRequestReject) Type ¶
func (msg *MsgSecurityTypesRequestReject) Type() string
func (*MsgSecurityTypesRequestReject) Unmarshal ¶
func (m *MsgSecurityTypesRequestReject) Unmarshal(dAtA []byte) error
func (*MsgSecurityTypesRequestReject) ValidateBasic ¶
func (msg *MsgSecurityTypesRequestReject) ValidateBasic() error
func (*MsgSecurityTypesRequestReject) XXX_DiscardUnknown ¶
func (m *MsgSecurityTypesRequestReject) XXX_DiscardUnknown()
func (*MsgSecurityTypesRequestReject) XXX_Marshal ¶
func (m *MsgSecurityTypesRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityTypesRequestReject) XXX_Merge ¶
func (m *MsgSecurityTypesRequestReject) XXX_Merge(src proto.Message)
func (*MsgSecurityTypesRequestReject) XXX_Size ¶
func (m *MsgSecurityTypesRequestReject) XXX_Size() int
func (*MsgSecurityTypesRequestReject) XXX_Unmarshal ¶
func (m *MsgSecurityTypesRequestReject) XXX_Unmarshal(b []byte) error
type MsgSecurityTypesRequestRejectResponse ¶
type MsgSecurityTypesRequestRejectResponse struct { }
func (*MsgSecurityTypesRequestRejectResponse) Descriptor ¶
func (*MsgSecurityTypesRequestRejectResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityTypesRequestRejectResponse) Marshal ¶
func (m *MsgSecurityTypesRequestRejectResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityTypesRequestRejectResponse) MarshalTo ¶
func (m *MsgSecurityTypesRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityTypesRequestRejectResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityTypesRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityTypesRequestRejectResponse) ProtoMessage ¶
func (*MsgSecurityTypesRequestRejectResponse) ProtoMessage()
func (*MsgSecurityTypesRequestRejectResponse) Reset ¶
func (m *MsgSecurityTypesRequestRejectResponse) Reset()
func (*MsgSecurityTypesRequestRejectResponse) Size ¶
func (m *MsgSecurityTypesRequestRejectResponse) Size() (n int)
func (*MsgSecurityTypesRequestRejectResponse) String ¶
func (m *MsgSecurityTypesRequestRejectResponse) String() string
func (*MsgSecurityTypesRequestRejectResponse) Unmarshal ¶
func (m *MsgSecurityTypesRequestRejectResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityTypesRequestRejectResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityTypesRequestRejectResponse) XXX_DiscardUnknown()
func (*MsgSecurityTypesRequestRejectResponse) XXX_Marshal ¶
func (m *MsgSecurityTypesRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityTypesRequestRejectResponse) XXX_Merge ¶
func (m *MsgSecurityTypesRequestRejectResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityTypesRequestRejectResponse) XXX_Size ¶
func (m *MsgSecurityTypesRequestRejectResponse) XXX_Size() int
func (*MsgSecurityTypesRequestRejectResponse) XXX_Unmarshal ¶
func (m *MsgSecurityTypesRequestRejectResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityTypesRequestResponse ¶
type MsgSecurityTypesRequestResponse struct { }
func (*MsgSecurityTypesRequestResponse) Descriptor ¶
func (*MsgSecurityTypesRequestResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityTypesRequestResponse) Marshal ¶
func (m *MsgSecurityTypesRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityTypesRequestResponse) MarshalTo ¶
func (m *MsgSecurityTypesRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityTypesRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityTypesRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityTypesRequestResponse) ProtoMessage ¶
func (*MsgSecurityTypesRequestResponse) ProtoMessage()
func (*MsgSecurityTypesRequestResponse) Reset ¶
func (m *MsgSecurityTypesRequestResponse) Reset()
func (*MsgSecurityTypesRequestResponse) Size ¶
func (m *MsgSecurityTypesRequestResponse) Size() (n int)
func (*MsgSecurityTypesRequestResponse) String ¶
func (m *MsgSecurityTypesRequestResponse) String() string
func (*MsgSecurityTypesRequestResponse) Unmarshal ¶
func (m *MsgSecurityTypesRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityTypesRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityTypesRequestResponse) XXX_DiscardUnknown()
func (*MsgSecurityTypesRequestResponse) XXX_Marshal ¶
func (m *MsgSecurityTypesRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityTypesRequestResponse) XXX_Merge ¶
func (m *MsgSecurityTypesRequestResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityTypesRequestResponse) XXX_Size ¶
func (m *MsgSecurityTypesRequestResponse) XXX_Size() int
func (*MsgSecurityTypesRequestResponse) XXX_Unmarshal ¶
func (m *MsgSecurityTypesRequestResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityTypesResponse ¶
type MsgSecurityTypesResponse struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityReqID string `protobuf:"bytes,3,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` SecurityResponseID string `protobuf:"bytes,4,opt,name=securityResponseID,proto3" json:"securityResponseID,omitempty"` SecurityResponseType string `protobuf:"bytes,5,opt,name=securityResponseType,proto3" json:"securityResponseType,omitempty"` TotNoSecurityTypes string `protobuf:"bytes,6,opt,name=totNoSecurityTypes,proto3" json:"totNoSecurityTypes,omitempty"` LastFragment string `protobuf:"bytes,7,opt,name=lastFragment,proto3" json:"lastFragment,omitempty"` NoSecurityTypes string `protobuf:"bytes,8,opt,name=noSecurityTypes,proto3" json:"noSecurityTypes,omitempty"` SecurityType string `protobuf:"bytes,9,opt,name=securityType,proto3" json:"securityType,omitempty"` SecuritySubType string `protobuf:"bytes,10,opt,name=securitySubType,proto3" json:"securitySubType,omitempty"` Product string `protobuf:"bytes,11,opt,name=product,proto3" json:"product,omitempty"` CFICode string `protobuf:"bytes,12,opt,name=cFICode,proto3" json:"cFICode,omitempty"` Text string `protobuf:"bytes,13,opt,name=text,proto3" json:"text,omitempty"` TradingSessionID string `protobuf:"bytes,14,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` TradingSessionSubID string `protobuf:"bytes,15,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` SubscriptionRequestType string `protobuf:"bytes,16,opt,name=subscriptionRequestType,proto3" json:"subscriptionRequestType,omitempty"` }
func NewMsgSecurityTypesResponse ¶
func NewMsgSecurityTypesResponse(creator string, sessionID string, securityReqID string, securityResponseID string, securityResponseType string, totNoSecurityTypes string, lastFragment string, noSecurityTypes string, securityType string, securitySubType string, product string, cFICode string, text string, tradingSessionID string, tradingSessionSubID string, subscriptionRequestType string) *MsgSecurityTypesResponse
func (*MsgSecurityTypesResponse) Descriptor ¶
func (*MsgSecurityTypesResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityTypesResponse) GetCFICode ¶
func (m *MsgSecurityTypesResponse) GetCFICode() string
func (*MsgSecurityTypesResponse) GetCreator ¶
func (m *MsgSecurityTypesResponse) GetCreator() string
func (*MsgSecurityTypesResponse) GetLastFragment ¶
func (m *MsgSecurityTypesResponse) GetLastFragment() string
func (*MsgSecurityTypesResponse) GetNoSecurityTypes ¶
func (m *MsgSecurityTypesResponse) GetNoSecurityTypes() string
func (*MsgSecurityTypesResponse) GetProduct ¶
func (m *MsgSecurityTypesResponse) GetProduct() string
func (*MsgSecurityTypesResponse) GetSecurityReqID ¶
func (m *MsgSecurityTypesResponse) GetSecurityReqID() string
func (*MsgSecurityTypesResponse) GetSecurityResponseID ¶
func (m *MsgSecurityTypesResponse) GetSecurityResponseID() string
func (*MsgSecurityTypesResponse) GetSecurityResponseType ¶
func (m *MsgSecurityTypesResponse) GetSecurityResponseType() string
func (*MsgSecurityTypesResponse) GetSecuritySubType ¶
func (m *MsgSecurityTypesResponse) GetSecuritySubType() string
func (*MsgSecurityTypesResponse) GetSecurityType ¶
func (m *MsgSecurityTypesResponse) GetSecurityType() string
func (*MsgSecurityTypesResponse) GetSessionID ¶
func (m *MsgSecurityTypesResponse) GetSessionID() string
func (*MsgSecurityTypesResponse) GetSignBytes ¶
func (msg *MsgSecurityTypesResponse) GetSignBytes() []byte
func (*MsgSecurityTypesResponse) GetSigners ¶
func (msg *MsgSecurityTypesResponse) GetSigners() []sdk.AccAddress
func (*MsgSecurityTypesResponse) GetSubscriptionRequestType ¶
func (m *MsgSecurityTypesResponse) GetSubscriptionRequestType() string
func (*MsgSecurityTypesResponse) GetText ¶
func (m *MsgSecurityTypesResponse) GetText() string
func (*MsgSecurityTypesResponse) GetTotNoSecurityTypes ¶
func (m *MsgSecurityTypesResponse) GetTotNoSecurityTypes() string
func (*MsgSecurityTypesResponse) GetTradingSessionID ¶
func (m *MsgSecurityTypesResponse) GetTradingSessionID() string
func (*MsgSecurityTypesResponse) GetTradingSessionSubID ¶
func (m *MsgSecurityTypesResponse) GetTradingSessionSubID() string
func (*MsgSecurityTypesResponse) Marshal ¶
func (m *MsgSecurityTypesResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityTypesResponse) MarshalTo ¶
func (m *MsgSecurityTypesResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityTypesResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityTypesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityTypesResponse) ProtoMessage ¶
func (*MsgSecurityTypesResponse) ProtoMessage()
func (*MsgSecurityTypesResponse) Reset ¶
func (m *MsgSecurityTypesResponse) Reset()
func (*MsgSecurityTypesResponse) Route ¶
func (msg *MsgSecurityTypesResponse) Route() string
func (*MsgSecurityTypesResponse) Size ¶
func (m *MsgSecurityTypesResponse) Size() (n int)
func (*MsgSecurityTypesResponse) String ¶
func (m *MsgSecurityTypesResponse) String() string
func (*MsgSecurityTypesResponse) Type ¶
func (msg *MsgSecurityTypesResponse) Type() string
func (*MsgSecurityTypesResponse) Unmarshal ¶
func (m *MsgSecurityTypesResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityTypesResponse) ValidateBasic ¶
func (msg *MsgSecurityTypesResponse) ValidateBasic() error
func (*MsgSecurityTypesResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityTypesResponse) XXX_DiscardUnknown()
func (*MsgSecurityTypesResponse) XXX_Marshal ¶
func (m *MsgSecurityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityTypesResponse) XXX_Merge ¶
func (m *MsgSecurityTypesResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityTypesResponse) XXX_Size ¶
func (m *MsgSecurityTypesResponse) XXX_Size() int
func (*MsgSecurityTypesResponse) XXX_Unmarshal ¶
func (m *MsgSecurityTypesResponse) XXX_Unmarshal(b []byte) error
type MsgSecurityTypesResponseResponse ¶
type MsgSecurityTypesResponseResponse struct { }
func (*MsgSecurityTypesResponseResponse) Descriptor ¶
func (*MsgSecurityTypesResponseResponse) Descriptor() ([]byte, []int)
func (*MsgSecurityTypesResponseResponse) Marshal ¶
func (m *MsgSecurityTypesResponseResponse) Marshal() (dAtA []byte, err error)
func (*MsgSecurityTypesResponseResponse) MarshalTo ¶
func (m *MsgSecurityTypesResponseResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgSecurityTypesResponseResponse) MarshalToSizedBuffer ¶
func (m *MsgSecurityTypesResponseResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgSecurityTypesResponseResponse) ProtoMessage ¶
func (*MsgSecurityTypesResponseResponse) ProtoMessage()
func (*MsgSecurityTypesResponseResponse) Reset ¶
func (m *MsgSecurityTypesResponseResponse) Reset()
func (*MsgSecurityTypesResponseResponse) Size ¶
func (m *MsgSecurityTypesResponseResponse) Size() (n int)
func (*MsgSecurityTypesResponseResponse) String ¶
func (m *MsgSecurityTypesResponseResponse) String() string
func (*MsgSecurityTypesResponseResponse) Unmarshal ¶
func (m *MsgSecurityTypesResponseResponse) Unmarshal(dAtA []byte) error
func (*MsgSecurityTypesResponseResponse) XXX_DiscardUnknown ¶
func (m *MsgSecurityTypesResponseResponse) XXX_DiscardUnknown()
func (*MsgSecurityTypesResponseResponse) XXX_Marshal ¶
func (m *MsgSecurityTypesResponseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgSecurityTypesResponseResponse) XXX_Merge ¶
func (m *MsgSecurityTypesResponseResponse) XXX_Merge(src proto.Message)
func (*MsgSecurityTypesResponseResponse) XXX_Size ¶
func (m *MsgSecurityTypesResponseResponse) XXX_Size() int
func (*MsgSecurityTypesResponseResponse) XXX_Unmarshal ¶
func (m *MsgSecurityTypesResponseResponse) XXX_Unmarshal(b []byte) error
type MsgServer ¶
type MsgServer interface { LogonInitiator(context.Context, *MsgLogonInitiator) (*MsgLogonInitiatorResponse, error) LogonAcceptor(context.Context, *MsgLogonAcceptor) (*MsgLogonAcceptorResponse, error) TerminateLogon(context.Context, *MsgTerminateLogon) (*MsgTerminateLogonResponse, error) LogonReject(context.Context, *MsgLogonReject) (*MsgLogonRejectResponse, error) LogoutInitiator(context.Context, *MsgLogoutInitiator) (*MsgLogoutInitiatorResponse, error) LogoutAcceptor(context.Context, *MsgLogoutAcceptor) (*MsgLogoutAcceptorResponse, error) NewOrderSingle(context.Context, *MsgNewOrderSingle) (*MsgNewOrderSingleResponse, error) OrderCancelRequest(context.Context, *MsgOrderCancelRequest) (*MsgOrderCancelRequestResponse, error) OrderCancelReject(context.Context, *MsgOrderCancelReject) (*MsgOrderCancelRejectResponse, error) OrderExecutionReport(context.Context, *MsgOrderExecutionReport) (*MsgOrderExecutionReportResponse, error) QuoteRequest(context.Context, *MsgQuoteRequest) (*MsgQuoteRequestResponse, error) QuoteAcknowledgement(context.Context, *MsgQuoteAcknowledgement) (*MsgQuoteAcknowledgementResponse, error) QuoteRequestReject(context.Context, *MsgQuoteRequestReject) (*MsgQuoteRequestRejectResponse, error) TradeCaptureReport(context.Context, *MsgTradeCaptureReport) (*MsgTradeCaptureReportResponse, error) TradeCaptureReportAcknowledgement(context.Context, *MsgTradeCaptureReportAcknowledgement) (*MsgTradeCaptureReportAcknowledgementResponse, error) TradeCaptureReportRejection(context.Context, *MsgTradeCaptureReportRejection) (*MsgTradeCaptureReportRejectionResponse, error) MarketDataRequest(context.Context, *MsgMarketDataRequest) (*MsgMarketDataRequestResponse, error) MarketDataSnapshotFullRefresh(context.Context, *MsgMarketDataSnapshotFullRefresh) (*MsgMarketDataSnapshotFullRefreshResponse, error) MarketDataIncremental(context.Context, *MsgMarketDataIncremental) (*MsgMarketDataIncrementalResponse, error) MarketDataRequestReject(context.Context, *MsgMarketDataRequestReject) (*MsgMarketDataRequestRejectResponse, error) SecurityDefinitionRequest(context.Context, *MsgSecurityDefinitionRequest) (*MsgSecurityDefinitionRequestResponse, error) SecurityDefinition(context.Context, *MsgSecurityDefinition) (*MsgSecurityDefinitionResponse, error) SecurityDefinitionRequestReject(context.Context, *MsgSecurityDefinitionRequestReject) (*MsgSecurityDefinitionRequestRejectResponse, error) OrderMassStatusRequest(context.Context, *MsgOrderMassStatusRequest) (*MsgOrderMassStatusRequestResponse, error) OrderMassStatusReport(context.Context, *MsgOrderMassStatusReport) (*MsgOrderMassStatusReportResponse, error) OrderMassStatusRequestReject(context.Context, *MsgOrderMassStatusRequestReject) (*MsgOrderMassStatusRequestRejectResponse, error) TradingSessionStatusRequest(context.Context, *MsgTradingSessionStatusRequest) (*MsgTradingSessionStatusRequestResponse, error) TradingSessionStatus(context.Context, *MsgTradingSessionStatus) (*MsgTradingSessionStatusResponse, error) TradingSessionStatusRequestReject(context.Context, *MsgTradingSessionStatusRequestReject) (*MsgTradingSessionStatusRequestRejectResponse, error) TradingSessionListRequest(context.Context, *MsgTradingSessionListRequest) (*MsgTradingSessionListRequestResponse, error) TradingSessionListResponse(context.Context, *MsgTradingSessionListResponse) (*MsgTradingSessionListResponseResponse, error) TradingSessionListRequestReject(context.Context, *MsgTradingSessionListRequestReject) (*MsgTradingSessionListRequestRejectResponse, error) SecurityListRequest(context.Context, *MsgSecurityListRequest) (*MsgSecurityListRequestResponse, error) SecurityListResponse(context.Context, *MsgSecurityListResponse) (*MsgSecurityListResponseResponse, error) SecurityListRequestReject(context.Context, *MsgSecurityListRequestReject) (*MsgSecurityListRequestRejectResponse, error) SecurityStatusRequest(context.Context, *MsgSecurityStatusRequest) (*MsgSecurityStatusRequestResponse, error) SecurityStatusResponse(context.Context, *MsgSecurityStatusResponse) (*MsgSecurityStatusResponseResponse, error) SecurityStatusRequestReject(context.Context, *MsgSecurityStatusRequestReject) (*MsgSecurityStatusRequestRejectResponse, error) SecurityTypesRequest(context.Context, *MsgSecurityTypesRequest) (*MsgSecurityTypesRequestResponse, error) SecurityTypesResponse(context.Context, *MsgSecurityTypesResponse) (*MsgSecurityTypesResponseResponse, error) SecurityTypesRequestReject(context.Context, *MsgSecurityTypesRequestReject) (*MsgSecurityTypesRequestRejectResponse, error) RegisterAccount(context.Context, *MsgRegisterAccount) (*MsgRegisterAccountResponse, error) UpdateAccount(context.Context, *MsgUpdateAccount) (*MsgUpdateAccountResponse, error) DeleteAccount(context.Context, *MsgDeleteAccount) (*MsgDeleteAccountResponse, error) }
MsgServer is the server API for Msg service.
type MsgTerminateLogon ¶
type MsgTerminateLogon struct { InitiatorAddress string `protobuf:"bytes,1,opt,name=initiatorAddress,proto3" json:"initiatorAddress,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` Address string `protobuf:"bytes,3,opt,name=address,proto3" json:"address,omitempty"` }
func NewMsgTerminateLogon ¶
func NewMsgTerminateLogon(initiatorAddress string, sessionID string, address string) *MsgTerminateLogon
func (*MsgTerminateLogon) Descriptor ¶
func (*MsgTerminateLogon) Descriptor() ([]byte, []int)
func (*MsgTerminateLogon) GetAddress ¶
func (m *MsgTerminateLogon) GetAddress() string
func (*MsgTerminateLogon) GetInitiatorAddress ¶
func (m *MsgTerminateLogon) GetInitiatorAddress() string
func (*MsgTerminateLogon) GetSessionID ¶
func (m *MsgTerminateLogon) GetSessionID() string
func (*MsgTerminateLogon) GetSignBytes ¶
func (msg *MsgTerminateLogon) GetSignBytes() []byte
func (*MsgTerminateLogon) GetSigners ¶
func (msg *MsgTerminateLogon) GetSigners() []sdk.AccAddress
func (*MsgTerminateLogon) Marshal ¶
func (m *MsgTerminateLogon) Marshal() (dAtA []byte, err error)
func (*MsgTerminateLogon) MarshalTo ¶
func (m *MsgTerminateLogon) MarshalTo(dAtA []byte) (int, error)
func (*MsgTerminateLogon) MarshalToSizedBuffer ¶
func (m *MsgTerminateLogon) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTerminateLogon) ProtoMessage ¶
func (*MsgTerminateLogon) ProtoMessage()
func (*MsgTerminateLogon) Reset ¶
func (m *MsgTerminateLogon) Reset()
func (*MsgTerminateLogon) Route ¶
func (msg *MsgTerminateLogon) Route() string
func (*MsgTerminateLogon) Size ¶
func (m *MsgTerminateLogon) Size() (n int)
func (*MsgTerminateLogon) String ¶
func (m *MsgTerminateLogon) String() string
func (*MsgTerminateLogon) Type ¶
func (msg *MsgTerminateLogon) Type() string
func (*MsgTerminateLogon) Unmarshal ¶
func (m *MsgTerminateLogon) Unmarshal(dAtA []byte) error
func (*MsgTerminateLogon) ValidateBasic ¶
func (msg *MsgTerminateLogon) ValidateBasic() error
func (*MsgTerminateLogon) XXX_DiscardUnknown ¶
func (m *MsgTerminateLogon) XXX_DiscardUnknown()
func (*MsgTerminateLogon) XXX_Marshal ¶
func (m *MsgTerminateLogon) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTerminateLogon) XXX_Merge ¶
func (m *MsgTerminateLogon) XXX_Merge(src proto.Message)
func (*MsgTerminateLogon) XXX_Size ¶
func (m *MsgTerminateLogon) XXX_Size() int
func (*MsgTerminateLogon) XXX_Unmarshal ¶
func (m *MsgTerminateLogon) XXX_Unmarshal(b []byte) error
type MsgTerminateLogonResponse ¶
type MsgTerminateLogonResponse struct { }
func (*MsgTerminateLogonResponse) Descriptor ¶
func (*MsgTerminateLogonResponse) Descriptor() ([]byte, []int)
func (*MsgTerminateLogonResponse) Marshal ¶
func (m *MsgTerminateLogonResponse) Marshal() (dAtA []byte, err error)
func (*MsgTerminateLogonResponse) MarshalTo ¶
func (m *MsgTerminateLogonResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTerminateLogonResponse) MarshalToSizedBuffer ¶
func (m *MsgTerminateLogonResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTerminateLogonResponse) ProtoMessage ¶
func (*MsgTerminateLogonResponse) ProtoMessage()
func (*MsgTerminateLogonResponse) Reset ¶
func (m *MsgTerminateLogonResponse) Reset()
func (*MsgTerminateLogonResponse) Size ¶
func (m *MsgTerminateLogonResponse) Size() (n int)
func (*MsgTerminateLogonResponse) String ¶
func (m *MsgTerminateLogonResponse) String() string
func (*MsgTerminateLogonResponse) Unmarshal ¶
func (m *MsgTerminateLogonResponse) Unmarshal(dAtA []byte) error
func (*MsgTerminateLogonResponse) XXX_DiscardUnknown ¶
func (m *MsgTerminateLogonResponse) XXX_DiscardUnknown()
func (*MsgTerminateLogonResponse) XXX_Marshal ¶
func (m *MsgTerminateLogonResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTerminateLogonResponse) XXX_Merge ¶
func (m *MsgTerminateLogonResponse) XXX_Merge(src proto.Message)
func (*MsgTerminateLogonResponse) XXX_Size ¶
func (m *MsgTerminateLogonResponse) XXX_Size() int
func (*MsgTerminateLogonResponse) XXX_Unmarshal ¶
func (m *MsgTerminateLogonResponse) XXX_Unmarshal(b []byte) error
type MsgTradeCaptureReport ¶
type MsgTradeCaptureReport struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` TradeReportID string `protobuf:"bytes,2,opt,name=tradeReportID,proto3" json:"tradeReportID,omitempty"` TradeReportTransType string `protobuf:"bytes,3,opt,name=tradeReportTransType,proto3" json:"tradeReportTransType,omitempty"` TradeReportType string `protobuf:"bytes,4,opt,name=tradeReportType,proto3" json:"tradeReportType,omitempty"` TrdType string `protobuf:"bytes,5,opt,name=trdType,proto3" json:"trdType,omitempty"` TrdSubType string `protobuf:"bytes,6,opt,name=trdSubType,proto3" json:"trdSubType,omitempty"` Side string `protobuf:"bytes,7,opt,name=side,proto3" json:"side,omitempty"` OrderQty string `protobuf:"bytes,8,opt,name=orderQty,proto3" json:"orderQty,omitempty"` LastQty string `protobuf:"bytes,9,opt,name=lastQty,proto3" json:"lastQty,omitempty"` LastPx string `protobuf:"bytes,10,opt,name=lastPx,proto3" json:"lastPx,omitempty"` GrossTradeAmt string `protobuf:"bytes,11,opt,name=grossTradeAmt,proto3" json:"grossTradeAmt,omitempty"` ExecID string `protobuf:"bytes,12,opt,name=execID,proto3" json:"execID,omitempty"` OrderID string `protobuf:"bytes,13,opt,name=orderID,proto3" json:"orderID,omitempty"` TradeID string `protobuf:"bytes,14,opt,name=tradeID,proto3" json:"tradeID,omitempty"` OrigTradeID string `protobuf:"bytes,15,opt,name=origTradeID,proto3" json:"origTradeID,omitempty"` Symbol string `protobuf:"bytes,16,opt,name=symbol,proto3" json:"symbol,omitempty"` SecurityID string `protobuf:"bytes,17,opt,name=securityID,proto3" json:"securityID,omitempty"` SecurityIDSource string `protobuf:"bytes,18,opt,name=securityIDSource,proto3" json:"securityIDSource,omitempty"` TradeDate string `protobuf:"bytes,19,opt,name=tradeDate,proto3" json:"tradeDate,omitempty"` TransactTime string `protobuf:"bytes,20,opt,name=transactTime,proto3" json:"transactTime,omitempty"` SettlType string `protobuf:"bytes,21,opt,name=settlType,proto3" json:"settlType,omitempty"` SettlDate string `protobuf:"bytes,22,opt,name=settlDate,proto3" json:"settlDate,omitempty"` SessionID string `protobuf:"bytes,23,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func NewMsgTradeCaptureReport ¶
func NewMsgTradeCaptureReport(creator string, sessionID string, tradeReportID string, tradeReportTransType string, tradeReportType string, trdType string, trdSubType string, side string, orderQty string, lastQty string, lastPx string, grossTradeAmt string, execID string, orderID string, tradeID string, origTradeID string, symbol string, securityID string, securityIDSource string, tradeDate string, transactTime string, settlType string, settlDate string) *MsgTradeCaptureReport
func (*MsgTradeCaptureReport) Descriptor ¶
func (*MsgTradeCaptureReport) Descriptor() ([]byte, []int)
func (*MsgTradeCaptureReport) GetCreator ¶
func (m *MsgTradeCaptureReport) GetCreator() string
func (*MsgTradeCaptureReport) GetExecID ¶
func (m *MsgTradeCaptureReport) GetExecID() string
func (*MsgTradeCaptureReport) GetGrossTradeAmt ¶
func (m *MsgTradeCaptureReport) GetGrossTradeAmt() string
func (*MsgTradeCaptureReport) GetLastPx ¶
func (m *MsgTradeCaptureReport) GetLastPx() string
func (*MsgTradeCaptureReport) GetLastQty ¶
func (m *MsgTradeCaptureReport) GetLastQty() string
func (*MsgTradeCaptureReport) GetOrderID ¶
func (m *MsgTradeCaptureReport) GetOrderID() string
func (*MsgTradeCaptureReport) GetOrderQty ¶
func (m *MsgTradeCaptureReport) GetOrderQty() string
func (*MsgTradeCaptureReport) GetOrigTradeID ¶
func (m *MsgTradeCaptureReport) GetOrigTradeID() string
func (*MsgTradeCaptureReport) GetSecurityID ¶
func (m *MsgTradeCaptureReport) GetSecurityID() string
func (*MsgTradeCaptureReport) GetSecurityIDSource ¶
func (m *MsgTradeCaptureReport) GetSecurityIDSource() string
func (*MsgTradeCaptureReport) GetSessionID ¶
func (m *MsgTradeCaptureReport) GetSessionID() string
func (*MsgTradeCaptureReport) GetSettlDate ¶
func (m *MsgTradeCaptureReport) GetSettlDate() string
func (*MsgTradeCaptureReport) GetSettlType ¶
func (m *MsgTradeCaptureReport) GetSettlType() string
func (*MsgTradeCaptureReport) GetSide ¶
func (m *MsgTradeCaptureReport) GetSide() string
func (*MsgTradeCaptureReport) GetSignBytes ¶
func (msg *MsgTradeCaptureReport) GetSignBytes() []byte
func (*MsgTradeCaptureReport) GetSigners ¶
func (msg *MsgTradeCaptureReport) GetSigners() []sdk.AccAddress
func (*MsgTradeCaptureReport) GetSymbol ¶
func (m *MsgTradeCaptureReport) GetSymbol() string
func (*MsgTradeCaptureReport) GetTradeDate ¶
func (m *MsgTradeCaptureReport) GetTradeDate() string
func (*MsgTradeCaptureReport) GetTradeID ¶
func (m *MsgTradeCaptureReport) GetTradeID() string
func (*MsgTradeCaptureReport) GetTradeReportID ¶
func (m *MsgTradeCaptureReport) GetTradeReportID() string
func (*MsgTradeCaptureReport) GetTradeReportTransType ¶
func (m *MsgTradeCaptureReport) GetTradeReportTransType() string
func (*MsgTradeCaptureReport) GetTradeReportType ¶
func (m *MsgTradeCaptureReport) GetTradeReportType() string
func (*MsgTradeCaptureReport) GetTransactTime ¶
func (m *MsgTradeCaptureReport) GetTransactTime() string
func (*MsgTradeCaptureReport) GetTrdSubType ¶
func (m *MsgTradeCaptureReport) GetTrdSubType() string
func (*MsgTradeCaptureReport) GetTrdType ¶
func (m *MsgTradeCaptureReport) GetTrdType() string
func (*MsgTradeCaptureReport) Marshal ¶
func (m *MsgTradeCaptureReport) Marshal() (dAtA []byte, err error)
func (*MsgTradeCaptureReport) MarshalTo ¶
func (m *MsgTradeCaptureReport) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradeCaptureReport) MarshalToSizedBuffer ¶
func (m *MsgTradeCaptureReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradeCaptureReport) ProtoMessage ¶
func (*MsgTradeCaptureReport) ProtoMessage()
func (*MsgTradeCaptureReport) Reset ¶
func (m *MsgTradeCaptureReport) Reset()
func (*MsgTradeCaptureReport) Route ¶
func (msg *MsgTradeCaptureReport) Route() string
func (*MsgTradeCaptureReport) Size ¶
func (m *MsgTradeCaptureReport) Size() (n int)
func (*MsgTradeCaptureReport) String ¶
func (m *MsgTradeCaptureReport) String() string
func (*MsgTradeCaptureReport) Type ¶
func (msg *MsgTradeCaptureReport) Type() string
func (*MsgTradeCaptureReport) Unmarshal ¶
func (m *MsgTradeCaptureReport) Unmarshal(dAtA []byte) error
func (*MsgTradeCaptureReport) ValidateBasic ¶
func (msg *MsgTradeCaptureReport) ValidateBasic() error
func (*MsgTradeCaptureReport) XXX_DiscardUnknown ¶
func (m *MsgTradeCaptureReport) XXX_DiscardUnknown()
func (*MsgTradeCaptureReport) XXX_Marshal ¶
func (m *MsgTradeCaptureReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradeCaptureReport) XXX_Merge ¶
func (m *MsgTradeCaptureReport) XXX_Merge(src proto.Message)
func (*MsgTradeCaptureReport) XXX_Size ¶
func (m *MsgTradeCaptureReport) XXX_Size() int
func (*MsgTradeCaptureReport) XXX_Unmarshal ¶
func (m *MsgTradeCaptureReport) XXX_Unmarshal(b []byte) error
type MsgTradeCaptureReportAcknowledgement ¶
type MsgTradeCaptureReportAcknowledgement struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` TradeReportID string `protobuf:"bytes,2,opt,name=tradeReportID,proto3" json:"tradeReportID,omitempty"` TradeID string `protobuf:"bytes,3,opt,name=tradeID,proto3" json:"tradeID,omitempty"` SecondaryTradeID string `protobuf:"bytes,4,opt,name=secondaryTradeID,proto3" json:"secondaryTradeID,omitempty"` TradeReportType string `protobuf:"bytes,5,opt,name=tradeReportType,proto3" json:"tradeReportType,omitempty"` TrdType string `protobuf:"bytes,6,opt,name=trdType,proto3" json:"trdType,omitempty"` TrdSubType string `protobuf:"bytes,7,opt,name=trdSubType,proto3" json:"trdSubType,omitempty"` ExecType string `protobuf:"bytes,8,opt,name=execType,proto3" json:"execType,omitempty"` TradeReportRefID string `protobuf:"bytes,9,opt,name=tradeReportRefID,proto3" json:"tradeReportRefID,omitempty"` SecondaryTradeReportID string `protobuf:"bytes,10,opt,name=secondaryTradeReportID,proto3" json:"secondaryTradeReportID,omitempty"` TradeReportStatus string `protobuf:"bytes,11,opt,name=tradeReportStatus,proto3" json:"tradeReportStatus,omitempty"` TradeTransType string `protobuf:"bytes,12,opt,name=tradeTransType,proto3" json:"tradeTransType,omitempty"` TradeReportRejectReason int64 `protobuf:"varint,13,opt,name=tradeReportRejectReason,proto3" json:"tradeReportRejectReason,omitempty"` Text string `protobuf:"bytes,14,opt,name=text,proto3" json:"text,omitempty"` SessionID string `protobuf:"bytes,15,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func NewMsgTradeCaptureReportAcknowledgement ¶
func NewMsgTradeCaptureReportAcknowledgement(creator string, sessionID string, tradeReportID string, tradeID string, secondaryTradeID string, tradeReportType string, trdType string, trdSubType string, execType string, tradeReportRefID string, secondaryTradeReportID string, tradeReportStatus string, tradeTransType string, tradeReportRejectReason int64, text string) *MsgTradeCaptureReportAcknowledgement
func (*MsgTradeCaptureReportAcknowledgement) Descriptor ¶
func (*MsgTradeCaptureReportAcknowledgement) Descriptor() ([]byte, []int)
func (*MsgTradeCaptureReportAcknowledgement) GetCreator ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetCreator() string
func (*MsgTradeCaptureReportAcknowledgement) GetExecType ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetExecType() string
func (*MsgTradeCaptureReportAcknowledgement) GetSecondaryTradeID ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetSecondaryTradeID() string
func (*MsgTradeCaptureReportAcknowledgement) GetSecondaryTradeReportID ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetSecondaryTradeReportID() string
func (*MsgTradeCaptureReportAcknowledgement) GetSessionID ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetSessionID() string
func (*MsgTradeCaptureReportAcknowledgement) GetSignBytes ¶
func (msg *MsgTradeCaptureReportAcknowledgement) GetSignBytes() []byte
func (*MsgTradeCaptureReportAcknowledgement) GetSigners ¶
func (msg *MsgTradeCaptureReportAcknowledgement) GetSigners() []sdk.AccAddress
func (*MsgTradeCaptureReportAcknowledgement) GetText ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetText() string
func (*MsgTradeCaptureReportAcknowledgement) GetTradeID ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetTradeID() string
func (*MsgTradeCaptureReportAcknowledgement) GetTradeReportID ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetTradeReportID() string
func (*MsgTradeCaptureReportAcknowledgement) GetTradeReportRefID ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetTradeReportRefID() string
func (*MsgTradeCaptureReportAcknowledgement) GetTradeReportRejectReason ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetTradeReportRejectReason() int64
func (*MsgTradeCaptureReportAcknowledgement) GetTradeReportStatus ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetTradeReportStatus() string
func (*MsgTradeCaptureReportAcknowledgement) GetTradeReportType ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetTradeReportType() string
func (*MsgTradeCaptureReportAcknowledgement) GetTradeTransType ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetTradeTransType() string
func (*MsgTradeCaptureReportAcknowledgement) GetTrdSubType ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetTrdSubType() string
func (*MsgTradeCaptureReportAcknowledgement) GetTrdType ¶
func (m *MsgTradeCaptureReportAcknowledgement) GetTrdType() string
func (*MsgTradeCaptureReportAcknowledgement) Marshal ¶
func (m *MsgTradeCaptureReportAcknowledgement) Marshal() (dAtA []byte, err error)
func (*MsgTradeCaptureReportAcknowledgement) MarshalTo ¶
func (m *MsgTradeCaptureReportAcknowledgement) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradeCaptureReportAcknowledgement) MarshalToSizedBuffer ¶
func (m *MsgTradeCaptureReportAcknowledgement) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradeCaptureReportAcknowledgement) ProtoMessage ¶
func (*MsgTradeCaptureReportAcknowledgement) ProtoMessage()
func (*MsgTradeCaptureReportAcknowledgement) Reset ¶
func (m *MsgTradeCaptureReportAcknowledgement) Reset()
func (*MsgTradeCaptureReportAcknowledgement) Route ¶
func (msg *MsgTradeCaptureReportAcknowledgement) Route() string
func (*MsgTradeCaptureReportAcknowledgement) Size ¶
func (m *MsgTradeCaptureReportAcknowledgement) Size() (n int)
func (*MsgTradeCaptureReportAcknowledgement) String ¶
func (m *MsgTradeCaptureReportAcknowledgement) String() string
func (*MsgTradeCaptureReportAcknowledgement) Type ¶
func (msg *MsgTradeCaptureReportAcknowledgement) Type() string
func (*MsgTradeCaptureReportAcknowledgement) Unmarshal ¶
func (m *MsgTradeCaptureReportAcknowledgement) Unmarshal(dAtA []byte) error
func (*MsgTradeCaptureReportAcknowledgement) ValidateBasic ¶
func (msg *MsgTradeCaptureReportAcknowledgement) ValidateBasic() error
func (*MsgTradeCaptureReportAcknowledgement) XXX_DiscardUnknown ¶
func (m *MsgTradeCaptureReportAcknowledgement) XXX_DiscardUnknown()
func (*MsgTradeCaptureReportAcknowledgement) XXX_Marshal ¶
func (m *MsgTradeCaptureReportAcknowledgement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradeCaptureReportAcknowledgement) XXX_Merge ¶
func (m *MsgTradeCaptureReportAcknowledgement) XXX_Merge(src proto.Message)
func (*MsgTradeCaptureReportAcknowledgement) XXX_Size ¶
func (m *MsgTradeCaptureReportAcknowledgement) XXX_Size() int
func (*MsgTradeCaptureReportAcknowledgement) XXX_Unmarshal ¶
func (m *MsgTradeCaptureReportAcknowledgement) XXX_Unmarshal(b []byte) error
type MsgTradeCaptureReportAcknowledgementResponse ¶
type MsgTradeCaptureReportAcknowledgementResponse struct { }
func (*MsgTradeCaptureReportAcknowledgementResponse) Descriptor ¶
func (*MsgTradeCaptureReportAcknowledgementResponse) Descriptor() ([]byte, []int)
func (*MsgTradeCaptureReportAcknowledgementResponse) Marshal ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) Marshal() (dAtA []byte, err error)
func (*MsgTradeCaptureReportAcknowledgementResponse) MarshalTo ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradeCaptureReportAcknowledgementResponse) MarshalToSizedBuffer ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradeCaptureReportAcknowledgementResponse) ProtoMessage ¶
func (*MsgTradeCaptureReportAcknowledgementResponse) ProtoMessage()
func (*MsgTradeCaptureReportAcknowledgementResponse) Reset ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) Reset()
func (*MsgTradeCaptureReportAcknowledgementResponse) Size ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) Size() (n int)
func (*MsgTradeCaptureReportAcknowledgementResponse) String ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) String() string
func (*MsgTradeCaptureReportAcknowledgementResponse) Unmarshal ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) Unmarshal(dAtA []byte) error
func (*MsgTradeCaptureReportAcknowledgementResponse) XXX_DiscardUnknown ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) XXX_DiscardUnknown()
func (*MsgTradeCaptureReportAcknowledgementResponse) XXX_Marshal ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradeCaptureReportAcknowledgementResponse) XXX_Merge ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) XXX_Merge(src proto.Message)
func (*MsgTradeCaptureReportAcknowledgementResponse) XXX_Size ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) XXX_Size() int
func (*MsgTradeCaptureReportAcknowledgementResponse) XXX_Unmarshal ¶
func (m *MsgTradeCaptureReportAcknowledgementResponse) XXX_Unmarshal(b []byte) error
type MsgTradeCaptureReportRejection ¶
type MsgTradeCaptureReportRejection struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` TradeReportID string `protobuf:"bytes,2,opt,name=tradeReportID,proto3" json:"tradeReportID,omitempty"` TradeReportRejectReason int64 `protobuf:"varint,3,opt,name=tradeReportRejectReason,proto3" json:"tradeReportRejectReason,omitempty"` TradeReportRejectRefID string `protobuf:"bytes,4,opt,name=tradeReportRejectRefID,proto3" json:"tradeReportRejectRefID,omitempty"` Text string `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"` SessionID string `protobuf:"bytes,6,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func (*MsgTradeCaptureReportRejection) Descriptor ¶
func (*MsgTradeCaptureReportRejection) Descriptor() ([]byte, []int)
func (*MsgTradeCaptureReportRejection) GetCreator ¶
func (m *MsgTradeCaptureReportRejection) GetCreator() string
func (*MsgTradeCaptureReportRejection) GetSessionID ¶
func (m *MsgTradeCaptureReportRejection) GetSessionID() string
func (*MsgTradeCaptureReportRejection) GetSignBytes ¶
func (msg *MsgTradeCaptureReportRejection) GetSignBytes() []byte
func (*MsgTradeCaptureReportRejection) GetSigners ¶
func (msg *MsgTradeCaptureReportRejection) GetSigners() []sdk.AccAddress
func (*MsgTradeCaptureReportRejection) GetText ¶
func (m *MsgTradeCaptureReportRejection) GetText() string
func (*MsgTradeCaptureReportRejection) GetTradeReportID ¶
func (m *MsgTradeCaptureReportRejection) GetTradeReportID() string
func (*MsgTradeCaptureReportRejection) GetTradeReportRejectReason ¶
func (m *MsgTradeCaptureReportRejection) GetTradeReportRejectReason() int64
func (*MsgTradeCaptureReportRejection) GetTradeReportRejectRefID ¶
func (m *MsgTradeCaptureReportRejection) GetTradeReportRejectRefID() string
func (*MsgTradeCaptureReportRejection) Marshal ¶
func (m *MsgTradeCaptureReportRejection) Marshal() (dAtA []byte, err error)
func (*MsgTradeCaptureReportRejection) MarshalTo ¶
func (m *MsgTradeCaptureReportRejection) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradeCaptureReportRejection) MarshalToSizedBuffer ¶
func (m *MsgTradeCaptureReportRejection) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradeCaptureReportRejection) ProtoMessage ¶
func (*MsgTradeCaptureReportRejection) ProtoMessage()
func (*MsgTradeCaptureReportRejection) Reset ¶
func (m *MsgTradeCaptureReportRejection) Reset()
func (*MsgTradeCaptureReportRejection) Route ¶
func (msg *MsgTradeCaptureReportRejection) Route() string
func (*MsgTradeCaptureReportRejection) Size ¶
func (m *MsgTradeCaptureReportRejection) Size() (n int)
func (*MsgTradeCaptureReportRejection) String ¶
func (m *MsgTradeCaptureReportRejection) String() string
func (*MsgTradeCaptureReportRejection) Type ¶
func (msg *MsgTradeCaptureReportRejection) Type() string
func (*MsgTradeCaptureReportRejection) Unmarshal ¶
func (m *MsgTradeCaptureReportRejection) Unmarshal(dAtA []byte) error
func (*MsgTradeCaptureReportRejection) ValidateBasic ¶
func (msg *MsgTradeCaptureReportRejection) ValidateBasic() error
func (*MsgTradeCaptureReportRejection) XXX_DiscardUnknown ¶
func (m *MsgTradeCaptureReportRejection) XXX_DiscardUnknown()
func (*MsgTradeCaptureReportRejection) XXX_Marshal ¶
func (m *MsgTradeCaptureReportRejection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradeCaptureReportRejection) XXX_Merge ¶
func (m *MsgTradeCaptureReportRejection) XXX_Merge(src proto.Message)
func (*MsgTradeCaptureReportRejection) XXX_Size ¶
func (m *MsgTradeCaptureReportRejection) XXX_Size() int
func (*MsgTradeCaptureReportRejection) XXX_Unmarshal ¶
func (m *MsgTradeCaptureReportRejection) XXX_Unmarshal(b []byte) error
type MsgTradeCaptureReportRejectionResponse ¶
type MsgTradeCaptureReportRejectionResponse struct { }
func (*MsgTradeCaptureReportRejectionResponse) Descriptor ¶
func (*MsgTradeCaptureReportRejectionResponse) Descriptor() ([]byte, []int)
func (*MsgTradeCaptureReportRejectionResponse) Marshal ¶
func (m *MsgTradeCaptureReportRejectionResponse) Marshal() (dAtA []byte, err error)
func (*MsgTradeCaptureReportRejectionResponse) MarshalTo ¶
func (m *MsgTradeCaptureReportRejectionResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradeCaptureReportRejectionResponse) MarshalToSizedBuffer ¶
func (m *MsgTradeCaptureReportRejectionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradeCaptureReportRejectionResponse) ProtoMessage ¶
func (*MsgTradeCaptureReportRejectionResponse) ProtoMessage()
func (*MsgTradeCaptureReportRejectionResponse) Reset ¶
func (m *MsgTradeCaptureReportRejectionResponse) Reset()
func (*MsgTradeCaptureReportRejectionResponse) Size ¶
func (m *MsgTradeCaptureReportRejectionResponse) Size() (n int)
func (*MsgTradeCaptureReportRejectionResponse) String ¶
func (m *MsgTradeCaptureReportRejectionResponse) String() string
func (*MsgTradeCaptureReportRejectionResponse) Unmarshal ¶
func (m *MsgTradeCaptureReportRejectionResponse) Unmarshal(dAtA []byte) error
func (*MsgTradeCaptureReportRejectionResponse) XXX_DiscardUnknown ¶
func (m *MsgTradeCaptureReportRejectionResponse) XXX_DiscardUnknown()
func (*MsgTradeCaptureReportRejectionResponse) XXX_Marshal ¶
func (m *MsgTradeCaptureReportRejectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradeCaptureReportRejectionResponse) XXX_Merge ¶
func (m *MsgTradeCaptureReportRejectionResponse) XXX_Merge(src proto.Message)
func (*MsgTradeCaptureReportRejectionResponse) XXX_Size ¶
func (m *MsgTradeCaptureReportRejectionResponse) XXX_Size() int
func (*MsgTradeCaptureReportRejectionResponse) XXX_Unmarshal ¶
func (m *MsgTradeCaptureReportRejectionResponse) XXX_Unmarshal(b []byte) error
type MsgTradeCaptureReportResponse ¶
type MsgTradeCaptureReportResponse struct { }
func (*MsgTradeCaptureReportResponse) Descriptor ¶
func (*MsgTradeCaptureReportResponse) Descriptor() ([]byte, []int)
func (*MsgTradeCaptureReportResponse) Marshal ¶
func (m *MsgTradeCaptureReportResponse) Marshal() (dAtA []byte, err error)
func (*MsgTradeCaptureReportResponse) MarshalTo ¶
func (m *MsgTradeCaptureReportResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradeCaptureReportResponse) MarshalToSizedBuffer ¶
func (m *MsgTradeCaptureReportResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradeCaptureReportResponse) ProtoMessage ¶
func (*MsgTradeCaptureReportResponse) ProtoMessage()
func (*MsgTradeCaptureReportResponse) Reset ¶
func (m *MsgTradeCaptureReportResponse) Reset()
func (*MsgTradeCaptureReportResponse) Size ¶
func (m *MsgTradeCaptureReportResponse) Size() (n int)
func (*MsgTradeCaptureReportResponse) String ¶
func (m *MsgTradeCaptureReportResponse) String() string
func (*MsgTradeCaptureReportResponse) Unmarshal ¶
func (m *MsgTradeCaptureReportResponse) Unmarshal(dAtA []byte) error
func (*MsgTradeCaptureReportResponse) XXX_DiscardUnknown ¶
func (m *MsgTradeCaptureReportResponse) XXX_DiscardUnknown()
func (*MsgTradeCaptureReportResponse) XXX_Marshal ¶
func (m *MsgTradeCaptureReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradeCaptureReportResponse) XXX_Merge ¶
func (m *MsgTradeCaptureReportResponse) XXX_Merge(src proto.Message)
func (*MsgTradeCaptureReportResponse) XXX_Size ¶
func (m *MsgTradeCaptureReportResponse) XXX_Size() int
func (*MsgTradeCaptureReportResponse) XXX_Unmarshal ¶
func (m *MsgTradeCaptureReportResponse) XXX_Unmarshal(b []byte) error
type MsgTradingSessionListRequest ¶
type MsgTradingSessionListRequest struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` TradSesReqID string `protobuf:"bytes,3,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` TradingSessionID string `protobuf:"bytes,4,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` TradingSessionSubID string `protobuf:"bytes,5,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` SecurityExchange string `protobuf:"bytes,6,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` TradSesMethod string `protobuf:"bytes,7,opt,name=tradSesMethod,proto3" json:"tradSesMethod,omitempty"` TradSesMode string `protobuf:"bytes,8,opt,name=tradSesMode,proto3" json:"tradSesMode,omitempty"` SubscriptionRequestType string `protobuf:"bytes,9,opt,name=subscriptionRequestType,proto3" json:"subscriptionRequestType,omitempty"` }
func (*MsgTradingSessionListRequest) Descriptor ¶
func (*MsgTradingSessionListRequest) Descriptor() ([]byte, []int)
func (*MsgTradingSessionListRequest) GetCreator ¶
func (m *MsgTradingSessionListRequest) GetCreator() string
func (*MsgTradingSessionListRequest) GetSecurityExchange ¶
func (m *MsgTradingSessionListRequest) GetSecurityExchange() string
func (*MsgTradingSessionListRequest) GetSessionID ¶
func (m *MsgTradingSessionListRequest) GetSessionID() string
func (*MsgTradingSessionListRequest) GetSignBytes ¶
func (msg *MsgTradingSessionListRequest) GetSignBytes() []byte
func (*MsgTradingSessionListRequest) GetSigners ¶
func (msg *MsgTradingSessionListRequest) GetSigners() []sdk.AccAddress
func (*MsgTradingSessionListRequest) GetSubscriptionRequestType ¶
func (m *MsgTradingSessionListRequest) GetSubscriptionRequestType() string
func (*MsgTradingSessionListRequest) GetTradSesMethod ¶
func (m *MsgTradingSessionListRequest) GetTradSesMethod() string
func (*MsgTradingSessionListRequest) GetTradSesMode ¶
func (m *MsgTradingSessionListRequest) GetTradSesMode() string
func (*MsgTradingSessionListRequest) GetTradSesReqID ¶
func (m *MsgTradingSessionListRequest) GetTradSesReqID() string
func (*MsgTradingSessionListRequest) GetTradingSessionID ¶
func (m *MsgTradingSessionListRequest) GetTradingSessionID() string
func (*MsgTradingSessionListRequest) GetTradingSessionSubID ¶
func (m *MsgTradingSessionListRequest) GetTradingSessionSubID() string
func (*MsgTradingSessionListRequest) Marshal ¶
func (m *MsgTradingSessionListRequest) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionListRequest) MarshalTo ¶
func (m *MsgTradingSessionListRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionListRequest) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionListRequest) ProtoMessage ¶
func (*MsgTradingSessionListRequest) ProtoMessage()
func (*MsgTradingSessionListRequest) Reset ¶
func (m *MsgTradingSessionListRequest) Reset()
func (*MsgTradingSessionListRequest) Route ¶
func (msg *MsgTradingSessionListRequest) Route() string
func (*MsgTradingSessionListRequest) Size ¶
func (m *MsgTradingSessionListRequest) Size() (n int)
func (*MsgTradingSessionListRequest) String ¶
func (m *MsgTradingSessionListRequest) String() string
func (*MsgTradingSessionListRequest) Type ¶
func (msg *MsgTradingSessionListRequest) Type() string
func (*MsgTradingSessionListRequest) Unmarshal ¶
func (m *MsgTradingSessionListRequest) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionListRequest) ValidateBasic ¶
func (msg *MsgTradingSessionListRequest) ValidateBasic() error
func (*MsgTradingSessionListRequest) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionListRequest) XXX_DiscardUnknown()
func (*MsgTradingSessionListRequest) XXX_Marshal ¶
func (m *MsgTradingSessionListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionListRequest) XXX_Merge ¶
func (m *MsgTradingSessionListRequest) XXX_Merge(src proto.Message)
func (*MsgTradingSessionListRequest) XXX_Size ¶
func (m *MsgTradingSessionListRequest) XXX_Size() int
func (*MsgTradingSessionListRequest) XXX_Unmarshal ¶
func (m *MsgTradingSessionListRequest) XXX_Unmarshal(b []byte) error
type MsgTradingSessionListRequestReject ¶
type MsgTradingSessionListRequestReject struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` TradSesReqID string `protobuf:"bytes,3,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` TradSesStatus string `protobuf:"bytes,4,opt,name=tradSesStatus,proto3" json:"tradSesStatus,omitempty"` TradSesStatusRejReason string `protobuf:"bytes,5,opt,name=tradSesStatusRejReason,proto3" json:"tradSesStatusRejReason,omitempty"` Text string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"` }
func (*MsgTradingSessionListRequestReject) Descriptor ¶
func (*MsgTradingSessionListRequestReject) Descriptor() ([]byte, []int)
func (*MsgTradingSessionListRequestReject) GetCreator ¶
func (m *MsgTradingSessionListRequestReject) GetCreator() string
func (*MsgTradingSessionListRequestReject) GetSessionID ¶
func (m *MsgTradingSessionListRequestReject) GetSessionID() string
func (*MsgTradingSessionListRequestReject) GetSignBytes ¶
func (msg *MsgTradingSessionListRequestReject) GetSignBytes() []byte
func (*MsgTradingSessionListRequestReject) GetSigners ¶
func (msg *MsgTradingSessionListRequestReject) GetSigners() []sdk.AccAddress
func (*MsgTradingSessionListRequestReject) GetText ¶
func (m *MsgTradingSessionListRequestReject) GetText() string
func (*MsgTradingSessionListRequestReject) GetTradSesReqID ¶
func (m *MsgTradingSessionListRequestReject) GetTradSesReqID() string
func (*MsgTradingSessionListRequestReject) GetTradSesStatus ¶
func (m *MsgTradingSessionListRequestReject) GetTradSesStatus() string
func (*MsgTradingSessionListRequestReject) GetTradSesStatusRejReason ¶
func (m *MsgTradingSessionListRequestReject) GetTradSesStatusRejReason() string
func (*MsgTradingSessionListRequestReject) Marshal ¶
func (m *MsgTradingSessionListRequestReject) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionListRequestReject) MarshalTo ¶
func (m *MsgTradingSessionListRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionListRequestReject) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionListRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionListRequestReject) ProtoMessage ¶
func (*MsgTradingSessionListRequestReject) ProtoMessage()
func (*MsgTradingSessionListRequestReject) Reset ¶
func (m *MsgTradingSessionListRequestReject) Reset()
func (*MsgTradingSessionListRequestReject) Route ¶
func (msg *MsgTradingSessionListRequestReject) Route() string
func (*MsgTradingSessionListRequestReject) Size ¶
func (m *MsgTradingSessionListRequestReject) Size() (n int)
func (*MsgTradingSessionListRequestReject) String ¶
func (m *MsgTradingSessionListRequestReject) String() string
func (*MsgTradingSessionListRequestReject) Type ¶
func (msg *MsgTradingSessionListRequestReject) Type() string
func (*MsgTradingSessionListRequestReject) Unmarshal ¶
func (m *MsgTradingSessionListRequestReject) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionListRequestReject) ValidateBasic ¶
func (msg *MsgTradingSessionListRequestReject) ValidateBasic() error
func (*MsgTradingSessionListRequestReject) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionListRequestReject) XXX_DiscardUnknown()
func (*MsgTradingSessionListRequestReject) XXX_Marshal ¶
func (m *MsgTradingSessionListRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionListRequestReject) XXX_Merge ¶
func (m *MsgTradingSessionListRequestReject) XXX_Merge(src proto.Message)
func (*MsgTradingSessionListRequestReject) XXX_Size ¶
func (m *MsgTradingSessionListRequestReject) XXX_Size() int
func (*MsgTradingSessionListRequestReject) XXX_Unmarshal ¶
func (m *MsgTradingSessionListRequestReject) XXX_Unmarshal(b []byte) error
type MsgTradingSessionListRequestRejectResponse ¶
type MsgTradingSessionListRequestRejectResponse struct { }
func (*MsgTradingSessionListRequestRejectResponse) Descriptor ¶
func (*MsgTradingSessionListRequestRejectResponse) Descriptor() ([]byte, []int)
func (*MsgTradingSessionListRequestRejectResponse) Marshal ¶
func (m *MsgTradingSessionListRequestRejectResponse) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionListRequestRejectResponse) MarshalTo ¶
func (m *MsgTradingSessionListRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionListRequestRejectResponse) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionListRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionListRequestRejectResponse) ProtoMessage ¶
func (*MsgTradingSessionListRequestRejectResponse) ProtoMessage()
func (*MsgTradingSessionListRequestRejectResponse) Reset ¶
func (m *MsgTradingSessionListRequestRejectResponse) Reset()
func (*MsgTradingSessionListRequestRejectResponse) Size ¶
func (m *MsgTradingSessionListRequestRejectResponse) Size() (n int)
func (*MsgTradingSessionListRequestRejectResponse) String ¶
func (m *MsgTradingSessionListRequestRejectResponse) String() string
func (*MsgTradingSessionListRequestRejectResponse) Unmarshal ¶
func (m *MsgTradingSessionListRequestRejectResponse) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionListRequestRejectResponse) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionListRequestRejectResponse) XXX_DiscardUnknown()
func (*MsgTradingSessionListRequestRejectResponse) XXX_Marshal ¶
func (m *MsgTradingSessionListRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionListRequestRejectResponse) XXX_Merge ¶
func (m *MsgTradingSessionListRequestRejectResponse) XXX_Merge(src proto.Message)
func (*MsgTradingSessionListRequestRejectResponse) XXX_Size ¶
func (m *MsgTradingSessionListRequestRejectResponse) XXX_Size() int
func (*MsgTradingSessionListRequestRejectResponse) XXX_Unmarshal ¶
func (m *MsgTradingSessionListRequestRejectResponse) XXX_Unmarshal(b []byte) error
type MsgTradingSessionListRequestResponse ¶
type MsgTradingSessionListRequestResponse struct { }
func (*MsgTradingSessionListRequestResponse) Descriptor ¶
func (*MsgTradingSessionListRequestResponse) Descriptor() ([]byte, []int)
func (*MsgTradingSessionListRequestResponse) Marshal ¶
func (m *MsgTradingSessionListRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionListRequestResponse) MarshalTo ¶
func (m *MsgTradingSessionListRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionListRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionListRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionListRequestResponse) ProtoMessage ¶
func (*MsgTradingSessionListRequestResponse) ProtoMessage()
func (*MsgTradingSessionListRequestResponse) Reset ¶
func (m *MsgTradingSessionListRequestResponse) Reset()
func (*MsgTradingSessionListRequestResponse) Size ¶
func (m *MsgTradingSessionListRequestResponse) Size() (n int)
func (*MsgTradingSessionListRequestResponse) String ¶
func (m *MsgTradingSessionListRequestResponse) String() string
func (*MsgTradingSessionListRequestResponse) Unmarshal ¶
func (m *MsgTradingSessionListRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionListRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionListRequestResponse) XXX_DiscardUnknown()
func (*MsgTradingSessionListRequestResponse) XXX_Marshal ¶
func (m *MsgTradingSessionListRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionListRequestResponse) XXX_Merge ¶
func (m *MsgTradingSessionListRequestResponse) XXX_Merge(src proto.Message)
func (*MsgTradingSessionListRequestResponse) XXX_Size ¶
func (m *MsgTradingSessionListRequestResponse) XXX_Size() int
func (*MsgTradingSessionListRequestResponse) XXX_Unmarshal ¶
func (m *MsgTradingSessionListRequestResponse) XXX_Unmarshal(b []byte) error
type MsgTradingSessionListResponse ¶
type MsgTradingSessionListResponse struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` SessionID string `protobuf:"bytes,2,opt,name=sessionID,proto3" json:"sessionID,omitempty"` TradSesReqID string `protobuf:"bytes,3,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` NoTradingSessions string `protobuf:"bytes,4,opt,name=noTradingSessions,proto3" json:"noTradingSessions,omitempty"` TradingSessionID string `protobuf:"bytes,5,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` TradingSessionSubID string `protobuf:"bytes,6,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` SecurityExchange string `protobuf:"bytes,7,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` TradSesMethod string `protobuf:"bytes,8,opt,name=tradSesMethod,proto3" json:"tradSesMethod,omitempty"` TradSesMode string `protobuf:"bytes,9,opt,name=tradSesMode,proto3" json:"tradSesMode,omitempty"` UnsolicitedIndicator string `protobuf:"bytes,10,opt,name=unsolicitedIndicator,proto3" json:"unsolicitedIndicator,omitempty"` TradSesStatus string `protobuf:"bytes,11,opt,name=tradSesStatus,proto3" json:"tradSesStatus,omitempty"` TradSesStatusRejReason string `protobuf:"bytes,12,opt,name=tradSesStatusRejReason,proto3" json:"tradSesStatusRejReason,omitempty"` TradSesStartTime string `protobuf:"bytes,13,opt,name=tradSesStartTime,proto3" json:"tradSesStartTime,omitempty"` TradSesOpenTime string `protobuf:"bytes,14,opt,name=tradSesOpenTime,proto3" json:"tradSesOpenTime,omitempty"` TradSesPreCloseTime string `protobuf:"bytes,15,opt,name=tradSesPreCloseTime,proto3" json:"tradSesPreCloseTime,omitempty"` TradSesCloseTime string `protobuf:"bytes,16,opt,name=tradSesCloseTime,proto3" json:"tradSesCloseTime,omitempty"` TradSesEndTime string `protobuf:"bytes,17,opt,name=tradSesEndTime,proto3" json:"tradSesEndTime,omitempty"` }
func NewMsgTradingSessionListResponse ¶
func NewMsgTradingSessionListResponse(creator string, sessionID string, tradSesReqID string, noTradingSessions string, tradingSessionID string, tradingSessionSubID string, securityExchange string, tradSesMethod string, tradSesMode string, unsolicitedIndicator string, tradSesStatus string, tradSesStatusRejReason string, tradSesStartTime string, tradSesOpenTime string, tradSesPreCloseTime string, tradSesCloseTime string, tradSesEndTime string) *MsgTradingSessionListResponse
func (*MsgTradingSessionListResponse) Descriptor ¶
func (*MsgTradingSessionListResponse) Descriptor() ([]byte, []int)
func (*MsgTradingSessionListResponse) GetCreator ¶
func (m *MsgTradingSessionListResponse) GetCreator() string
func (*MsgTradingSessionListResponse) GetNoTradingSessions ¶
func (m *MsgTradingSessionListResponse) GetNoTradingSessions() string
func (*MsgTradingSessionListResponse) GetSecurityExchange ¶
func (m *MsgTradingSessionListResponse) GetSecurityExchange() string
func (*MsgTradingSessionListResponse) GetSessionID ¶
func (m *MsgTradingSessionListResponse) GetSessionID() string
func (*MsgTradingSessionListResponse) GetSignBytes ¶
func (msg *MsgTradingSessionListResponse) GetSignBytes() []byte
func (*MsgTradingSessionListResponse) GetSigners ¶
func (msg *MsgTradingSessionListResponse) GetSigners() []sdk.AccAddress
func (*MsgTradingSessionListResponse) GetTradSesCloseTime ¶
func (m *MsgTradingSessionListResponse) GetTradSesCloseTime() string
func (*MsgTradingSessionListResponse) GetTradSesEndTime ¶
func (m *MsgTradingSessionListResponse) GetTradSesEndTime() string
func (*MsgTradingSessionListResponse) GetTradSesMethod ¶
func (m *MsgTradingSessionListResponse) GetTradSesMethod() string
func (*MsgTradingSessionListResponse) GetTradSesMode ¶
func (m *MsgTradingSessionListResponse) GetTradSesMode() string
func (*MsgTradingSessionListResponse) GetTradSesOpenTime ¶
func (m *MsgTradingSessionListResponse) GetTradSesOpenTime() string
func (*MsgTradingSessionListResponse) GetTradSesPreCloseTime ¶
func (m *MsgTradingSessionListResponse) GetTradSesPreCloseTime() string
func (*MsgTradingSessionListResponse) GetTradSesReqID ¶
func (m *MsgTradingSessionListResponse) GetTradSesReqID() string
func (*MsgTradingSessionListResponse) GetTradSesStartTime ¶
func (m *MsgTradingSessionListResponse) GetTradSesStartTime() string
func (*MsgTradingSessionListResponse) GetTradSesStatus ¶
func (m *MsgTradingSessionListResponse) GetTradSesStatus() string
func (*MsgTradingSessionListResponse) GetTradSesStatusRejReason ¶
func (m *MsgTradingSessionListResponse) GetTradSesStatusRejReason() string
func (*MsgTradingSessionListResponse) GetTradingSessionID ¶
func (m *MsgTradingSessionListResponse) GetTradingSessionID() string
func (*MsgTradingSessionListResponse) GetTradingSessionSubID ¶
func (m *MsgTradingSessionListResponse) GetTradingSessionSubID() string
func (*MsgTradingSessionListResponse) GetUnsolicitedIndicator ¶
func (m *MsgTradingSessionListResponse) GetUnsolicitedIndicator() string
func (*MsgTradingSessionListResponse) Marshal ¶
func (m *MsgTradingSessionListResponse) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionListResponse) MarshalTo ¶
func (m *MsgTradingSessionListResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionListResponse) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionListResponse) ProtoMessage ¶
func (*MsgTradingSessionListResponse) ProtoMessage()
func (*MsgTradingSessionListResponse) Reset ¶
func (m *MsgTradingSessionListResponse) Reset()
func (*MsgTradingSessionListResponse) Route ¶
func (msg *MsgTradingSessionListResponse) Route() string
func (*MsgTradingSessionListResponse) Size ¶
func (m *MsgTradingSessionListResponse) Size() (n int)
func (*MsgTradingSessionListResponse) String ¶
func (m *MsgTradingSessionListResponse) String() string
func (*MsgTradingSessionListResponse) Type ¶
func (msg *MsgTradingSessionListResponse) Type() string
func (*MsgTradingSessionListResponse) Unmarshal ¶
func (m *MsgTradingSessionListResponse) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionListResponse) ValidateBasic ¶
func (msg *MsgTradingSessionListResponse) ValidateBasic() error
func (*MsgTradingSessionListResponse) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionListResponse) XXX_DiscardUnknown()
func (*MsgTradingSessionListResponse) XXX_Marshal ¶
func (m *MsgTradingSessionListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionListResponse) XXX_Merge ¶
func (m *MsgTradingSessionListResponse) XXX_Merge(src proto.Message)
func (*MsgTradingSessionListResponse) XXX_Size ¶
func (m *MsgTradingSessionListResponse) XXX_Size() int
func (*MsgTradingSessionListResponse) XXX_Unmarshal ¶
func (m *MsgTradingSessionListResponse) XXX_Unmarshal(b []byte) error
type MsgTradingSessionListResponseResponse ¶
type MsgTradingSessionListResponseResponse struct { }
func (*MsgTradingSessionListResponseResponse) Descriptor ¶
func (*MsgTradingSessionListResponseResponse) Descriptor() ([]byte, []int)
func (*MsgTradingSessionListResponseResponse) Marshal ¶
func (m *MsgTradingSessionListResponseResponse) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionListResponseResponse) MarshalTo ¶
func (m *MsgTradingSessionListResponseResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionListResponseResponse) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionListResponseResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionListResponseResponse) ProtoMessage ¶
func (*MsgTradingSessionListResponseResponse) ProtoMessage()
func (*MsgTradingSessionListResponseResponse) Reset ¶
func (m *MsgTradingSessionListResponseResponse) Reset()
func (*MsgTradingSessionListResponseResponse) Size ¶
func (m *MsgTradingSessionListResponseResponse) Size() (n int)
func (*MsgTradingSessionListResponseResponse) String ¶
func (m *MsgTradingSessionListResponseResponse) String() string
func (*MsgTradingSessionListResponseResponse) Unmarshal ¶
func (m *MsgTradingSessionListResponseResponse) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionListResponseResponse) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionListResponseResponse) XXX_DiscardUnknown()
func (*MsgTradingSessionListResponseResponse) XXX_Marshal ¶
func (m *MsgTradingSessionListResponseResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionListResponseResponse) XXX_Merge ¶
func (m *MsgTradingSessionListResponseResponse) XXX_Merge(src proto.Message)
func (*MsgTradingSessionListResponseResponse) XXX_Size ¶
func (m *MsgTradingSessionListResponseResponse) XXX_Size() int
func (*MsgTradingSessionListResponseResponse) XXX_Unmarshal ¶
func (m *MsgTradingSessionListResponseResponse) XXX_Unmarshal(b []byte) error
type MsgTradingSessionStatus ¶
type MsgTradingSessionStatus struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` TradSesReqID string `protobuf:"bytes,2,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` TradingSessionID string `protobuf:"bytes,3,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` TradSesStatus int32 `protobuf:"varint,4,opt,name=tradSesStatus,proto3" json:"tradSesStatus,omitempty"` TradSesStatusRejReason int32 `protobuf:"varint,5,opt,name=tradSesStatusRejReason,proto3" json:"tradSesStatusRejReason,omitempty"` TradSesStartTime string `protobuf:"bytes,6,opt,name=tradSesStartTime,proto3" json:"tradSesStartTime,omitempty"` TradSesOpenTime string `protobuf:"bytes,7,opt,name=tradSesOpenTime,proto3" json:"tradSesOpenTime,omitempty"` TradSesPreCloseTime string `protobuf:"bytes,8,opt,name=tradSesPreCloseTime,proto3" json:"tradSesPreCloseTime,omitempty"` TradSesCloseTime string `protobuf:"bytes,9,opt,name=tradSesCloseTime,proto3" json:"tradSesCloseTime,omitempty"` TradSesEndTime string `protobuf:"bytes,10,opt,name=tradSesEndTime,proto3" json:"tradSesEndTime,omitempty"` TotalVolumeTraded int32 `protobuf:"varint,11,opt,name=totalVolumeTraded,proto3" json:"totalVolumeTraded,omitempty"` TradSesHighPx string `protobuf:"bytes,12,opt,name=tradSesHighPx,proto3" json:"tradSesHighPx,omitempty"` TradSesLowPx string `protobuf:"bytes,13,opt,name=tradSesLowPx,proto3" json:"tradSesLowPx,omitempty"` SecurityID string `protobuf:"bytes,14,opt,name=securityID,proto3" json:"securityID,omitempty"` SecurityIDSource string `protobuf:"bytes,15,opt,name=securityIDSource,proto3" json:"securityIDSource,omitempty"` Symbol string `protobuf:"bytes,16,opt,name=symbol,proto3" json:"symbol,omitempty"` SecurityExchange string `protobuf:"bytes,17,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` MarketSegmentID string `protobuf:"bytes,18,opt,name=marketSegmentID,proto3" json:"marketSegmentID,omitempty"` MarketID string `protobuf:"bytes,19,opt,name=marketID,proto3" json:"marketID,omitempty"` SessionID string `protobuf:"bytes,20,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func NewMsgTradingSessionStatus ¶
func NewMsgTradingSessionStatus(creator string, sessionID string, tradSesReqID string, tradingSessionID string, tradSesStatus int32, tradSesStatusRejReason int32, tradSesStartTime string, tradSesOpenTime string, tradSesPreCloseTime string, tradSesCloseTime string, tradSesEndTime string, totalVolumeTraded int32, tradSesHighPx string, tradSesLowPx string, securityID string, securityIDSource string, symbol string, securityExchange string, marketSegmentID string, marketID string) *MsgTradingSessionStatus
func (*MsgTradingSessionStatus) Descriptor ¶
func (*MsgTradingSessionStatus) Descriptor() ([]byte, []int)
func (*MsgTradingSessionStatus) GetCreator ¶
func (m *MsgTradingSessionStatus) GetCreator() string
func (*MsgTradingSessionStatus) GetMarketID ¶
func (m *MsgTradingSessionStatus) GetMarketID() string
func (*MsgTradingSessionStatus) GetMarketSegmentID ¶
func (m *MsgTradingSessionStatus) GetMarketSegmentID() string
func (*MsgTradingSessionStatus) GetSecurityExchange ¶
func (m *MsgTradingSessionStatus) GetSecurityExchange() string
func (*MsgTradingSessionStatus) GetSecurityID ¶
func (m *MsgTradingSessionStatus) GetSecurityID() string
func (*MsgTradingSessionStatus) GetSecurityIDSource ¶
func (m *MsgTradingSessionStatus) GetSecurityIDSource() string
func (*MsgTradingSessionStatus) GetSessionID ¶
func (m *MsgTradingSessionStatus) GetSessionID() string
func (*MsgTradingSessionStatus) GetSignBytes ¶
func (msg *MsgTradingSessionStatus) GetSignBytes() []byte
func (*MsgTradingSessionStatus) GetSigners ¶
func (msg *MsgTradingSessionStatus) GetSigners() []sdk.AccAddress
func (*MsgTradingSessionStatus) GetSymbol ¶
func (m *MsgTradingSessionStatus) GetSymbol() string
func (*MsgTradingSessionStatus) GetTotalVolumeTraded ¶
func (m *MsgTradingSessionStatus) GetTotalVolumeTraded() int32
func (*MsgTradingSessionStatus) GetTradSesCloseTime ¶
func (m *MsgTradingSessionStatus) GetTradSesCloseTime() string
func (*MsgTradingSessionStatus) GetTradSesEndTime ¶
func (m *MsgTradingSessionStatus) GetTradSesEndTime() string
func (*MsgTradingSessionStatus) GetTradSesHighPx ¶
func (m *MsgTradingSessionStatus) GetTradSesHighPx() string
func (*MsgTradingSessionStatus) GetTradSesLowPx ¶
func (m *MsgTradingSessionStatus) GetTradSesLowPx() string
func (*MsgTradingSessionStatus) GetTradSesOpenTime ¶
func (m *MsgTradingSessionStatus) GetTradSesOpenTime() string
func (*MsgTradingSessionStatus) GetTradSesPreCloseTime ¶
func (m *MsgTradingSessionStatus) GetTradSesPreCloseTime() string
func (*MsgTradingSessionStatus) GetTradSesReqID ¶
func (m *MsgTradingSessionStatus) GetTradSesReqID() string
func (*MsgTradingSessionStatus) GetTradSesStartTime ¶
func (m *MsgTradingSessionStatus) GetTradSesStartTime() string
func (*MsgTradingSessionStatus) GetTradSesStatus ¶
func (m *MsgTradingSessionStatus) GetTradSesStatus() int32
func (*MsgTradingSessionStatus) GetTradSesStatusRejReason ¶
func (m *MsgTradingSessionStatus) GetTradSesStatusRejReason() int32
func (*MsgTradingSessionStatus) GetTradingSessionID ¶
func (m *MsgTradingSessionStatus) GetTradingSessionID() string
func (*MsgTradingSessionStatus) Marshal ¶
func (m *MsgTradingSessionStatus) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionStatus) MarshalTo ¶
func (m *MsgTradingSessionStatus) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionStatus) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionStatus) ProtoMessage ¶
func (*MsgTradingSessionStatus) ProtoMessage()
func (*MsgTradingSessionStatus) Reset ¶
func (m *MsgTradingSessionStatus) Reset()
func (*MsgTradingSessionStatus) Route ¶
func (msg *MsgTradingSessionStatus) Route() string
func (*MsgTradingSessionStatus) Size ¶
func (m *MsgTradingSessionStatus) Size() (n int)
func (*MsgTradingSessionStatus) String ¶
func (m *MsgTradingSessionStatus) String() string
func (*MsgTradingSessionStatus) Type ¶
func (msg *MsgTradingSessionStatus) Type() string
func (*MsgTradingSessionStatus) Unmarshal ¶
func (m *MsgTradingSessionStatus) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionStatus) ValidateBasic ¶
func (msg *MsgTradingSessionStatus) ValidateBasic() error
func (*MsgTradingSessionStatus) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionStatus) XXX_DiscardUnknown()
func (*MsgTradingSessionStatus) XXX_Marshal ¶
func (m *MsgTradingSessionStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionStatus) XXX_Merge ¶
func (m *MsgTradingSessionStatus) XXX_Merge(src proto.Message)
func (*MsgTradingSessionStatus) XXX_Size ¶
func (m *MsgTradingSessionStatus) XXX_Size() int
func (*MsgTradingSessionStatus) XXX_Unmarshal ¶
func (m *MsgTradingSessionStatus) XXX_Unmarshal(b []byte) error
type MsgTradingSessionStatusRequest ¶
type MsgTradingSessionStatusRequest struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` TradSesReqID string `protobuf:"bytes,2,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` TradingSessionID string `protobuf:"bytes,3,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` TradingSessionSubID string `protobuf:"bytes,4,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` MarketID string `protobuf:"bytes,5,opt,name=marketID,proto3" json:"marketID,omitempty"` SubscriptionRequest string `protobuf:"bytes,6,opt,name=subscriptionRequest,proto3" json:"subscriptionRequest,omitempty"` SecurityID string `protobuf:"bytes,7,opt,name=securityID,proto3" json:"securityID,omitempty"` SecurityIDSource string `protobuf:"bytes,8,opt,name=securityIDSource,proto3" json:"securityIDSource,omitempty"` Symbol string `protobuf:"bytes,9,opt,name=symbol,proto3" json:"symbol,omitempty"` SecurityExchange string `protobuf:"bytes,10,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` MarketSegmentID string `protobuf:"bytes,11,opt,name=marketSegmentID,proto3" json:"marketSegmentID,omitempty"` TradSesReqType int32 `protobuf:"varint,12,opt,name=tradSesReqType,proto3" json:"tradSesReqType,omitempty"` TradSesSubReqType int32 `protobuf:"varint,13,opt,name=tradSesSubReqType,proto3" json:"tradSesSubReqType,omitempty"` TradSesMode int32 `protobuf:"varint,14,opt,name=tradSesMode,proto3" json:"tradSesMode,omitempty"` TradingSessionDate string `protobuf:"bytes,15,opt,name=tradingSessionDate,proto3" json:"tradingSessionDate,omitempty"` TradingSessionTime string `protobuf:"bytes,16,opt,name=tradingSessionTime,proto3" json:"tradingSessionTime,omitempty"` TradingSessionSubTime string `protobuf:"bytes,17,opt,name=tradingSessionSubTime,proto3" json:"tradingSessionSubTime,omitempty"` ExpirationDate string `protobuf:"bytes,18,opt,name=expirationDate,proto3" json:"expirationDate,omitempty"` SessionID string `protobuf:"bytes,19,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func NewMsgTradingSessionStatusRequest ¶
func NewMsgTradingSessionStatusRequest(creator string, sessionID string, tradSesReqID string, tradingSessionID string, tradingSessionSubID string, marketID string, subscriptionRequest string, securityID string, securityIDSource string, symbol string, securityExchange string, marketSegmentID string, tradSesReqType int32, tradSesSubReqType int32, tradSesMode int32, tradingSessionDate string, tradingSessionTime string, tradingSessionSubTime string, expirationDate string) *MsgTradingSessionStatusRequest
func (*MsgTradingSessionStatusRequest) Descriptor ¶
func (*MsgTradingSessionStatusRequest) Descriptor() ([]byte, []int)
func (*MsgTradingSessionStatusRequest) GetCreator ¶
func (m *MsgTradingSessionStatusRequest) GetCreator() string
func (*MsgTradingSessionStatusRequest) GetExpirationDate ¶
func (m *MsgTradingSessionStatusRequest) GetExpirationDate() string
func (*MsgTradingSessionStatusRequest) GetMarketID ¶
func (m *MsgTradingSessionStatusRequest) GetMarketID() string
func (*MsgTradingSessionStatusRequest) GetMarketSegmentID ¶
func (m *MsgTradingSessionStatusRequest) GetMarketSegmentID() string
func (*MsgTradingSessionStatusRequest) GetSecurityExchange ¶
func (m *MsgTradingSessionStatusRequest) GetSecurityExchange() string
func (*MsgTradingSessionStatusRequest) GetSecurityID ¶
func (m *MsgTradingSessionStatusRequest) GetSecurityID() string
func (*MsgTradingSessionStatusRequest) GetSecurityIDSource ¶
func (m *MsgTradingSessionStatusRequest) GetSecurityIDSource() string
func (*MsgTradingSessionStatusRequest) GetSessionID ¶
func (m *MsgTradingSessionStatusRequest) GetSessionID() string
func (*MsgTradingSessionStatusRequest) GetSignBytes ¶
func (msg *MsgTradingSessionStatusRequest) GetSignBytes() []byte
func (*MsgTradingSessionStatusRequest) GetSigners ¶
func (msg *MsgTradingSessionStatusRequest) GetSigners() []sdk.AccAddress
func (*MsgTradingSessionStatusRequest) GetSubscriptionRequest ¶
func (m *MsgTradingSessionStatusRequest) GetSubscriptionRequest() string
func (*MsgTradingSessionStatusRequest) GetSymbol ¶
func (m *MsgTradingSessionStatusRequest) GetSymbol() string
func (*MsgTradingSessionStatusRequest) GetTradSesMode ¶
func (m *MsgTradingSessionStatusRequest) GetTradSesMode() int32
func (*MsgTradingSessionStatusRequest) GetTradSesReqID ¶
func (m *MsgTradingSessionStatusRequest) GetTradSesReqID() string
func (*MsgTradingSessionStatusRequest) GetTradSesReqType ¶
func (m *MsgTradingSessionStatusRequest) GetTradSesReqType() int32
func (*MsgTradingSessionStatusRequest) GetTradSesSubReqType ¶
func (m *MsgTradingSessionStatusRequest) GetTradSesSubReqType() int32
func (*MsgTradingSessionStatusRequest) GetTradingSessionDate ¶
func (m *MsgTradingSessionStatusRequest) GetTradingSessionDate() string
func (*MsgTradingSessionStatusRequest) GetTradingSessionID ¶
func (m *MsgTradingSessionStatusRequest) GetTradingSessionID() string
func (*MsgTradingSessionStatusRequest) GetTradingSessionSubID ¶
func (m *MsgTradingSessionStatusRequest) GetTradingSessionSubID() string
func (*MsgTradingSessionStatusRequest) GetTradingSessionSubTime ¶
func (m *MsgTradingSessionStatusRequest) GetTradingSessionSubTime() string
func (*MsgTradingSessionStatusRequest) GetTradingSessionTime ¶
func (m *MsgTradingSessionStatusRequest) GetTradingSessionTime() string
func (*MsgTradingSessionStatusRequest) Marshal ¶
func (m *MsgTradingSessionStatusRequest) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionStatusRequest) MarshalTo ¶
func (m *MsgTradingSessionStatusRequest) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionStatusRequest) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionStatusRequest) ProtoMessage ¶
func (*MsgTradingSessionStatusRequest) ProtoMessage()
func (*MsgTradingSessionStatusRequest) Reset ¶
func (m *MsgTradingSessionStatusRequest) Reset()
func (*MsgTradingSessionStatusRequest) Route ¶
func (msg *MsgTradingSessionStatusRequest) Route() string
func (*MsgTradingSessionStatusRequest) Size ¶
func (m *MsgTradingSessionStatusRequest) Size() (n int)
func (*MsgTradingSessionStatusRequest) String ¶
func (m *MsgTradingSessionStatusRequest) String() string
func (*MsgTradingSessionStatusRequest) Type ¶
func (msg *MsgTradingSessionStatusRequest) Type() string
func (*MsgTradingSessionStatusRequest) Unmarshal ¶
func (m *MsgTradingSessionStatusRequest) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionStatusRequest) ValidateBasic ¶
func (msg *MsgTradingSessionStatusRequest) ValidateBasic() error
func (*MsgTradingSessionStatusRequest) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionStatusRequest) XXX_DiscardUnknown()
func (*MsgTradingSessionStatusRequest) XXX_Marshal ¶
func (m *MsgTradingSessionStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionStatusRequest) XXX_Merge ¶
func (m *MsgTradingSessionStatusRequest) XXX_Merge(src proto.Message)
func (*MsgTradingSessionStatusRequest) XXX_Size ¶
func (m *MsgTradingSessionStatusRequest) XXX_Size() int
func (*MsgTradingSessionStatusRequest) XXX_Unmarshal ¶
func (m *MsgTradingSessionStatusRequest) XXX_Unmarshal(b []byte) error
type MsgTradingSessionStatusRequestReject ¶
type MsgTradingSessionStatusRequestReject struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` RefSeqNum string `protobuf:"bytes,2,opt,name=refSeqNum,proto3" json:"refSeqNum,omitempty"` RefMsgType string `protobuf:"bytes,3,opt,name=refMsgType,proto3" json:"refMsgType,omitempty"` SessionRejectReason int32 `protobuf:"varint,4,opt,name=sessionRejectReason,proto3" json:"sessionRejectReason,omitempty"` Text string `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"` SessionID string `protobuf:"bytes,6,opt,name=sessionID,proto3" json:"sessionID,omitempty"` }
func (*MsgTradingSessionStatusRequestReject) Descriptor ¶
func (*MsgTradingSessionStatusRequestReject) Descriptor() ([]byte, []int)
func (*MsgTradingSessionStatusRequestReject) GetCreator ¶
func (m *MsgTradingSessionStatusRequestReject) GetCreator() string
func (*MsgTradingSessionStatusRequestReject) GetRefMsgType ¶
func (m *MsgTradingSessionStatusRequestReject) GetRefMsgType() string
func (*MsgTradingSessionStatusRequestReject) GetRefSeqNum ¶
func (m *MsgTradingSessionStatusRequestReject) GetRefSeqNum() string
func (*MsgTradingSessionStatusRequestReject) GetSessionID ¶
func (m *MsgTradingSessionStatusRequestReject) GetSessionID() string
func (*MsgTradingSessionStatusRequestReject) GetSessionRejectReason ¶
func (m *MsgTradingSessionStatusRequestReject) GetSessionRejectReason() int32
func (*MsgTradingSessionStatusRequestReject) GetSignBytes ¶
func (msg *MsgTradingSessionStatusRequestReject) GetSignBytes() []byte
func (*MsgTradingSessionStatusRequestReject) GetSigners ¶
func (msg *MsgTradingSessionStatusRequestReject) GetSigners() []sdk.AccAddress
func (*MsgTradingSessionStatusRequestReject) GetText ¶
func (m *MsgTradingSessionStatusRequestReject) GetText() string
func (*MsgTradingSessionStatusRequestReject) Marshal ¶
func (m *MsgTradingSessionStatusRequestReject) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionStatusRequestReject) MarshalTo ¶
func (m *MsgTradingSessionStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionStatusRequestReject) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionStatusRequestReject) ProtoMessage ¶
func (*MsgTradingSessionStatusRequestReject) ProtoMessage()
func (*MsgTradingSessionStatusRequestReject) Reset ¶
func (m *MsgTradingSessionStatusRequestReject) Reset()
func (*MsgTradingSessionStatusRequestReject) Route ¶
func (msg *MsgTradingSessionStatusRequestReject) Route() string
func (*MsgTradingSessionStatusRequestReject) Size ¶
func (m *MsgTradingSessionStatusRequestReject) Size() (n int)
func (*MsgTradingSessionStatusRequestReject) String ¶
func (m *MsgTradingSessionStatusRequestReject) String() string
func (*MsgTradingSessionStatusRequestReject) Type ¶
func (msg *MsgTradingSessionStatusRequestReject) Type() string
func (*MsgTradingSessionStatusRequestReject) Unmarshal ¶
func (m *MsgTradingSessionStatusRequestReject) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionStatusRequestReject) ValidateBasic ¶
func (msg *MsgTradingSessionStatusRequestReject) ValidateBasic() error
func (*MsgTradingSessionStatusRequestReject) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionStatusRequestReject) XXX_DiscardUnknown()
func (*MsgTradingSessionStatusRequestReject) XXX_Marshal ¶
func (m *MsgTradingSessionStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionStatusRequestReject) XXX_Merge ¶
func (m *MsgTradingSessionStatusRequestReject) XXX_Merge(src proto.Message)
func (*MsgTradingSessionStatusRequestReject) XXX_Size ¶
func (m *MsgTradingSessionStatusRequestReject) XXX_Size() int
func (*MsgTradingSessionStatusRequestReject) XXX_Unmarshal ¶
func (m *MsgTradingSessionStatusRequestReject) XXX_Unmarshal(b []byte) error
type MsgTradingSessionStatusRequestRejectResponse ¶
type MsgTradingSessionStatusRequestRejectResponse struct { }
func (*MsgTradingSessionStatusRequestRejectResponse) Descriptor ¶
func (*MsgTradingSessionStatusRequestRejectResponse) Descriptor() ([]byte, []int)
func (*MsgTradingSessionStatusRequestRejectResponse) Marshal ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionStatusRequestRejectResponse) MarshalTo ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionStatusRequestRejectResponse) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionStatusRequestRejectResponse) ProtoMessage ¶
func (*MsgTradingSessionStatusRequestRejectResponse) ProtoMessage()
func (*MsgTradingSessionStatusRequestRejectResponse) Reset ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) Reset()
func (*MsgTradingSessionStatusRequestRejectResponse) Size ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) Size() (n int)
func (*MsgTradingSessionStatusRequestRejectResponse) String ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) String() string
func (*MsgTradingSessionStatusRequestRejectResponse) Unmarshal ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionStatusRequestRejectResponse) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) XXX_DiscardUnknown()
func (*MsgTradingSessionStatusRequestRejectResponse) XXX_Marshal ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionStatusRequestRejectResponse) XXX_Merge ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) XXX_Merge(src proto.Message)
func (*MsgTradingSessionStatusRequestRejectResponse) XXX_Size ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) XXX_Size() int
func (*MsgTradingSessionStatusRequestRejectResponse) XXX_Unmarshal ¶
func (m *MsgTradingSessionStatusRequestRejectResponse) XXX_Unmarshal(b []byte) error
type MsgTradingSessionStatusRequestResponse ¶
type MsgTradingSessionStatusRequestResponse struct { }
func (*MsgTradingSessionStatusRequestResponse) Descriptor ¶
func (*MsgTradingSessionStatusRequestResponse) Descriptor() ([]byte, []int)
func (*MsgTradingSessionStatusRequestResponse) Marshal ¶
func (m *MsgTradingSessionStatusRequestResponse) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionStatusRequestResponse) MarshalTo ¶
func (m *MsgTradingSessionStatusRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionStatusRequestResponse) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionStatusRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionStatusRequestResponse) ProtoMessage ¶
func (*MsgTradingSessionStatusRequestResponse) ProtoMessage()
func (*MsgTradingSessionStatusRequestResponse) Reset ¶
func (m *MsgTradingSessionStatusRequestResponse) Reset()
func (*MsgTradingSessionStatusRequestResponse) Size ¶
func (m *MsgTradingSessionStatusRequestResponse) Size() (n int)
func (*MsgTradingSessionStatusRequestResponse) String ¶
func (m *MsgTradingSessionStatusRequestResponse) String() string
func (*MsgTradingSessionStatusRequestResponse) Unmarshal ¶
func (m *MsgTradingSessionStatusRequestResponse) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionStatusRequestResponse) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionStatusRequestResponse) XXX_DiscardUnknown()
func (*MsgTradingSessionStatusRequestResponse) XXX_Marshal ¶
func (m *MsgTradingSessionStatusRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionStatusRequestResponse) XXX_Merge ¶
func (m *MsgTradingSessionStatusRequestResponse) XXX_Merge(src proto.Message)
func (*MsgTradingSessionStatusRequestResponse) XXX_Size ¶
func (m *MsgTradingSessionStatusRequestResponse) XXX_Size() int
func (*MsgTradingSessionStatusRequestResponse) XXX_Unmarshal ¶
func (m *MsgTradingSessionStatusRequestResponse) XXX_Unmarshal(b []byte) error
type MsgTradingSessionStatusResponse ¶
type MsgTradingSessionStatusResponse struct { }
func (*MsgTradingSessionStatusResponse) Descriptor ¶
func (*MsgTradingSessionStatusResponse) Descriptor() ([]byte, []int)
func (*MsgTradingSessionStatusResponse) Marshal ¶
func (m *MsgTradingSessionStatusResponse) Marshal() (dAtA []byte, err error)
func (*MsgTradingSessionStatusResponse) MarshalTo ¶
func (m *MsgTradingSessionStatusResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgTradingSessionStatusResponse) MarshalToSizedBuffer ¶
func (m *MsgTradingSessionStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgTradingSessionStatusResponse) ProtoMessage ¶
func (*MsgTradingSessionStatusResponse) ProtoMessage()
func (*MsgTradingSessionStatusResponse) Reset ¶
func (m *MsgTradingSessionStatusResponse) Reset()
func (*MsgTradingSessionStatusResponse) Size ¶
func (m *MsgTradingSessionStatusResponse) Size() (n int)
func (*MsgTradingSessionStatusResponse) String ¶
func (m *MsgTradingSessionStatusResponse) String() string
func (*MsgTradingSessionStatusResponse) Unmarshal ¶
func (m *MsgTradingSessionStatusResponse) Unmarshal(dAtA []byte) error
func (*MsgTradingSessionStatusResponse) XXX_DiscardUnknown ¶
func (m *MsgTradingSessionStatusResponse) XXX_DiscardUnknown()
func (*MsgTradingSessionStatusResponse) XXX_Marshal ¶
func (m *MsgTradingSessionStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgTradingSessionStatusResponse) XXX_Merge ¶
func (m *MsgTradingSessionStatusResponse) XXX_Merge(src proto.Message)
func (*MsgTradingSessionStatusResponse) XXX_Size ¶
func (m *MsgTradingSessionStatusResponse) XXX_Size() int
func (*MsgTradingSessionStatusResponse) XXX_Unmarshal ¶
func (m *MsgTradingSessionStatusResponse) XXX_Unmarshal(b []byte) error
type MsgUpdateAccount ¶
type MsgUpdateAccount struct { Creator string `protobuf:"bytes,1,opt,name=creator,proto3" json:"creator,omitempty"` Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"` CompanyName string `protobuf:"bytes,3,opt,name=companyName,proto3" json:"companyName,omitempty"` Website string `protobuf:"bytes,4,opt,name=website,proto3" json:"website,omitempty"` SocialMediaLinks string `protobuf:"bytes,5,opt,name=socialMediaLinks,proto3" json:"socialMediaLinks,omitempty"` }
func NewMsgUpdateAccount ¶
func (*MsgUpdateAccount) Descriptor ¶
func (*MsgUpdateAccount) Descriptor() ([]byte, []int)
func (*MsgUpdateAccount) GetAddress ¶
func (m *MsgUpdateAccount) GetAddress() string
func (*MsgUpdateAccount) GetCompanyName ¶
func (m *MsgUpdateAccount) GetCompanyName() string
func (*MsgUpdateAccount) GetCreator ¶
func (m *MsgUpdateAccount) GetCreator() string
func (*MsgUpdateAccount) GetSignBytes ¶
func (msg *MsgUpdateAccount) GetSignBytes() []byte
func (*MsgUpdateAccount) GetSigners ¶
func (msg *MsgUpdateAccount) GetSigners() []sdk.AccAddress
func (*MsgUpdateAccount) GetSocialMediaLinks ¶
func (m *MsgUpdateAccount) GetSocialMediaLinks() string
func (*MsgUpdateAccount) GetWebsite ¶
func (m *MsgUpdateAccount) GetWebsite() string
func (*MsgUpdateAccount) Marshal ¶
func (m *MsgUpdateAccount) Marshal() (dAtA []byte, err error)
func (*MsgUpdateAccount) MarshalToSizedBuffer ¶
func (m *MsgUpdateAccount) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateAccount) ProtoMessage ¶
func (*MsgUpdateAccount) ProtoMessage()
func (*MsgUpdateAccount) Reset ¶
func (m *MsgUpdateAccount) Reset()
func (*MsgUpdateAccount) Route ¶
func (msg *MsgUpdateAccount) Route() string
func (*MsgUpdateAccount) Size ¶
func (m *MsgUpdateAccount) Size() (n int)
func (*MsgUpdateAccount) String ¶
func (m *MsgUpdateAccount) String() string
func (*MsgUpdateAccount) Type ¶
func (msg *MsgUpdateAccount) Type() string
func (*MsgUpdateAccount) Unmarshal ¶
func (m *MsgUpdateAccount) Unmarshal(dAtA []byte) error
func (*MsgUpdateAccount) ValidateBasic ¶
func (msg *MsgUpdateAccount) ValidateBasic() error
func (*MsgUpdateAccount) XXX_DiscardUnknown ¶
func (m *MsgUpdateAccount) XXX_DiscardUnknown()
func (*MsgUpdateAccount) XXX_Marshal ¶
func (m *MsgUpdateAccount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateAccount) XXX_Merge ¶
func (m *MsgUpdateAccount) XXX_Merge(src proto.Message)
func (*MsgUpdateAccount) XXX_Size ¶
func (m *MsgUpdateAccount) XXX_Size() int
func (*MsgUpdateAccount) XXX_Unmarshal ¶
func (m *MsgUpdateAccount) XXX_Unmarshal(b []byte) error
type MsgUpdateAccountResponse ¶
type MsgUpdateAccountResponse struct { }
func (*MsgUpdateAccountResponse) Descriptor ¶
func (*MsgUpdateAccountResponse) Descriptor() ([]byte, []int)
func (*MsgUpdateAccountResponse) Marshal ¶
func (m *MsgUpdateAccountResponse) Marshal() (dAtA []byte, err error)
func (*MsgUpdateAccountResponse) MarshalTo ¶
func (m *MsgUpdateAccountResponse) MarshalTo(dAtA []byte) (int, error)
func (*MsgUpdateAccountResponse) MarshalToSizedBuffer ¶
func (m *MsgUpdateAccountResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*MsgUpdateAccountResponse) ProtoMessage ¶
func (*MsgUpdateAccountResponse) ProtoMessage()
func (*MsgUpdateAccountResponse) Reset ¶
func (m *MsgUpdateAccountResponse) Reset()
func (*MsgUpdateAccountResponse) Size ¶
func (m *MsgUpdateAccountResponse) Size() (n int)
func (*MsgUpdateAccountResponse) String ¶
func (m *MsgUpdateAccountResponse) String() string
func (*MsgUpdateAccountResponse) Unmarshal ¶
func (m *MsgUpdateAccountResponse) Unmarshal(dAtA []byte) error
func (*MsgUpdateAccountResponse) XXX_DiscardUnknown ¶
func (m *MsgUpdateAccountResponse) XXX_DiscardUnknown()
func (*MsgUpdateAccountResponse) XXX_Marshal ¶
func (m *MsgUpdateAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MsgUpdateAccountResponse) XXX_Merge ¶
func (m *MsgUpdateAccountResponse) XXX_Merge(src proto.Message)
func (*MsgUpdateAccountResponse) XXX_Size ¶
func (m *MsgUpdateAccountResponse) XXX_Size() int
func (*MsgUpdateAccountResponse) XXX_Unmarshal ¶
func (m *MsgUpdateAccountResponse) XXX_Unmarshal(b []byte) error
type OrderMassStatus ¶
type OrderMassStatus struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` OrderMassStatusRequest *OrderMassStatusRequest `protobuf:"bytes,2,opt,name=orderMassStatusRequest,proto3" json:"orderMassStatusRequest,omitempty"` OrderMassStatusReport *OrderMassStatusReport `protobuf:"bytes,3,opt,name=orderMassStatusReport,proto3" json:"orderMassStatusReport,omitempty"` OrderMassStatusRequestReject *OrderMassStatusRequestReject `protobuf:"bytes,4,opt,name=OrderMassStatusRequestReject,proto3" json:"OrderMassStatusRequestReject,omitempty"` }
func (*OrderMassStatus) Descriptor ¶
func (*OrderMassStatus) Descriptor() ([]byte, []int)
func (*OrderMassStatus) GetOrderMassStatusReport ¶
func (m *OrderMassStatus) GetOrderMassStatusReport() *OrderMassStatusReport
func (*OrderMassStatus) GetOrderMassStatusRequest ¶
func (m *OrderMassStatus) GetOrderMassStatusRequest() *OrderMassStatusRequest
func (*OrderMassStatus) GetOrderMassStatusRequestReject ¶
func (m *OrderMassStatus) GetOrderMassStatusRequestReject() *OrderMassStatusRequestReject
func (*OrderMassStatus) GetSessionID ¶
func (m *OrderMassStatus) GetSessionID() string
func (*OrderMassStatus) Marshal ¶
func (m *OrderMassStatus) Marshal() (dAtA []byte, err error)
func (*OrderMassStatus) MarshalToSizedBuffer ¶
func (m *OrderMassStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OrderMassStatus) ProtoMessage ¶
func (*OrderMassStatus) ProtoMessage()
func (*OrderMassStatus) Reset ¶
func (m *OrderMassStatus) Reset()
func (*OrderMassStatus) Size ¶
func (m *OrderMassStatus) Size() (n int)
func (*OrderMassStatus) String ¶
func (m *OrderMassStatus) String() string
func (*OrderMassStatus) Unmarshal ¶
func (m *OrderMassStatus) Unmarshal(dAtA []byte) error
func (*OrderMassStatus) XXX_DiscardUnknown ¶
func (m *OrderMassStatus) XXX_DiscardUnknown()
func (*OrderMassStatus) XXX_Marshal ¶
func (m *OrderMassStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderMassStatus) XXX_Merge ¶
func (m *OrderMassStatus) XXX_Merge(src proto.Message)
func (*OrderMassStatus) XXX_Size ¶
func (m *OrderMassStatus) XXX_Size() int
func (*OrderMassStatus) XXX_Unmarshal ¶
func (m *OrderMassStatus) XXX_Unmarshal(b []byte) error
type OrderMassStatusReport ¶
type OrderMassStatusReport struct { // standard Header Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (49) The unique identifier for the order. ClOrdID string `protobuf:"bytes,2,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` // (585) The unique identifier for the status request. MassStatusReqID string `protobuf:"bytes,3,opt,name=massStatusReqID,proto3" json:"massStatusReqID,omitempty"` // (1) The account that the order belongs to. Account string `protobuf:"bytes,4,opt,name=account,proto3" json:"account,omitempty"` // (55) The symbol of the security that the order is for. Symbol string `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"` // (48) The security identifier of the security that the order is for. SecurityID string `protobuf:"bytes,6,opt,name=securityID,proto3" json:"securityID,omitempty"` // (336) The trading session that the order is for. TradingSessionID string `protobuf:"bytes,7,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // (39) The status of the order. Valid values are "New", "Pending", // "PartiallyFilled", "Filled", "Cancelled", and "Expired". OrdStatus string `protobuf:"bytes,8,opt,name=ordStatus,proto3" json:"ordStatus,omitempty"` // (150) The type of execution report. Valid values are "New", "Replace", // "Cancel", and "Status". ExecType string `protobuf:"bytes,9,opt,name=execType,proto3" json:"execType,omitempty"` // (38) The quantity of the order that has been executed. OrdQty string `protobuf:"bytes,10,opt,name=ordQty,proto3" json:"ordQty,omitempty"` // (31) The last price at which the order was executed. LastPx string `protobuf:"bytes,11,opt,name=lastPx,proto3" json:"lastPx,omitempty"` // (44) The total quantity of the order that has been executed. CumQty string `protobuf:"bytes,12,opt,name=cumQty,proto3" json:"cumQty,omitempty"` // (69) The average price at which the order has been executed. AvgPx string `protobuf:"bytes,13,opt,name=avgPx,proto3" json:"avgPx,omitempty"` // (11) The quantity of the order that remains to be executed. LeavesQty string `protobuf:"bytes,14,opt,name=leavesQty,proto3" json:"leavesQty,omitempty"` // standard Trailer Trailer *Trailer `protobuf:"bytes,15,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Order Mass Status Report with fields, tags and descriptions.
func (*OrderMassStatusReport) Descriptor ¶
func (*OrderMassStatusReport) Descriptor() ([]byte, []int)
func (*OrderMassStatusReport) GetAccount ¶
func (m *OrderMassStatusReport) GetAccount() string
func (*OrderMassStatusReport) GetAvgPx ¶
func (m *OrderMassStatusReport) GetAvgPx() string
func (*OrderMassStatusReport) GetClOrdID ¶
func (m *OrderMassStatusReport) GetClOrdID() string
func (*OrderMassStatusReport) GetCumQty ¶
func (m *OrderMassStatusReport) GetCumQty() string
func (*OrderMassStatusReport) GetExecType ¶
func (m *OrderMassStatusReport) GetExecType() string
func (*OrderMassStatusReport) GetHeader ¶
func (m *OrderMassStatusReport) GetHeader() *Header
func (*OrderMassStatusReport) GetLastPx ¶
func (m *OrderMassStatusReport) GetLastPx() string
func (*OrderMassStatusReport) GetLeavesQty ¶
func (m *OrderMassStatusReport) GetLeavesQty() string
func (*OrderMassStatusReport) GetMassStatusReqID ¶
func (m *OrderMassStatusReport) GetMassStatusReqID() string
func (*OrderMassStatusReport) GetOrdQty ¶
func (m *OrderMassStatusReport) GetOrdQty() string
func (*OrderMassStatusReport) GetOrdStatus ¶
func (m *OrderMassStatusReport) GetOrdStatus() string
func (*OrderMassStatusReport) GetSecurityID ¶
func (m *OrderMassStatusReport) GetSecurityID() string
func (*OrderMassStatusReport) GetSymbol ¶
func (m *OrderMassStatusReport) GetSymbol() string
func (*OrderMassStatusReport) GetTradingSessionID ¶
func (m *OrderMassStatusReport) GetTradingSessionID() string
func (*OrderMassStatusReport) GetTrailer ¶
func (m *OrderMassStatusReport) GetTrailer() *Trailer
func (*OrderMassStatusReport) Marshal ¶
func (m *OrderMassStatusReport) Marshal() (dAtA []byte, err error)
func (*OrderMassStatusReport) MarshalTo ¶
func (m *OrderMassStatusReport) MarshalTo(dAtA []byte) (int, error)
func (*OrderMassStatusReport) MarshalToSizedBuffer ¶
func (m *OrderMassStatusReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OrderMassStatusReport) ProtoMessage ¶
func (*OrderMassStatusReport) ProtoMessage()
func (*OrderMassStatusReport) Reset ¶
func (m *OrderMassStatusReport) Reset()
func (*OrderMassStatusReport) Size ¶
func (m *OrderMassStatusReport) Size() (n int)
func (*OrderMassStatusReport) String ¶
func (m *OrderMassStatusReport) String() string
func (*OrderMassStatusReport) Unmarshal ¶
func (m *OrderMassStatusReport) Unmarshal(dAtA []byte) error
func (*OrderMassStatusReport) XXX_DiscardUnknown ¶
func (m *OrderMassStatusReport) XXX_DiscardUnknown()
func (*OrderMassStatusReport) XXX_Marshal ¶
func (m *OrderMassStatusReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderMassStatusReport) XXX_Merge ¶
func (m *OrderMassStatusReport) XXX_Merge(src proto.Message)
func (*OrderMassStatusReport) XXX_Size ¶
func (m *OrderMassStatusReport) XXX_Size() int
func (*OrderMassStatusReport) XXX_Unmarshal ¶
func (m *OrderMassStatusReport) XXX_Unmarshal(b []byte) error
type OrderMassStatusRequest ¶
type OrderMassStatusRequest struct { // standard Header Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (586) The unique identifier for the status request. MassStatusReqID string `protobuf:"bytes,2,opt,name=massStatusReqID,proto3" json:"massStatusReqID,omitempty"` // (585) The type of status request. Valid values are "All" to request the // status of all orders in the group, or "Partial" to request the status of a // subset of orders in the group. MassStatusReqType string `protobuf:"bytes,3,opt,name=massStatusReqType,proto3" json:"massStatusReqType,omitempty"` // (49) The unique identifier for the group of orders. ClOrdID string `protobuf:"bytes,4,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` // (1) The account that the orders belong to. Account string `protobuf:"bytes,5,opt,name=account,proto3" json:"account,omitempty"` // (55) The symbol of the security that the orders are for. Symbol string `protobuf:"bytes,6,opt,name=symbol,proto3" json:"symbol,omitempty"` // (48) The security identifier of the security that the orders are for. SecurityID string `protobuf:"bytes,7,opt,name=securityID,proto3" json:"securityID,omitempty"` // (336) The trading session that the orders are for. TradingSessionID string `protobuf:"bytes,8,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // standard Trailer Trailer *Trailer `protobuf:"bytes,9,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Order Mass Status Request with fields, tags and descriptions.
func (*OrderMassStatusRequest) Descriptor ¶
func (*OrderMassStatusRequest) Descriptor() ([]byte, []int)
func (*OrderMassStatusRequest) GetAccount ¶
func (m *OrderMassStatusRequest) GetAccount() string
func (*OrderMassStatusRequest) GetClOrdID ¶
func (m *OrderMassStatusRequest) GetClOrdID() string
func (*OrderMassStatusRequest) GetHeader ¶
func (m *OrderMassStatusRequest) GetHeader() *Header
func (*OrderMassStatusRequest) GetMassStatusReqID ¶
func (m *OrderMassStatusRequest) GetMassStatusReqID() string
func (*OrderMassStatusRequest) GetMassStatusReqType ¶
func (m *OrderMassStatusRequest) GetMassStatusReqType() string
func (*OrderMassStatusRequest) GetSecurityID ¶
func (m *OrderMassStatusRequest) GetSecurityID() string
func (*OrderMassStatusRequest) GetSymbol ¶
func (m *OrderMassStatusRequest) GetSymbol() string
func (*OrderMassStatusRequest) GetTradingSessionID ¶
func (m *OrderMassStatusRequest) GetTradingSessionID() string
func (*OrderMassStatusRequest) GetTrailer ¶
func (m *OrderMassStatusRequest) GetTrailer() *Trailer
func (*OrderMassStatusRequest) Marshal ¶
func (m *OrderMassStatusRequest) Marshal() (dAtA []byte, err error)
func (*OrderMassStatusRequest) MarshalTo ¶
func (m *OrderMassStatusRequest) MarshalTo(dAtA []byte) (int, error)
func (*OrderMassStatusRequest) MarshalToSizedBuffer ¶
func (m *OrderMassStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OrderMassStatusRequest) ProtoMessage ¶
func (*OrderMassStatusRequest) ProtoMessage()
func (*OrderMassStatusRequest) Reset ¶
func (m *OrderMassStatusRequest) Reset()
func (*OrderMassStatusRequest) Size ¶
func (m *OrderMassStatusRequest) Size() (n int)
func (*OrderMassStatusRequest) String ¶
func (m *OrderMassStatusRequest) String() string
func (*OrderMassStatusRequest) Unmarshal ¶
func (m *OrderMassStatusRequest) Unmarshal(dAtA []byte) error
func (*OrderMassStatusRequest) XXX_DiscardUnknown ¶
func (m *OrderMassStatusRequest) XXX_DiscardUnknown()
func (*OrderMassStatusRequest) XXX_Marshal ¶
func (m *OrderMassStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderMassStatusRequest) XXX_Merge ¶
func (m *OrderMassStatusRequest) XXX_Merge(src proto.Message)
func (*OrderMassStatusRequest) XXX_Size ¶
func (m *OrderMassStatusRequest) XXX_Size() int
func (*OrderMassStatusRequest) XXX_Unmarshal ¶
func (m *OrderMassStatusRequest) XXX_Unmarshal(b []byte) error
type OrderMassStatusRequestReject ¶
type OrderMassStatusRequestReject struct { // standard Header Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (34) The unique identifier for the rejected message. // the RefSeqID field in the Order Mass Status Request Reject (AR) message // will contain the same value as the MassStatusReqID field in the original // Order Mass Status Request (AF) message. RefSeqID string `protobuf:"bytes,2,opt,name=refSeqID,proto3" json:"refSeqID,omitempty"` // (587) The reason for the rejection. Valid values are: // 1: Invalid message type // 2: Invalid field // 3: Invalid value // 4: Unsupported feature // 5: Insufficient permissions // 6: Internal error // 7: Timeout // 8: Other RejCode string `protobuf:"bytes,3,opt,name=rejCode,proto3" json:"rejCode,omitempty"` // (588) A text description of the reason for the rejection. Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` // standard Trailer Trailer *Trailer `protobuf:"bytes,5,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Order Mass Status Request Reject with fields, tags and descriptions.
func (*OrderMassStatusRequestReject) Descriptor ¶
func (*OrderMassStatusRequestReject) Descriptor() ([]byte, []int)
func (*OrderMassStatusRequestReject) GetHeader ¶
func (m *OrderMassStatusRequestReject) GetHeader() *Header
func (*OrderMassStatusRequestReject) GetRefSeqID ¶
func (m *OrderMassStatusRequestReject) GetRefSeqID() string
func (*OrderMassStatusRequestReject) GetRejCode ¶
func (m *OrderMassStatusRequestReject) GetRejCode() string
func (*OrderMassStatusRequestReject) GetText ¶
func (m *OrderMassStatusRequestReject) GetText() string
func (*OrderMassStatusRequestReject) GetTrailer ¶
func (m *OrderMassStatusRequestReject) GetTrailer() *Trailer
func (*OrderMassStatusRequestReject) Marshal ¶
func (m *OrderMassStatusRequestReject) Marshal() (dAtA []byte, err error)
func (*OrderMassStatusRequestReject) MarshalTo ¶
func (m *OrderMassStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*OrderMassStatusRequestReject) MarshalToSizedBuffer ¶
func (m *OrderMassStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OrderMassStatusRequestReject) ProtoMessage ¶
func (*OrderMassStatusRequestReject) ProtoMessage()
func (*OrderMassStatusRequestReject) Reset ¶
func (m *OrderMassStatusRequestReject) Reset()
func (*OrderMassStatusRequestReject) Size ¶
func (m *OrderMassStatusRequestReject) Size() (n int)
func (*OrderMassStatusRequestReject) String ¶
func (m *OrderMassStatusRequestReject) String() string
func (*OrderMassStatusRequestReject) Unmarshal ¶
func (m *OrderMassStatusRequestReject) Unmarshal(dAtA []byte) error
func (*OrderMassStatusRequestReject) XXX_DiscardUnknown ¶
func (m *OrderMassStatusRequestReject) XXX_DiscardUnknown()
func (*OrderMassStatusRequestReject) XXX_Marshal ¶
func (m *OrderMassStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrderMassStatusRequestReject) XXX_Merge ¶
func (m *OrderMassStatusRequestReject) XXX_Merge(src proto.Message)
func (*OrderMassStatusRequestReject) XXX_Size ¶
func (m *OrderMassStatusRequestReject) XXX_Size() int
func (*OrderMassStatusRequestReject) XXX_Unmarshal ¶
func (m *OrderMassStatusRequestReject) XXX_Unmarshal(b []byte) error
type Orders ¶
type Orders struct { // A string used to identify the trading session for which the message is // intended. SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` // A FIX protocol header containing standard message fields such as // beginString, bodyLength, msgType, etc. Header *Header `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // A unique identifier assigned by the client to the order. It is used to // identify the order in future messages related to the order ClOrdID string `protobuf:"bytes,3,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` // The symbol or instrument that the order is for. Symbol string `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"` // An integer indicating whether the order is a buy or a sell. The values are // typically 1 for buy and 2 for sell Side int64 `protobuf:"varint,5,opt,name=side,proto3" json:"side,omitempty"` // The quantity of the instrument that the order is for OrderQty string `protobuf:"bytes,6,opt,name=orderQty,proto3" json:"orderQty,omitempty"` // An integer indicating the type of order. Common values include 1 for // market, 2 for limit, 3 for stop, and 4 for stop limit OrdType int64 `protobuf:"varint,7,opt,name=ordType,proto3" json:"ordType,omitempty"` // The price at which the order should be executed. This field is required for // limit and stop limit orders Price string `protobuf:"bytes,8,opt,name=price,proto3" json:"price,omitempty"` // An integer indicating how long the order should remain active. Common // values include 0 for day, 1 for good till canceled, and 2 for fill or kill TimeInForce int64 `protobuf:"varint,9,opt,name=timeInForce,proto3" json:"timeInForce,omitempty"` // A free-form text field that can be used to provide additional information // about the order. Text string `protobuf:"bytes,10,opt,name=text,proto3" json:"text,omitempty"` // The time the message was sent, expressed in UTC timestamp format TransactTime string `protobuf:"bytes,11,opt,name=transactTime,proto3" json:"transactTime,omitempty"` // A FIX protocol trailer containing standard message fields such as checkSum Trailer *Trailer `protobuf:"bytes,12,opt,name=trailer,proto3" json:"trailer,omitempty"` }
This message is used to represent orders in the FIX protocol
func (*Orders) Descriptor ¶
func (*Orders) GetClOrdID ¶
func (*Orders) GetOrdType ¶
func (*Orders) GetOrderQty ¶
func (*Orders) GetSessionID ¶
func (*Orders) GetTimeInForce ¶
func (*Orders) GetTrailer ¶
func (*Orders) GetTransactTime ¶
func (*Orders) MarshalToSizedBuffer ¶
func (*Orders) ProtoMessage ¶
func (*Orders) ProtoMessage()
func (*Orders) XXX_DiscardUnknown ¶
func (m *Orders) XXX_DiscardUnknown()
func (*Orders) XXX_Marshal ¶
func (*Orders) XXX_Unmarshal ¶
type OrdersCancelReject ¶
type OrdersCancelReject struct { // A string field that specifies the FIX session ID for the message. SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` // A Header field that contains standard header information for the message, // such as the message type, sender and receiver identification, and sequence // number. Header *Header `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // A string field that contains the ID of the order that was rejected. When an // order is submitted to a trading venue or OMS, it assigns a unique orderID // to that order to track and identify it within its system. If the order is // subsequently rejected, the trading venue or OMS would typically provide the // orderID associated with the rejected order in the OrdersCancelReject // message OrderID string `protobuf:"bytes,3,opt,name=orderID,proto3" json:"orderID,omitempty"` // A string field that contains the original client order ID for the order // that was cancelled. OrigClOrdID string `protobuf:"bytes,4,opt,name=origClOrdID,proto3" json:"origClOrdID,omitempty"` // A string field that contains the client order ID for the order that was // cancelled or modified. ClOrdID string `protobuf:"bytes,5,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` // An integer field that specifies the reason for the order cancellation // rejection, using a standard set of values defined in the FIX protocol. // Typically, the cxlRejReason field provides a numerical code or value that // represents a specific reason for the order cancellation rejection. Examples // of common cxlRejReason values in the FIX protocol include: // 0: Too Late to Cancel // 1: Unknown Order // 2: Broker/Exchange Option // 3: Order Already in Pending Cancel or Pending Replace Status // 4: Unable to Process Request // 5: Duplicate ClOrdID // 6: Unsupported Order Characteristic // 7: Other CxlRejReason int64 `protobuf:"varint,6,opt,name=cxlRejReason,proto3" json:"cxlRejReason,omitempty"` // An integer field that specifies the message sequence number of the order // cancellation request to which this message is responding. When an order // cancellation request is submitted, it is assigned a unique message sequence // number by the FIX engine or the trading system. This sequence number is // used to track and identify specific messages within the order flow. The // cxlRejResponseTo field in the OrdersCancelReject message is populated with // the sequence number of the original order cancellation request message that // resulted in the rejection. CxlRejResponseTo int64 `protobuf:"varint,7,opt,name=cxlRejResponseTo,proto3" json:"cxlRejResponseTo,omitempty"` // A string field that specifies the time of the transaction. TransactTime string `protobuf:"bytes,8,opt,name=transactTime,proto3" json:"transactTime,omitempty"` // A Trailer field that contains standard trailer information for the message, // such as the message checksum. Trailer *Trailer `protobuf:"bytes,9,opt,name=trailer,proto3" json:"trailer,omitempty"` }
func (*OrdersCancelReject) Descriptor ¶
func (*OrdersCancelReject) Descriptor() ([]byte, []int)
func (*OrdersCancelReject) GetClOrdID ¶
func (m *OrdersCancelReject) GetClOrdID() string
func (*OrdersCancelReject) GetCxlRejReason ¶
func (m *OrdersCancelReject) GetCxlRejReason() int64
func (*OrdersCancelReject) GetCxlRejResponseTo ¶
func (m *OrdersCancelReject) GetCxlRejResponseTo() int64
func (*OrdersCancelReject) GetHeader ¶
func (m *OrdersCancelReject) GetHeader() *Header
func (*OrdersCancelReject) GetOrderID ¶
func (m *OrdersCancelReject) GetOrderID() string
func (*OrdersCancelReject) GetOrigClOrdID ¶
func (m *OrdersCancelReject) GetOrigClOrdID() string
func (*OrdersCancelReject) GetSessionID ¶
func (m *OrdersCancelReject) GetSessionID() string
func (*OrdersCancelReject) GetTrailer ¶
func (m *OrdersCancelReject) GetTrailer() *Trailer
func (*OrdersCancelReject) GetTransactTime ¶
func (m *OrdersCancelReject) GetTransactTime() string
func (*OrdersCancelReject) Marshal ¶
func (m *OrdersCancelReject) Marshal() (dAtA []byte, err error)
func (*OrdersCancelReject) MarshalTo ¶
func (m *OrdersCancelReject) MarshalTo(dAtA []byte) (int, error)
func (*OrdersCancelReject) MarshalToSizedBuffer ¶
func (m *OrdersCancelReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OrdersCancelReject) ProtoMessage ¶
func (*OrdersCancelReject) ProtoMessage()
func (*OrdersCancelReject) Reset ¶
func (m *OrdersCancelReject) Reset()
func (*OrdersCancelReject) Size ¶
func (m *OrdersCancelReject) Size() (n int)
func (*OrdersCancelReject) String ¶
func (m *OrdersCancelReject) String() string
func (*OrdersCancelReject) Unmarshal ¶
func (m *OrdersCancelReject) Unmarshal(dAtA []byte) error
func (*OrdersCancelReject) XXX_DiscardUnknown ¶
func (m *OrdersCancelReject) XXX_DiscardUnknown()
func (*OrdersCancelReject) XXX_Marshal ¶
func (m *OrdersCancelReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrdersCancelReject) XXX_Merge ¶
func (m *OrdersCancelReject) XXX_Merge(src proto.Message)
func (*OrdersCancelReject) XXX_Size ¶
func (m *OrdersCancelReject) XXX_Size() int
func (*OrdersCancelReject) XXX_Unmarshal ¶
func (m *OrdersCancelReject) XXX_Unmarshal(b []byte) error
type OrdersCancelRequest ¶
type OrdersCancelRequest struct { // A string field that specifies the FIX session ID for the message SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` // A Header field that contains standard header information for the message, // such as the message type, sender and receiver identification, and sequence // number Header *Header `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // A string field that contains the original client order ID for the order // that was cancelled OrigClOrdID string `protobuf:"bytes,3,opt,name=origClOrdID,proto3" json:"origClOrdID,omitempty"` // A string field that contains the client order ID for the order that was // cancelled or modified ClOrdID string `protobuf:"bytes,4,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` // A Trailer field that contains standard trailer information for the message, // such as the message checksum Trailer *Trailer `protobuf:"bytes,5,opt,name=trailer,proto3" json:"trailer,omitempty"` }
func (*OrdersCancelRequest) Descriptor ¶
func (*OrdersCancelRequest) Descriptor() ([]byte, []int)
func (*OrdersCancelRequest) GetClOrdID ¶
func (m *OrdersCancelRequest) GetClOrdID() string
func (*OrdersCancelRequest) GetHeader ¶
func (m *OrdersCancelRequest) GetHeader() *Header
func (*OrdersCancelRequest) GetOrigClOrdID ¶
func (m *OrdersCancelRequest) GetOrigClOrdID() string
func (*OrdersCancelRequest) GetSessionID ¶
func (m *OrdersCancelRequest) GetSessionID() string
func (*OrdersCancelRequest) GetTrailer ¶
func (m *OrdersCancelRequest) GetTrailer() *Trailer
func (*OrdersCancelRequest) Marshal ¶
func (m *OrdersCancelRequest) Marshal() (dAtA []byte, err error)
func (*OrdersCancelRequest) MarshalTo ¶
func (m *OrdersCancelRequest) MarshalTo(dAtA []byte) (int, error)
func (*OrdersCancelRequest) MarshalToSizedBuffer ¶
func (m *OrdersCancelRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OrdersCancelRequest) ProtoMessage ¶
func (*OrdersCancelRequest) ProtoMessage()
func (*OrdersCancelRequest) Reset ¶
func (m *OrdersCancelRequest) Reset()
func (*OrdersCancelRequest) Size ¶
func (m *OrdersCancelRequest) Size() (n int)
func (*OrdersCancelRequest) String ¶
func (m *OrdersCancelRequest) String() string
func (*OrdersCancelRequest) Unmarshal ¶
func (m *OrdersCancelRequest) Unmarshal(dAtA []byte) error
func (*OrdersCancelRequest) XXX_DiscardUnknown ¶
func (m *OrdersCancelRequest) XXX_DiscardUnknown()
func (*OrdersCancelRequest) XXX_Marshal ¶
func (m *OrdersCancelRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrdersCancelRequest) XXX_Merge ¶
func (m *OrdersCancelRequest) XXX_Merge(src proto.Message)
func (*OrdersCancelRequest) XXX_Size ¶
func (m *OrdersCancelRequest) XXX_Size() int
func (*OrdersCancelRequest) XXX_Unmarshal ¶
func (m *OrdersCancelRequest) XXX_Unmarshal(b []byte) error
type OrdersExecutionReport ¶
type OrdersExecutionReport struct { // A string field that specifies the FIX session ID for the message. SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` // A Header field that contains standard header information for the message, // such as the message type, sender and receiver identification, and sequence // number. Header *Header `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // A string field that contains the client order ID for the order being // reported. ClOrdID string `protobuf:"bytes,3,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` // A string field that contains the ID of the order being reported. OrderID is // a string field that contains the unique identifier assigned to an order by // the system or trading platform. It is typically generated by the system // upon order submission and is used to uniquely identify the order within the // system. The orderID is useful for internal system processes, such as order // matching, order book management, and order status tracking OrderID string `protobuf:"bytes,4,opt,name=orderID,proto3" json:"orderID,omitempty"` // A string field that contains the ID of the execution being reported, if // any. It is a string field that contains the identifier assigned to a // particular execution of an order. Each execution of an order typically has // a separate execID associated with it. The execID can be used to uniquely // identify and track a specific execution in the order execution report. It // is useful for monitoring the status, details, and timing of individual // executions within the overall order lifecycle. The execID field in the FIX // protocol can be auto-generated by the trading venue or the FIX protocol // software when responding with an execution report. The trading venue's // execID serves as a local identifier within their own system to track and // reference executions. It allows the trading venue to uniquely identify each // execution and associate it with the relevant order and trade details. When // sending an execution report to clients or counterparties via the FIX // protocol, the trading venue includes its own generated execID value in the // execution report message. This enables the recipient to correlate the // execution report with the specific execution on the trading venue's side ExecID string `protobuf:"bytes,5,opt,name=execID,proto3" json:"execID,omitempty"` // A string field that indicates the current status of the order, such as // "New", "Partially filled", "Filled", "Cancelled", "Pending Cancel", // "Rejected", etc. OrdStatus string `protobuf:"bytes,6,opt,name=ordStatus,proto3" json:"ordStatus,omitempty"` // A string field that indicates the type of the execution being reported, // such as "New", "Partial fill", "Fill", "Done for day", "Cancelled", etc. ExecType string `protobuf:"bytes,7,opt,name=execType,proto3" json:"execType,omitempty"` // A string field that identifies the security being traded. Symbol string `protobuf:"bytes,8,opt,name=symbol,proto3" json:"symbol,omitempty"` // An integer field that specifies the side of the order (buy or sell). Side int64 `protobuf:"varint,9,opt,name=side,proto3" json:"side,omitempty"` // An integer field that specifies the quantity of the order. OrderQty string `protobuf:"bytes,10,opt,name=orderQty,proto3" json:"orderQty,omitempty"` // An integer field that specifies the price of the order. Price string `protobuf:"bytes,11,opt,name=price,proto3" json:"price,omitempty"` // An integer field that specifies the time-in-force value for the order, such // as "Day", "GTC" (Good 'Til Cancelled), "IOC" (Immediate or Cancel), etc. TimeInForce int64 `protobuf:"varint,12,opt,name=timeInForce,proto3" json:"timeInForce,omitempty"` // An integer field that specifies the price of the last execution, if any. LastPx int64 `protobuf:"varint,13,opt,name=lastPx,proto3" json:"lastPx,omitempty"` // An integer field that specifies the quantity of the last execution, if any. LastQty int64 `protobuf:"varint,14,opt,name=lastQty,proto3" json:"lastQty,omitempty"` // An integer field that specifies the quantity of the order that remains open // and has not yet been filled or cancelled. LeavesQty int64 `protobuf:"varint,15,opt,name=leavesQty,proto3" json:"leavesQty,omitempty"` // An integer field that specifies the total quantity of the order that has // been filled. CumQty int64 `protobuf:"varint,16,opt,name=cumQty,proto3" json:"cumQty,omitempty"` // An integer field that specifies the average price of all executions that // have occurred for the order. AvgPx int64 `protobuf:"varint,17,opt,name=avgPx,proto3" json:"avgPx,omitempty"` // A string field that provides additional information about the order status // or execution, such as an error message or reason for rejection. Text string `protobuf:"bytes,18,opt,name=text,proto3" json:"text,omitempty"` // A string field that specifies the time of the transaction. TransactTime string `protobuf:"bytes,19,opt,name=transactTime,proto3" json:"transactTime,omitempty"` // A Trailer field that contains standard trailer information for the message, // such as the message checksum. Trailer *Trailer `protobuf:"bytes,20,opt,name=trailer,proto3" json:"trailer,omitempty"` }
func (*OrdersExecutionReport) Descriptor ¶
func (*OrdersExecutionReport) Descriptor() ([]byte, []int)
func (*OrdersExecutionReport) GetAvgPx ¶
func (m *OrdersExecutionReport) GetAvgPx() int64
func (*OrdersExecutionReport) GetClOrdID ¶
func (m *OrdersExecutionReport) GetClOrdID() string
func (*OrdersExecutionReport) GetCumQty ¶
func (m *OrdersExecutionReport) GetCumQty() int64
func (*OrdersExecutionReport) GetExecID ¶
func (m *OrdersExecutionReport) GetExecID() string
func (*OrdersExecutionReport) GetExecType ¶
func (m *OrdersExecutionReport) GetExecType() string
func (*OrdersExecutionReport) GetHeader ¶
func (m *OrdersExecutionReport) GetHeader() *Header
func (*OrdersExecutionReport) GetLastPx ¶
func (m *OrdersExecutionReport) GetLastPx() int64
func (*OrdersExecutionReport) GetLastQty ¶
func (m *OrdersExecutionReport) GetLastQty() int64
func (*OrdersExecutionReport) GetLeavesQty ¶
func (m *OrdersExecutionReport) GetLeavesQty() int64
func (*OrdersExecutionReport) GetOrdStatus ¶
func (m *OrdersExecutionReport) GetOrdStatus() string
func (*OrdersExecutionReport) GetOrderID ¶
func (m *OrdersExecutionReport) GetOrderID() string
func (*OrdersExecutionReport) GetOrderQty ¶
func (m *OrdersExecutionReport) GetOrderQty() string
func (*OrdersExecutionReport) GetPrice ¶
func (m *OrdersExecutionReport) GetPrice() string
func (*OrdersExecutionReport) GetSessionID ¶
func (m *OrdersExecutionReport) GetSessionID() string
func (*OrdersExecutionReport) GetSide ¶
func (m *OrdersExecutionReport) GetSide() int64
func (*OrdersExecutionReport) GetSymbol ¶
func (m *OrdersExecutionReport) GetSymbol() string
func (*OrdersExecutionReport) GetText ¶
func (m *OrdersExecutionReport) GetText() string
func (*OrdersExecutionReport) GetTimeInForce ¶
func (m *OrdersExecutionReport) GetTimeInForce() int64
func (*OrdersExecutionReport) GetTrailer ¶
func (m *OrdersExecutionReport) GetTrailer() *Trailer
func (*OrdersExecutionReport) GetTransactTime ¶
func (m *OrdersExecutionReport) GetTransactTime() string
func (*OrdersExecutionReport) Marshal ¶
func (m *OrdersExecutionReport) Marshal() (dAtA []byte, err error)
func (*OrdersExecutionReport) MarshalTo ¶
func (m *OrdersExecutionReport) MarshalTo(dAtA []byte) (int, error)
func (*OrdersExecutionReport) MarshalToSizedBuffer ¶
func (m *OrdersExecutionReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*OrdersExecutionReport) ProtoMessage ¶
func (*OrdersExecutionReport) ProtoMessage()
func (*OrdersExecutionReport) Reset ¶
func (m *OrdersExecutionReport) Reset()
func (*OrdersExecutionReport) Size ¶
func (m *OrdersExecutionReport) Size() (n int)
func (*OrdersExecutionReport) String ¶
func (m *OrdersExecutionReport) String() string
func (*OrdersExecutionReport) Unmarshal ¶
func (m *OrdersExecutionReport) Unmarshal(dAtA []byte) error
func (*OrdersExecutionReport) XXX_DiscardUnknown ¶
func (m *OrdersExecutionReport) XXX_DiscardUnknown()
func (*OrdersExecutionReport) XXX_Marshal ¶
func (m *OrdersExecutionReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrdersExecutionReport) XXX_Merge ¶
func (m *OrdersExecutionReport) XXX_Merge(src proto.Message)
func (*OrdersExecutionReport) XXX_Size ¶
func (m *OrdersExecutionReport) XXX_Size() int
func (*OrdersExecutionReport) XXX_Unmarshal ¶
func (m *OrdersExecutionReport) XXX_Unmarshal(b []byte) error
type QueryAllAccountRegistrationRequest ¶
type QueryAllAccountRegistrationRequest struct {
Pagination *query.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
}
func (*QueryAllAccountRegistrationRequest) Descriptor ¶
func (*QueryAllAccountRegistrationRequest) Descriptor() ([]byte, []int)
func (*QueryAllAccountRegistrationRequest) GetPagination ¶
func (m *QueryAllAccountRegistrationRequest) GetPagination() *query.PageRequest
func (*QueryAllAccountRegistrationRequest) Marshal ¶
func (m *QueryAllAccountRegistrationRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllAccountRegistrationRequest) MarshalTo ¶
func (m *QueryAllAccountRegistrationRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllAccountRegistrationRequest) MarshalToSizedBuffer ¶
func (m *QueryAllAccountRegistrationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllAccountRegistrationRequest) ProtoMessage ¶
func (*QueryAllAccountRegistrationRequest) ProtoMessage()
func (*QueryAllAccountRegistrationRequest) Reset ¶
func (m *QueryAllAccountRegistrationRequest) Reset()
func (*QueryAllAccountRegistrationRequest) Size ¶
func (m *QueryAllAccountRegistrationRequest) Size() (n int)
func (*QueryAllAccountRegistrationRequest) String ¶
func (m *QueryAllAccountRegistrationRequest) String() string
func (*QueryAllAccountRegistrationRequest) Unmarshal ¶
func (m *QueryAllAccountRegistrationRequest) Unmarshal(dAtA []byte) error
func (*QueryAllAccountRegistrationRequest) XXX_DiscardUnknown ¶
func (m *QueryAllAccountRegistrationRequest) XXX_DiscardUnknown()
func (*QueryAllAccountRegistrationRequest) XXX_Marshal ¶
func (m *QueryAllAccountRegistrationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllAccountRegistrationRequest) XXX_Merge ¶
func (m *QueryAllAccountRegistrationRequest) XXX_Merge(src proto.Message)
func (*QueryAllAccountRegistrationRequest) XXX_Size ¶
func (m *QueryAllAccountRegistrationRequest) XXX_Size() int
func (*QueryAllAccountRegistrationRequest) XXX_Unmarshal ¶
func (m *QueryAllAccountRegistrationRequest) XXX_Unmarshal(b []byte) error
type QueryAllAccountRegistrationResponse ¶
type QueryAllAccountRegistrationResponse struct { AccountRegistration []AccountRegistration `protobuf:"bytes,1,rep,name=AccountRegistration,proto3" json:"AccountRegistration"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllAccountRegistrationResponse) Descriptor ¶
func (*QueryAllAccountRegistrationResponse) Descriptor() ([]byte, []int)
func (*QueryAllAccountRegistrationResponse) GetAccountRegistration ¶
func (m *QueryAllAccountRegistrationResponse) GetAccountRegistration() []AccountRegistration
func (*QueryAllAccountRegistrationResponse) GetPagination ¶
func (m *QueryAllAccountRegistrationResponse) GetPagination() *query.PageResponse
func (*QueryAllAccountRegistrationResponse) Marshal ¶
func (m *QueryAllAccountRegistrationResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllAccountRegistrationResponse) MarshalTo ¶
func (m *QueryAllAccountRegistrationResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllAccountRegistrationResponse) MarshalToSizedBuffer ¶
func (m *QueryAllAccountRegistrationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllAccountRegistrationResponse) ProtoMessage ¶
func (*QueryAllAccountRegistrationResponse) ProtoMessage()
func (*QueryAllAccountRegistrationResponse) Reset ¶
func (m *QueryAllAccountRegistrationResponse) Reset()
func (*QueryAllAccountRegistrationResponse) Size ¶
func (m *QueryAllAccountRegistrationResponse) Size() (n int)
func (*QueryAllAccountRegistrationResponse) String ¶
func (m *QueryAllAccountRegistrationResponse) String() string
func (*QueryAllAccountRegistrationResponse) Unmarshal ¶
func (m *QueryAllAccountRegistrationResponse) Unmarshal(dAtA []byte) error
func (*QueryAllAccountRegistrationResponse) XXX_DiscardUnknown ¶
func (m *QueryAllAccountRegistrationResponse) XXX_DiscardUnknown()
func (*QueryAllAccountRegistrationResponse) XXX_Marshal ¶
func (m *QueryAllAccountRegistrationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllAccountRegistrationResponse) XXX_Merge ¶
func (m *QueryAllAccountRegistrationResponse) XXX_Merge(src proto.Message)
func (*QueryAllAccountRegistrationResponse) XXX_Size ¶
func (m *QueryAllAccountRegistrationResponse) XXX_Size() int
func (*QueryAllAccountRegistrationResponse) XXX_Unmarshal ¶
func (m *QueryAllAccountRegistrationResponse) XXX_Unmarshal(b []byte) error
type QueryAllMarketDataRequest ¶
type QueryAllMarketDataRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllMarketDataRequest) Descriptor ¶
func (*QueryAllMarketDataRequest) Descriptor() ([]byte, []int)
func (*QueryAllMarketDataRequest) GetChainID ¶
func (m *QueryAllMarketDataRequest) GetChainID() string
func (*QueryAllMarketDataRequest) GetPagination ¶
func (m *QueryAllMarketDataRequest) GetPagination() *query.PageRequest
func (*QueryAllMarketDataRequest) Marshal ¶
func (m *QueryAllMarketDataRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllMarketDataRequest) MarshalTo ¶
func (m *QueryAllMarketDataRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllMarketDataRequest) MarshalToSizedBuffer ¶
func (m *QueryAllMarketDataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllMarketDataRequest) ProtoMessage ¶
func (*QueryAllMarketDataRequest) ProtoMessage()
func (*QueryAllMarketDataRequest) Reset ¶
func (m *QueryAllMarketDataRequest) Reset()
func (*QueryAllMarketDataRequest) Size ¶
func (m *QueryAllMarketDataRequest) Size() (n int)
func (*QueryAllMarketDataRequest) String ¶
func (m *QueryAllMarketDataRequest) String() string
func (*QueryAllMarketDataRequest) Unmarshal ¶
func (m *QueryAllMarketDataRequest) Unmarshal(dAtA []byte) error
func (*QueryAllMarketDataRequest) XXX_DiscardUnknown ¶
func (m *QueryAllMarketDataRequest) XXX_DiscardUnknown()
func (*QueryAllMarketDataRequest) XXX_Marshal ¶
func (m *QueryAllMarketDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllMarketDataRequest) XXX_Merge ¶
func (m *QueryAllMarketDataRequest) XXX_Merge(src proto.Message)
func (*QueryAllMarketDataRequest) XXX_Size ¶
func (m *QueryAllMarketDataRequest) XXX_Size() int
func (*QueryAllMarketDataRequest) XXX_Unmarshal ¶
func (m *QueryAllMarketDataRequest) XXX_Unmarshal(b []byte) error
type QueryAllMarketDataResponse ¶
type QueryAllMarketDataResponse struct { MarketData []MarketData `protobuf:"bytes,1,rep,name=MarketData,proto3" json:"MarketData"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllMarketDataResponse) Descriptor ¶
func (*QueryAllMarketDataResponse) Descriptor() ([]byte, []int)
func (*QueryAllMarketDataResponse) GetMarketData ¶
func (m *QueryAllMarketDataResponse) GetMarketData() []MarketData
func (*QueryAllMarketDataResponse) GetPagination ¶
func (m *QueryAllMarketDataResponse) GetPagination() *query.PageResponse
func (*QueryAllMarketDataResponse) Marshal ¶
func (m *QueryAllMarketDataResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllMarketDataResponse) MarshalTo ¶
func (m *QueryAllMarketDataResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllMarketDataResponse) MarshalToSizedBuffer ¶
func (m *QueryAllMarketDataResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllMarketDataResponse) ProtoMessage ¶
func (*QueryAllMarketDataResponse) ProtoMessage()
func (*QueryAllMarketDataResponse) Reset ¶
func (m *QueryAllMarketDataResponse) Reset()
func (*QueryAllMarketDataResponse) Size ¶
func (m *QueryAllMarketDataResponse) Size() (n int)
func (*QueryAllMarketDataResponse) String ¶
func (m *QueryAllMarketDataResponse) String() string
func (*QueryAllMarketDataResponse) Unmarshal ¶
func (m *QueryAllMarketDataResponse) Unmarshal(dAtA []byte) error
func (*QueryAllMarketDataResponse) XXX_DiscardUnknown ¶
func (m *QueryAllMarketDataResponse) XXX_DiscardUnknown()
func (*QueryAllMarketDataResponse) XXX_Marshal ¶
func (m *QueryAllMarketDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllMarketDataResponse) XXX_Merge ¶
func (m *QueryAllMarketDataResponse) XXX_Merge(src proto.Message)
func (*QueryAllMarketDataResponse) XXX_Size ¶
func (m *QueryAllMarketDataResponse) XXX_Size() int
func (*QueryAllMarketDataResponse) XXX_Unmarshal ¶
func (m *QueryAllMarketDataResponse) XXX_Unmarshal(b []byte) error
type QueryAllOrderMassStatusRequest ¶
type QueryAllOrderMassStatusRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllOrderMassStatusRequest) Descriptor ¶
func (*QueryAllOrderMassStatusRequest) Descriptor() ([]byte, []int)
func (*QueryAllOrderMassStatusRequest) GetChainID ¶
func (m *QueryAllOrderMassStatusRequest) GetChainID() string
func (*QueryAllOrderMassStatusRequest) GetPagination ¶
func (m *QueryAllOrderMassStatusRequest) GetPagination() *query.PageRequest
func (*QueryAllOrderMassStatusRequest) Marshal ¶
func (m *QueryAllOrderMassStatusRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllOrderMassStatusRequest) MarshalTo ¶
func (m *QueryAllOrderMassStatusRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllOrderMassStatusRequest) MarshalToSizedBuffer ¶
func (m *QueryAllOrderMassStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllOrderMassStatusRequest) ProtoMessage ¶
func (*QueryAllOrderMassStatusRequest) ProtoMessage()
func (*QueryAllOrderMassStatusRequest) Reset ¶
func (m *QueryAllOrderMassStatusRequest) Reset()
func (*QueryAllOrderMassStatusRequest) Size ¶
func (m *QueryAllOrderMassStatusRequest) Size() (n int)
func (*QueryAllOrderMassStatusRequest) String ¶
func (m *QueryAllOrderMassStatusRequest) String() string
func (*QueryAllOrderMassStatusRequest) Unmarshal ¶
func (m *QueryAllOrderMassStatusRequest) Unmarshal(dAtA []byte) error
func (*QueryAllOrderMassStatusRequest) XXX_DiscardUnknown ¶
func (m *QueryAllOrderMassStatusRequest) XXX_DiscardUnknown()
func (*QueryAllOrderMassStatusRequest) XXX_Marshal ¶
func (m *QueryAllOrderMassStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllOrderMassStatusRequest) XXX_Merge ¶
func (m *QueryAllOrderMassStatusRequest) XXX_Merge(src proto.Message)
func (*QueryAllOrderMassStatusRequest) XXX_Size ¶
func (m *QueryAllOrderMassStatusRequest) XXX_Size() int
func (*QueryAllOrderMassStatusRequest) XXX_Unmarshal ¶
func (m *QueryAllOrderMassStatusRequest) XXX_Unmarshal(b []byte) error
type QueryAllOrderMassStatusResponse ¶
type QueryAllOrderMassStatusResponse struct { OrderMassStatus []OrderMassStatus `protobuf:"bytes,1,rep,name=OrderMassStatus,proto3" json:"OrderMassStatus"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllOrderMassStatusResponse) Descriptor ¶
func (*QueryAllOrderMassStatusResponse) Descriptor() ([]byte, []int)
func (*QueryAllOrderMassStatusResponse) GetOrderMassStatus ¶
func (m *QueryAllOrderMassStatusResponse) GetOrderMassStatus() []OrderMassStatus
func (*QueryAllOrderMassStatusResponse) GetPagination ¶
func (m *QueryAllOrderMassStatusResponse) GetPagination() *query.PageResponse
func (*QueryAllOrderMassStatusResponse) Marshal ¶
func (m *QueryAllOrderMassStatusResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllOrderMassStatusResponse) MarshalTo ¶
func (m *QueryAllOrderMassStatusResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllOrderMassStatusResponse) MarshalToSizedBuffer ¶
func (m *QueryAllOrderMassStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllOrderMassStatusResponse) ProtoMessage ¶
func (*QueryAllOrderMassStatusResponse) ProtoMessage()
func (*QueryAllOrderMassStatusResponse) Reset ¶
func (m *QueryAllOrderMassStatusResponse) Reset()
func (*QueryAllOrderMassStatusResponse) Size ¶
func (m *QueryAllOrderMassStatusResponse) Size() (n int)
func (*QueryAllOrderMassStatusResponse) String ¶
func (m *QueryAllOrderMassStatusResponse) String() string
func (*QueryAllOrderMassStatusResponse) Unmarshal ¶
func (m *QueryAllOrderMassStatusResponse) Unmarshal(dAtA []byte) error
func (*QueryAllOrderMassStatusResponse) XXX_DiscardUnknown ¶
func (m *QueryAllOrderMassStatusResponse) XXX_DiscardUnknown()
func (*QueryAllOrderMassStatusResponse) XXX_Marshal ¶
func (m *QueryAllOrderMassStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllOrderMassStatusResponse) XXX_Merge ¶
func (m *QueryAllOrderMassStatusResponse) XXX_Merge(src proto.Message)
func (*QueryAllOrderMassStatusResponse) XXX_Size ¶
func (m *QueryAllOrderMassStatusResponse) XXX_Size() int
func (*QueryAllOrderMassStatusResponse) XXX_Unmarshal ¶
func (m *QueryAllOrderMassStatusResponse) XXX_Unmarshal(b []byte) error
type QueryAllOrdersCancelRejectRequest ¶
type QueryAllOrdersCancelRejectRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllOrdersCancelRejectRequest) Descriptor ¶
func (*QueryAllOrdersCancelRejectRequest) Descriptor() ([]byte, []int)
func (*QueryAllOrdersCancelRejectRequest) GetChainID ¶
func (m *QueryAllOrdersCancelRejectRequest) GetChainID() string
func (*QueryAllOrdersCancelRejectRequest) GetPagination ¶
func (m *QueryAllOrdersCancelRejectRequest) GetPagination() *query.PageRequest
func (*QueryAllOrdersCancelRejectRequest) Marshal ¶
func (m *QueryAllOrdersCancelRejectRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllOrdersCancelRejectRequest) MarshalTo ¶
func (m *QueryAllOrdersCancelRejectRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllOrdersCancelRejectRequest) MarshalToSizedBuffer ¶
func (m *QueryAllOrdersCancelRejectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllOrdersCancelRejectRequest) ProtoMessage ¶
func (*QueryAllOrdersCancelRejectRequest) ProtoMessage()
func (*QueryAllOrdersCancelRejectRequest) Reset ¶
func (m *QueryAllOrdersCancelRejectRequest) Reset()
func (*QueryAllOrdersCancelRejectRequest) Size ¶
func (m *QueryAllOrdersCancelRejectRequest) Size() (n int)
func (*QueryAllOrdersCancelRejectRequest) String ¶
func (m *QueryAllOrdersCancelRejectRequest) String() string
func (*QueryAllOrdersCancelRejectRequest) Unmarshal ¶
func (m *QueryAllOrdersCancelRejectRequest) Unmarshal(dAtA []byte) error
func (*QueryAllOrdersCancelRejectRequest) XXX_DiscardUnknown ¶
func (m *QueryAllOrdersCancelRejectRequest) XXX_DiscardUnknown()
func (*QueryAllOrdersCancelRejectRequest) XXX_Marshal ¶
func (m *QueryAllOrdersCancelRejectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllOrdersCancelRejectRequest) XXX_Merge ¶
func (m *QueryAllOrdersCancelRejectRequest) XXX_Merge(src proto.Message)
func (*QueryAllOrdersCancelRejectRequest) XXX_Size ¶
func (m *QueryAllOrdersCancelRejectRequest) XXX_Size() int
func (*QueryAllOrdersCancelRejectRequest) XXX_Unmarshal ¶
func (m *QueryAllOrdersCancelRejectRequest) XXX_Unmarshal(b []byte) error
type QueryAllOrdersCancelRejectResponse ¶
type QueryAllOrdersCancelRejectResponse struct { OrdersCancelReject []OrdersCancelReject `protobuf:"bytes,1,rep,name=OrdersCancelReject,proto3" json:"OrdersCancelReject"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllOrdersCancelRejectResponse) Descriptor ¶
func (*QueryAllOrdersCancelRejectResponse) Descriptor() ([]byte, []int)
func (*QueryAllOrdersCancelRejectResponse) GetOrdersCancelReject ¶
func (m *QueryAllOrdersCancelRejectResponse) GetOrdersCancelReject() []OrdersCancelReject
func (*QueryAllOrdersCancelRejectResponse) GetPagination ¶
func (m *QueryAllOrdersCancelRejectResponse) GetPagination() *query.PageResponse
func (*QueryAllOrdersCancelRejectResponse) Marshal ¶
func (m *QueryAllOrdersCancelRejectResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllOrdersCancelRejectResponse) MarshalTo ¶
func (m *QueryAllOrdersCancelRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllOrdersCancelRejectResponse) MarshalToSizedBuffer ¶
func (m *QueryAllOrdersCancelRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllOrdersCancelRejectResponse) ProtoMessage ¶
func (*QueryAllOrdersCancelRejectResponse) ProtoMessage()
func (*QueryAllOrdersCancelRejectResponse) Reset ¶
func (m *QueryAllOrdersCancelRejectResponse) Reset()
func (*QueryAllOrdersCancelRejectResponse) Size ¶
func (m *QueryAllOrdersCancelRejectResponse) Size() (n int)
func (*QueryAllOrdersCancelRejectResponse) String ¶
func (m *QueryAllOrdersCancelRejectResponse) String() string
func (*QueryAllOrdersCancelRejectResponse) Unmarshal ¶
func (m *QueryAllOrdersCancelRejectResponse) Unmarshal(dAtA []byte) error
func (*QueryAllOrdersCancelRejectResponse) XXX_DiscardUnknown ¶
func (m *QueryAllOrdersCancelRejectResponse) XXX_DiscardUnknown()
func (*QueryAllOrdersCancelRejectResponse) XXX_Marshal ¶
func (m *QueryAllOrdersCancelRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllOrdersCancelRejectResponse) XXX_Merge ¶
func (m *QueryAllOrdersCancelRejectResponse) XXX_Merge(src proto.Message)
func (*QueryAllOrdersCancelRejectResponse) XXX_Size ¶
func (m *QueryAllOrdersCancelRejectResponse) XXX_Size() int
func (*QueryAllOrdersCancelRejectResponse) XXX_Unmarshal ¶
func (m *QueryAllOrdersCancelRejectResponse) XXX_Unmarshal(b []byte) error
type QueryAllOrdersCancelRequestRequest ¶
type QueryAllOrdersCancelRequestRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllOrdersCancelRequestRequest) Descriptor ¶
func (*QueryAllOrdersCancelRequestRequest) Descriptor() ([]byte, []int)
func (*QueryAllOrdersCancelRequestRequest) GetChainID ¶
func (m *QueryAllOrdersCancelRequestRequest) GetChainID() string
func (*QueryAllOrdersCancelRequestRequest) GetPagination ¶
func (m *QueryAllOrdersCancelRequestRequest) GetPagination() *query.PageRequest
func (*QueryAllOrdersCancelRequestRequest) Marshal ¶
func (m *QueryAllOrdersCancelRequestRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllOrdersCancelRequestRequest) MarshalTo ¶
func (m *QueryAllOrdersCancelRequestRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllOrdersCancelRequestRequest) MarshalToSizedBuffer ¶
func (m *QueryAllOrdersCancelRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllOrdersCancelRequestRequest) ProtoMessage ¶
func (*QueryAllOrdersCancelRequestRequest) ProtoMessage()
func (*QueryAllOrdersCancelRequestRequest) Reset ¶
func (m *QueryAllOrdersCancelRequestRequest) Reset()
func (*QueryAllOrdersCancelRequestRequest) Size ¶
func (m *QueryAllOrdersCancelRequestRequest) Size() (n int)
func (*QueryAllOrdersCancelRequestRequest) String ¶
func (m *QueryAllOrdersCancelRequestRequest) String() string
func (*QueryAllOrdersCancelRequestRequest) Unmarshal ¶
func (m *QueryAllOrdersCancelRequestRequest) Unmarshal(dAtA []byte) error
func (*QueryAllOrdersCancelRequestRequest) XXX_DiscardUnknown ¶
func (m *QueryAllOrdersCancelRequestRequest) XXX_DiscardUnknown()
func (*QueryAllOrdersCancelRequestRequest) XXX_Marshal ¶
func (m *QueryAllOrdersCancelRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllOrdersCancelRequestRequest) XXX_Merge ¶
func (m *QueryAllOrdersCancelRequestRequest) XXX_Merge(src proto.Message)
func (*QueryAllOrdersCancelRequestRequest) XXX_Size ¶
func (m *QueryAllOrdersCancelRequestRequest) XXX_Size() int
func (*QueryAllOrdersCancelRequestRequest) XXX_Unmarshal ¶
func (m *QueryAllOrdersCancelRequestRequest) XXX_Unmarshal(b []byte) error
type QueryAllOrdersCancelRequestResponse ¶
type QueryAllOrdersCancelRequestResponse struct { OrdersCancelRequest []OrdersCancelRequest `protobuf:"bytes,1,rep,name=OrdersCancelRequest,proto3" json:"OrdersCancelRequest"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllOrdersCancelRequestResponse) Descriptor ¶
func (*QueryAllOrdersCancelRequestResponse) Descriptor() ([]byte, []int)
func (*QueryAllOrdersCancelRequestResponse) GetOrdersCancelRequest ¶
func (m *QueryAllOrdersCancelRequestResponse) GetOrdersCancelRequest() []OrdersCancelRequest
func (*QueryAllOrdersCancelRequestResponse) GetPagination ¶
func (m *QueryAllOrdersCancelRequestResponse) GetPagination() *query.PageResponse
func (*QueryAllOrdersCancelRequestResponse) Marshal ¶
func (m *QueryAllOrdersCancelRequestResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllOrdersCancelRequestResponse) MarshalTo ¶
func (m *QueryAllOrdersCancelRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllOrdersCancelRequestResponse) MarshalToSizedBuffer ¶
func (m *QueryAllOrdersCancelRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllOrdersCancelRequestResponse) ProtoMessage ¶
func (*QueryAllOrdersCancelRequestResponse) ProtoMessage()
func (*QueryAllOrdersCancelRequestResponse) Reset ¶
func (m *QueryAllOrdersCancelRequestResponse) Reset()
func (*QueryAllOrdersCancelRequestResponse) Size ¶
func (m *QueryAllOrdersCancelRequestResponse) Size() (n int)
func (*QueryAllOrdersCancelRequestResponse) String ¶
func (m *QueryAllOrdersCancelRequestResponse) String() string
func (*QueryAllOrdersCancelRequestResponse) Unmarshal ¶
func (m *QueryAllOrdersCancelRequestResponse) Unmarshal(dAtA []byte) error
func (*QueryAllOrdersCancelRequestResponse) XXX_DiscardUnknown ¶
func (m *QueryAllOrdersCancelRequestResponse) XXX_DiscardUnknown()
func (*QueryAllOrdersCancelRequestResponse) XXX_Marshal ¶
func (m *QueryAllOrdersCancelRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllOrdersCancelRequestResponse) XXX_Merge ¶
func (m *QueryAllOrdersCancelRequestResponse) XXX_Merge(src proto.Message)
func (*QueryAllOrdersCancelRequestResponse) XXX_Size ¶
func (m *QueryAllOrdersCancelRequestResponse) XXX_Size() int
func (*QueryAllOrdersCancelRequestResponse) XXX_Unmarshal ¶
func (m *QueryAllOrdersCancelRequestResponse) XXX_Unmarshal(b []byte) error
type QueryAllOrdersExecutionReportRequest ¶
type QueryAllOrdersExecutionReportRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllOrdersExecutionReportRequest) Descriptor ¶
func (*QueryAllOrdersExecutionReportRequest) Descriptor() ([]byte, []int)
func (*QueryAllOrdersExecutionReportRequest) GetChainID ¶
func (m *QueryAllOrdersExecutionReportRequest) GetChainID() string
func (*QueryAllOrdersExecutionReportRequest) GetPagination ¶
func (m *QueryAllOrdersExecutionReportRequest) GetPagination() *query.PageRequest
func (*QueryAllOrdersExecutionReportRequest) Marshal ¶
func (m *QueryAllOrdersExecutionReportRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllOrdersExecutionReportRequest) MarshalTo ¶
func (m *QueryAllOrdersExecutionReportRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllOrdersExecutionReportRequest) MarshalToSizedBuffer ¶
func (m *QueryAllOrdersExecutionReportRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllOrdersExecutionReportRequest) ProtoMessage ¶
func (*QueryAllOrdersExecutionReportRequest) ProtoMessage()
func (*QueryAllOrdersExecutionReportRequest) Reset ¶
func (m *QueryAllOrdersExecutionReportRequest) Reset()
func (*QueryAllOrdersExecutionReportRequest) Size ¶
func (m *QueryAllOrdersExecutionReportRequest) Size() (n int)
func (*QueryAllOrdersExecutionReportRequest) String ¶
func (m *QueryAllOrdersExecutionReportRequest) String() string
func (*QueryAllOrdersExecutionReportRequest) Unmarshal ¶
func (m *QueryAllOrdersExecutionReportRequest) Unmarshal(dAtA []byte) error
func (*QueryAllOrdersExecutionReportRequest) XXX_DiscardUnknown ¶
func (m *QueryAllOrdersExecutionReportRequest) XXX_DiscardUnknown()
func (*QueryAllOrdersExecutionReportRequest) XXX_Marshal ¶
func (m *QueryAllOrdersExecutionReportRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllOrdersExecutionReportRequest) XXX_Merge ¶
func (m *QueryAllOrdersExecutionReportRequest) XXX_Merge(src proto.Message)
func (*QueryAllOrdersExecutionReportRequest) XXX_Size ¶
func (m *QueryAllOrdersExecutionReportRequest) XXX_Size() int
func (*QueryAllOrdersExecutionReportRequest) XXX_Unmarshal ¶
func (m *QueryAllOrdersExecutionReportRequest) XXX_Unmarshal(b []byte) error
type QueryAllOrdersExecutionReportResponse ¶
type QueryAllOrdersExecutionReportResponse struct { OrdersExecutionReport []OrdersExecutionReport `protobuf:"bytes,1,rep,name=OrdersExecutionReport,proto3" json:"OrdersExecutionReport"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllOrdersExecutionReportResponse) Descriptor ¶
func (*QueryAllOrdersExecutionReportResponse) Descriptor() ([]byte, []int)
func (*QueryAllOrdersExecutionReportResponse) GetOrdersExecutionReport ¶
func (m *QueryAllOrdersExecutionReportResponse) GetOrdersExecutionReport() []OrdersExecutionReport
func (*QueryAllOrdersExecutionReportResponse) GetPagination ¶
func (m *QueryAllOrdersExecutionReportResponse) GetPagination() *query.PageResponse
func (*QueryAllOrdersExecutionReportResponse) Marshal ¶
func (m *QueryAllOrdersExecutionReportResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllOrdersExecutionReportResponse) MarshalTo ¶
func (m *QueryAllOrdersExecutionReportResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllOrdersExecutionReportResponse) MarshalToSizedBuffer ¶
func (m *QueryAllOrdersExecutionReportResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllOrdersExecutionReportResponse) ProtoMessage ¶
func (*QueryAllOrdersExecutionReportResponse) ProtoMessage()
func (*QueryAllOrdersExecutionReportResponse) Reset ¶
func (m *QueryAllOrdersExecutionReportResponse) Reset()
func (*QueryAllOrdersExecutionReportResponse) Size ¶
func (m *QueryAllOrdersExecutionReportResponse) Size() (n int)
func (*QueryAllOrdersExecutionReportResponse) String ¶
func (m *QueryAllOrdersExecutionReportResponse) String() string
func (*QueryAllOrdersExecutionReportResponse) Unmarshal ¶
func (m *QueryAllOrdersExecutionReportResponse) Unmarshal(dAtA []byte) error
func (*QueryAllOrdersExecutionReportResponse) XXX_DiscardUnknown ¶
func (m *QueryAllOrdersExecutionReportResponse) XXX_DiscardUnknown()
func (*QueryAllOrdersExecutionReportResponse) XXX_Marshal ¶
func (m *QueryAllOrdersExecutionReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllOrdersExecutionReportResponse) XXX_Merge ¶
func (m *QueryAllOrdersExecutionReportResponse) XXX_Merge(src proto.Message)
func (*QueryAllOrdersExecutionReportResponse) XXX_Size ¶
func (m *QueryAllOrdersExecutionReportResponse) XXX_Size() int
func (*QueryAllOrdersExecutionReportResponse) XXX_Unmarshal ¶
func (m *QueryAllOrdersExecutionReportResponse) XXX_Unmarshal(b []byte) error
type QueryAllOrdersRequest ¶
type QueryAllOrdersRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllOrdersRequest) Descriptor ¶
func (*QueryAllOrdersRequest) Descriptor() ([]byte, []int)
func (*QueryAllOrdersRequest) GetChainID ¶
func (m *QueryAllOrdersRequest) GetChainID() string
func (*QueryAllOrdersRequest) GetPagination ¶
func (m *QueryAllOrdersRequest) GetPagination() *query.PageRequest
func (*QueryAllOrdersRequest) Marshal ¶
func (m *QueryAllOrdersRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllOrdersRequest) MarshalTo ¶
func (m *QueryAllOrdersRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllOrdersRequest) MarshalToSizedBuffer ¶
func (m *QueryAllOrdersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllOrdersRequest) ProtoMessage ¶
func (*QueryAllOrdersRequest) ProtoMessage()
func (*QueryAllOrdersRequest) Reset ¶
func (m *QueryAllOrdersRequest) Reset()
func (*QueryAllOrdersRequest) Size ¶
func (m *QueryAllOrdersRequest) Size() (n int)
func (*QueryAllOrdersRequest) String ¶
func (m *QueryAllOrdersRequest) String() string
func (*QueryAllOrdersRequest) Unmarshal ¶
func (m *QueryAllOrdersRequest) Unmarshal(dAtA []byte) error
func (*QueryAllOrdersRequest) XXX_DiscardUnknown ¶
func (m *QueryAllOrdersRequest) XXX_DiscardUnknown()
func (*QueryAllOrdersRequest) XXX_Marshal ¶
func (m *QueryAllOrdersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllOrdersRequest) XXX_Merge ¶
func (m *QueryAllOrdersRequest) XXX_Merge(src proto.Message)
func (*QueryAllOrdersRequest) XXX_Size ¶
func (m *QueryAllOrdersRequest) XXX_Size() int
func (*QueryAllOrdersRequest) XXX_Unmarshal ¶
func (m *QueryAllOrdersRequest) XXX_Unmarshal(b []byte) error
type QueryAllOrdersResponse ¶
type QueryAllOrdersResponse struct { Orders []Orders `protobuf:"bytes,1,rep,name=Orders,proto3" json:"Orders"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllOrdersResponse) Descriptor ¶
func (*QueryAllOrdersResponse) Descriptor() ([]byte, []int)
func (*QueryAllOrdersResponse) GetOrders ¶
func (m *QueryAllOrdersResponse) GetOrders() []Orders
func (*QueryAllOrdersResponse) GetPagination ¶
func (m *QueryAllOrdersResponse) GetPagination() *query.PageResponse
func (*QueryAllOrdersResponse) Marshal ¶
func (m *QueryAllOrdersResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllOrdersResponse) MarshalTo ¶
func (m *QueryAllOrdersResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllOrdersResponse) MarshalToSizedBuffer ¶
func (m *QueryAllOrdersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllOrdersResponse) ProtoMessage ¶
func (*QueryAllOrdersResponse) ProtoMessage()
func (*QueryAllOrdersResponse) Reset ¶
func (m *QueryAllOrdersResponse) Reset()
func (*QueryAllOrdersResponse) Size ¶
func (m *QueryAllOrdersResponse) Size() (n int)
func (*QueryAllOrdersResponse) String ¶
func (m *QueryAllOrdersResponse) String() string
func (*QueryAllOrdersResponse) Unmarshal ¶
func (m *QueryAllOrdersResponse) Unmarshal(dAtA []byte) error
func (*QueryAllOrdersResponse) XXX_DiscardUnknown ¶
func (m *QueryAllOrdersResponse) XXX_DiscardUnknown()
func (*QueryAllOrdersResponse) XXX_Marshal ¶
func (m *QueryAllOrdersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllOrdersResponse) XXX_Merge ¶
func (m *QueryAllOrdersResponse) XXX_Merge(src proto.Message)
func (*QueryAllOrdersResponse) XXX_Size ¶
func (m *QueryAllOrdersResponse) XXX_Size() int
func (*QueryAllOrdersResponse) XXX_Unmarshal ¶
func (m *QueryAllOrdersResponse) XXX_Unmarshal(b []byte) error
type QueryAllQuoteRequest ¶
type QueryAllQuoteRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllQuoteRequest) Descriptor ¶
func (*QueryAllQuoteRequest) Descriptor() ([]byte, []int)
func (*QueryAllQuoteRequest) GetChainID ¶
func (m *QueryAllQuoteRequest) GetChainID() string
func (*QueryAllQuoteRequest) GetPagination ¶
func (m *QueryAllQuoteRequest) GetPagination() *query.PageRequest
func (*QueryAllQuoteRequest) Marshal ¶
func (m *QueryAllQuoteRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllQuoteRequest) MarshalTo ¶
func (m *QueryAllQuoteRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllQuoteRequest) MarshalToSizedBuffer ¶
func (m *QueryAllQuoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllQuoteRequest) ProtoMessage ¶
func (*QueryAllQuoteRequest) ProtoMessage()
func (*QueryAllQuoteRequest) Reset ¶
func (m *QueryAllQuoteRequest) Reset()
func (*QueryAllQuoteRequest) Size ¶
func (m *QueryAllQuoteRequest) Size() (n int)
func (*QueryAllQuoteRequest) String ¶
func (m *QueryAllQuoteRequest) String() string
func (*QueryAllQuoteRequest) Unmarshal ¶
func (m *QueryAllQuoteRequest) Unmarshal(dAtA []byte) error
func (*QueryAllQuoteRequest) XXX_DiscardUnknown ¶
func (m *QueryAllQuoteRequest) XXX_DiscardUnknown()
func (*QueryAllQuoteRequest) XXX_Marshal ¶
func (m *QueryAllQuoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllQuoteRequest) XXX_Merge ¶
func (m *QueryAllQuoteRequest) XXX_Merge(src proto.Message)
func (*QueryAllQuoteRequest) XXX_Size ¶
func (m *QueryAllQuoteRequest) XXX_Size() int
func (*QueryAllQuoteRequest) XXX_Unmarshal ¶
func (m *QueryAllQuoteRequest) XXX_Unmarshal(b []byte) error
type QueryAllQuoteResponse ¶
type QueryAllQuoteResponse struct { Quote []Quote `protobuf:"bytes,1,rep,name=Quote,proto3" json:"Quote"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllQuoteResponse) Descriptor ¶
func (*QueryAllQuoteResponse) Descriptor() ([]byte, []int)
func (*QueryAllQuoteResponse) GetPagination ¶
func (m *QueryAllQuoteResponse) GetPagination() *query.PageResponse
func (*QueryAllQuoteResponse) GetQuote ¶
func (m *QueryAllQuoteResponse) GetQuote() []Quote
func (*QueryAllQuoteResponse) Marshal ¶
func (m *QueryAllQuoteResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllQuoteResponse) MarshalTo ¶
func (m *QueryAllQuoteResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllQuoteResponse) MarshalToSizedBuffer ¶
func (m *QueryAllQuoteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllQuoteResponse) ProtoMessage ¶
func (*QueryAllQuoteResponse) ProtoMessage()
func (*QueryAllQuoteResponse) Reset ¶
func (m *QueryAllQuoteResponse) Reset()
func (*QueryAllQuoteResponse) Size ¶
func (m *QueryAllQuoteResponse) Size() (n int)
func (*QueryAllQuoteResponse) String ¶
func (m *QueryAllQuoteResponse) String() string
func (*QueryAllQuoteResponse) Unmarshal ¶
func (m *QueryAllQuoteResponse) Unmarshal(dAtA []byte) error
func (*QueryAllQuoteResponse) XXX_DiscardUnknown ¶
func (m *QueryAllQuoteResponse) XXX_DiscardUnknown()
func (*QueryAllQuoteResponse) XXX_Marshal ¶
func (m *QueryAllQuoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllQuoteResponse) XXX_Merge ¶
func (m *QueryAllQuoteResponse) XXX_Merge(src proto.Message)
func (*QueryAllQuoteResponse) XXX_Size ¶
func (m *QueryAllQuoteResponse) XXX_Size() int
func (*QueryAllQuoteResponse) XXX_Unmarshal ¶
func (m *QueryAllQuoteResponse) XXX_Unmarshal(b []byte) error
type QueryAllSecurityListRequest ¶
type QueryAllSecurityListRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSecurityListRequest) Descriptor ¶
func (*QueryAllSecurityListRequest) Descriptor() ([]byte, []int)
func (*QueryAllSecurityListRequest) GetChainID ¶
func (m *QueryAllSecurityListRequest) GetChainID() string
func (*QueryAllSecurityListRequest) GetPagination ¶
func (m *QueryAllSecurityListRequest) GetPagination() *query.PageRequest
func (*QueryAllSecurityListRequest) Marshal ¶
func (m *QueryAllSecurityListRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllSecurityListRequest) MarshalTo ¶
func (m *QueryAllSecurityListRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSecurityListRequest) MarshalToSizedBuffer ¶
func (m *QueryAllSecurityListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSecurityListRequest) ProtoMessage ¶
func (*QueryAllSecurityListRequest) ProtoMessage()
func (*QueryAllSecurityListRequest) Reset ¶
func (m *QueryAllSecurityListRequest) Reset()
func (*QueryAllSecurityListRequest) Size ¶
func (m *QueryAllSecurityListRequest) Size() (n int)
func (*QueryAllSecurityListRequest) String ¶
func (m *QueryAllSecurityListRequest) String() string
func (*QueryAllSecurityListRequest) Unmarshal ¶
func (m *QueryAllSecurityListRequest) Unmarshal(dAtA []byte) error
func (*QueryAllSecurityListRequest) XXX_DiscardUnknown ¶
func (m *QueryAllSecurityListRequest) XXX_DiscardUnknown()
func (*QueryAllSecurityListRequest) XXX_Marshal ¶
func (m *QueryAllSecurityListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSecurityListRequest) XXX_Merge ¶
func (m *QueryAllSecurityListRequest) XXX_Merge(src proto.Message)
func (*QueryAllSecurityListRequest) XXX_Size ¶
func (m *QueryAllSecurityListRequest) XXX_Size() int
func (*QueryAllSecurityListRequest) XXX_Unmarshal ¶
func (m *QueryAllSecurityListRequest) XXX_Unmarshal(b []byte) error
type QueryAllSecurityListResponse ¶
type QueryAllSecurityListResponse struct { SecurityList []SecurityList `protobuf:"bytes,1,rep,name=SecurityList,proto3" json:"SecurityList"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSecurityListResponse) Descriptor ¶
func (*QueryAllSecurityListResponse) Descriptor() ([]byte, []int)
func (*QueryAllSecurityListResponse) GetPagination ¶
func (m *QueryAllSecurityListResponse) GetPagination() *query.PageResponse
func (*QueryAllSecurityListResponse) GetSecurityList ¶
func (m *QueryAllSecurityListResponse) GetSecurityList() []SecurityList
func (*QueryAllSecurityListResponse) Marshal ¶
func (m *QueryAllSecurityListResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllSecurityListResponse) MarshalTo ¶
func (m *QueryAllSecurityListResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSecurityListResponse) MarshalToSizedBuffer ¶
func (m *QueryAllSecurityListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSecurityListResponse) ProtoMessage ¶
func (*QueryAllSecurityListResponse) ProtoMessage()
func (*QueryAllSecurityListResponse) Reset ¶
func (m *QueryAllSecurityListResponse) Reset()
func (*QueryAllSecurityListResponse) Size ¶
func (m *QueryAllSecurityListResponse) Size() (n int)
func (*QueryAllSecurityListResponse) String ¶
func (m *QueryAllSecurityListResponse) String() string
func (*QueryAllSecurityListResponse) Unmarshal ¶
func (m *QueryAllSecurityListResponse) Unmarshal(dAtA []byte) error
func (*QueryAllSecurityListResponse) XXX_DiscardUnknown ¶
func (m *QueryAllSecurityListResponse) XXX_DiscardUnknown()
func (*QueryAllSecurityListResponse) XXX_Marshal ¶
func (m *QueryAllSecurityListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSecurityListResponse) XXX_Merge ¶
func (m *QueryAllSecurityListResponse) XXX_Merge(src proto.Message)
func (*QueryAllSecurityListResponse) XXX_Size ¶
func (m *QueryAllSecurityListResponse) XXX_Size() int
func (*QueryAllSecurityListResponse) XXX_Unmarshal ¶
func (m *QueryAllSecurityListResponse) XXX_Unmarshal(b []byte) error
type QueryAllSecurityRequest ¶
type QueryAllSecurityRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSecurityRequest) Descriptor ¶
func (*QueryAllSecurityRequest) Descriptor() ([]byte, []int)
func (*QueryAllSecurityRequest) GetChainID ¶
func (m *QueryAllSecurityRequest) GetChainID() string
func (*QueryAllSecurityRequest) GetPagination ¶
func (m *QueryAllSecurityRequest) GetPagination() *query.PageRequest
func (*QueryAllSecurityRequest) Marshal ¶
func (m *QueryAllSecurityRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllSecurityRequest) MarshalTo ¶
func (m *QueryAllSecurityRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSecurityRequest) MarshalToSizedBuffer ¶
func (m *QueryAllSecurityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSecurityRequest) ProtoMessage ¶
func (*QueryAllSecurityRequest) ProtoMessage()
func (*QueryAllSecurityRequest) Reset ¶
func (m *QueryAllSecurityRequest) Reset()
func (*QueryAllSecurityRequest) Size ¶
func (m *QueryAllSecurityRequest) Size() (n int)
func (*QueryAllSecurityRequest) String ¶
func (m *QueryAllSecurityRequest) String() string
func (*QueryAllSecurityRequest) Unmarshal ¶
func (m *QueryAllSecurityRequest) Unmarshal(dAtA []byte) error
func (*QueryAllSecurityRequest) XXX_DiscardUnknown ¶
func (m *QueryAllSecurityRequest) XXX_DiscardUnknown()
func (*QueryAllSecurityRequest) XXX_Marshal ¶
func (m *QueryAllSecurityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSecurityRequest) XXX_Merge ¶
func (m *QueryAllSecurityRequest) XXX_Merge(src proto.Message)
func (*QueryAllSecurityRequest) XXX_Size ¶
func (m *QueryAllSecurityRequest) XXX_Size() int
func (*QueryAllSecurityRequest) XXX_Unmarshal ¶
func (m *QueryAllSecurityRequest) XXX_Unmarshal(b []byte) error
type QueryAllSecurityResponse ¶
type QueryAllSecurityResponse struct { Security []Security `protobuf:"bytes,1,rep,name=Security,proto3" json:"Security"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSecurityResponse) Descriptor ¶
func (*QueryAllSecurityResponse) Descriptor() ([]byte, []int)
func (*QueryAllSecurityResponse) GetPagination ¶
func (m *QueryAllSecurityResponse) GetPagination() *query.PageResponse
func (*QueryAllSecurityResponse) GetSecurity ¶
func (m *QueryAllSecurityResponse) GetSecurity() []Security
func (*QueryAllSecurityResponse) Marshal ¶
func (m *QueryAllSecurityResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllSecurityResponse) MarshalTo ¶
func (m *QueryAllSecurityResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSecurityResponse) MarshalToSizedBuffer ¶
func (m *QueryAllSecurityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSecurityResponse) ProtoMessage ¶
func (*QueryAllSecurityResponse) ProtoMessage()
func (*QueryAllSecurityResponse) Reset ¶
func (m *QueryAllSecurityResponse) Reset()
func (*QueryAllSecurityResponse) Size ¶
func (m *QueryAllSecurityResponse) Size() (n int)
func (*QueryAllSecurityResponse) String ¶
func (m *QueryAllSecurityResponse) String() string
func (*QueryAllSecurityResponse) Unmarshal ¶
func (m *QueryAllSecurityResponse) Unmarshal(dAtA []byte) error
func (*QueryAllSecurityResponse) XXX_DiscardUnknown ¶
func (m *QueryAllSecurityResponse) XXX_DiscardUnknown()
func (*QueryAllSecurityResponse) XXX_Marshal ¶
func (m *QueryAllSecurityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSecurityResponse) XXX_Merge ¶
func (m *QueryAllSecurityResponse) XXX_Merge(src proto.Message)
func (*QueryAllSecurityResponse) XXX_Size ¶
func (m *QueryAllSecurityResponse) XXX_Size() int
func (*QueryAllSecurityResponse) XXX_Unmarshal ¶
func (m *QueryAllSecurityResponse) XXX_Unmarshal(b []byte) error
type QueryAllSecurityStatusRequest ¶
type QueryAllSecurityStatusRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSecurityStatusRequest) Descriptor ¶
func (*QueryAllSecurityStatusRequest) Descriptor() ([]byte, []int)
func (*QueryAllSecurityStatusRequest) GetChainID ¶
func (m *QueryAllSecurityStatusRequest) GetChainID() string
func (*QueryAllSecurityStatusRequest) GetPagination ¶
func (m *QueryAllSecurityStatusRequest) GetPagination() *query.PageRequest
func (*QueryAllSecurityStatusRequest) Marshal ¶
func (m *QueryAllSecurityStatusRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllSecurityStatusRequest) MarshalTo ¶
func (m *QueryAllSecurityStatusRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSecurityStatusRequest) MarshalToSizedBuffer ¶
func (m *QueryAllSecurityStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSecurityStatusRequest) ProtoMessage ¶
func (*QueryAllSecurityStatusRequest) ProtoMessage()
func (*QueryAllSecurityStatusRequest) Reset ¶
func (m *QueryAllSecurityStatusRequest) Reset()
func (*QueryAllSecurityStatusRequest) Size ¶
func (m *QueryAllSecurityStatusRequest) Size() (n int)
func (*QueryAllSecurityStatusRequest) String ¶
func (m *QueryAllSecurityStatusRequest) String() string
func (*QueryAllSecurityStatusRequest) Unmarshal ¶
func (m *QueryAllSecurityStatusRequest) Unmarshal(dAtA []byte) error
func (*QueryAllSecurityStatusRequest) XXX_DiscardUnknown ¶
func (m *QueryAllSecurityStatusRequest) XXX_DiscardUnknown()
func (*QueryAllSecurityStatusRequest) XXX_Marshal ¶
func (m *QueryAllSecurityStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSecurityStatusRequest) XXX_Merge ¶
func (m *QueryAllSecurityStatusRequest) XXX_Merge(src proto.Message)
func (*QueryAllSecurityStatusRequest) XXX_Size ¶
func (m *QueryAllSecurityStatusRequest) XXX_Size() int
func (*QueryAllSecurityStatusRequest) XXX_Unmarshal ¶
func (m *QueryAllSecurityStatusRequest) XXX_Unmarshal(b []byte) error
type QueryAllSecurityStatusResponse ¶
type QueryAllSecurityStatusResponse struct { SecurityStatus []SecurityStatus `protobuf:"bytes,1,rep,name=SecurityStatus,proto3" json:"SecurityStatus"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSecurityStatusResponse) Descriptor ¶
func (*QueryAllSecurityStatusResponse) Descriptor() ([]byte, []int)
func (*QueryAllSecurityStatusResponse) GetPagination ¶
func (m *QueryAllSecurityStatusResponse) GetPagination() *query.PageResponse
func (*QueryAllSecurityStatusResponse) GetSecurityStatus ¶
func (m *QueryAllSecurityStatusResponse) GetSecurityStatus() []SecurityStatus
func (*QueryAllSecurityStatusResponse) Marshal ¶
func (m *QueryAllSecurityStatusResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllSecurityStatusResponse) MarshalTo ¶
func (m *QueryAllSecurityStatusResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSecurityStatusResponse) MarshalToSizedBuffer ¶
func (m *QueryAllSecurityStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSecurityStatusResponse) ProtoMessage ¶
func (*QueryAllSecurityStatusResponse) ProtoMessage()
func (*QueryAllSecurityStatusResponse) Reset ¶
func (m *QueryAllSecurityStatusResponse) Reset()
func (*QueryAllSecurityStatusResponse) Size ¶
func (m *QueryAllSecurityStatusResponse) Size() (n int)
func (*QueryAllSecurityStatusResponse) String ¶
func (m *QueryAllSecurityStatusResponse) String() string
func (*QueryAllSecurityStatusResponse) Unmarshal ¶
func (m *QueryAllSecurityStatusResponse) Unmarshal(dAtA []byte) error
func (*QueryAllSecurityStatusResponse) XXX_DiscardUnknown ¶
func (m *QueryAllSecurityStatusResponse) XXX_DiscardUnknown()
func (*QueryAllSecurityStatusResponse) XXX_Marshal ¶
func (m *QueryAllSecurityStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSecurityStatusResponse) XXX_Merge ¶
func (m *QueryAllSecurityStatusResponse) XXX_Merge(src proto.Message)
func (*QueryAllSecurityStatusResponse) XXX_Size ¶
func (m *QueryAllSecurityStatusResponse) XXX_Size() int
func (*QueryAllSecurityStatusResponse) XXX_Unmarshal ¶
func (m *QueryAllSecurityStatusResponse) XXX_Unmarshal(b []byte) error
type QueryAllSecurityTypesRequest ¶
type QueryAllSecurityTypesRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSecurityTypesRequest) Descriptor ¶
func (*QueryAllSecurityTypesRequest) Descriptor() ([]byte, []int)
func (*QueryAllSecurityTypesRequest) GetChainID ¶
func (m *QueryAllSecurityTypesRequest) GetChainID() string
func (*QueryAllSecurityTypesRequest) GetPagination ¶
func (m *QueryAllSecurityTypesRequest) GetPagination() *query.PageRequest
func (*QueryAllSecurityTypesRequest) Marshal ¶
func (m *QueryAllSecurityTypesRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllSecurityTypesRequest) MarshalTo ¶
func (m *QueryAllSecurityTypesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSecurityTypesRequest) MarshalToSizedBuffer ¶
func (m *QueryAllSecurityTypesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSecurityTypesRequest) ProtoMessage ¶
func (*QueryAllSecurityTypesRequest) ProtoMessage()
func (*QueryAllSecurityTypesRequest) Reset ¶
func (m *QueryAllSecurityTypesRequest) Reset()
func (*QueryAllSecurityTypesRequest) Size ¶
func (m *QueryAllSecurityTypesRequest) Size() (n int)
func (*QueryAllSecurityTypesRequest) String ¶
func (m *QueryAllSecurityTypesRequest) String() string
func (*QueryAllSecurityTypesRequest) Unmarshal ¶
func (m *QueryAllSecurityTypesRequest) Unmarshal(dAtA []byte) error
func (*QueryAllSecurityTypesRequest) XXX_DiscardUnknown ¶
func (m *QueryAllSecurityTypesRequest) XXX_DiscardUnknown()
func (*QueryAllSecurityTypesRequest) XXX_Marshal ¶
func (m *QueryAllSecurityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSecurityTypesRequest) XXX_Merge ¶
func (m *QueryAllSecurityTypesRequest) XXX_Merge(src proto.Message)
func (*QueryAllSecurityTypesRequest) XXX_Size ¶
func (m *QueryAllSecurityTypesRequest) XXX_Size() int
func (*QueryAllSecurityTypesRequest) XXX_Unmarshal ¶
func (m *QueryAllSecurityTypesRequest) XXX_Unmarshal(b []byte) error
type QueryAllSecurityTypesResponse ¶
type QueryAllSecurityTypesResponse struct { SecurityTypes []SecurityTypes `protobuf:"bytes,1,rep,name=SecurityTypes,proto3" json:"SecurityTypes"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSecurityTypesResponse) Descriptor ¶
func (*QueryAllSecurityTypesResponse) Descriptor() ([]byte, []int)
func (*QueryAllSecurityTypesResponse) GetPagination ¶
func (m *QueryAllSecurityTypesResponse) GetPagination() *query.PageResponse
func (*QueryAllSecurityTypesResponse) GetSecurityTypes ¶
func (m *QueryAllSecurityTypesResponse) GetSecurityTypes() []SecurityTypes
func (*QueryAllSecurityTypesResponse) Marshal ¶
func (m *QueryAllSecurityTypesResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllSecurityTypesResponse) MarshalTo ¶
func (m *QueryAllSecurityTypesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSecurityTypesResponse) MarshalToSizedBuffer ¶
func (m *QueryAllSecurityTypesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSecurityTypesResponse) ProtoMessage ¶
func (*QueryAllSecurityTypesResponse) ProtoMessage()
func (*QueryAllSecurityTypesResponse) Reset ¶
func (m *QueryAllSecurityTypesResponse) Reset()
func (*QueryAllSecurityTypesResponse) Size ¶
func (m *QueryAllSecurityTypesResponse) Size() (n int)
func (*QueryAllSecurityTypesResponse) String ¶
func (m *QueryAllSecurityTypesResponse) String() string
func (*QueryAllSecurityTypesResponse) Unmarshal ¶
func (m *QueryAllSecurityTypesResponse) Unmarshal(dAtA []byte) error
func (*QueryAllSecurityTypesResponse) XXX_DiscardUnknown ¶
func (m *QueryAllSecurityTypesResponse) XXX_DiscardUnknown()
func (*QueryAllSecurityTypesResponse) XXX_Marshal ¶
func (m *QueryAllSecurityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSecurityTypesResponse) XXX_Merge ¶
func (m *QueryAllSecurityTypesResponse) XXX_Merge(src proto.Message)
func (*QueryAllSecurityTypesResponse) XXX_Size ¶
func (m *QueryAllSecurityTypesResponse) XXX_Size() int
func (*QueryAllSecurityTypesResponse) XXX_Unmarshal ¶
func (m *QueryAllSecurityTypesResponse) XXX_Unmarshal(b []byte) error
type QueryAllSessionLogoutRequest ¶
type QueryAllSessionLogoutRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSessionLogoutRequest) Descriptor ¶
func (*QueryAllSessionLogoutRequest) Descriptor() ([]byte, []int)
func (*QueryAllSessionLogoutRequest) GetChainID ¶
func (m *QueryAllSessionLogoutRequest) GetChainID() string
func (*QueryAllSessionLogoutRequest) GetPagination ¶
func (m *QueryAllSessionLogoutRequest) GetPagination() *query.PageRequest
func (*QueryAllSessionLogoutRequest) Marshal ¶
func (m *QueryAllSessionLogoutRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllSessionLogoutRequest) MarshalTo ¶
func (m *QueryAllSessionLogoutRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSessionLogoutRequest) MarshalToSizedBuffer ¶
func (m *QueryAllSessionLogoutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSessionLogoutRequest) ProtoMessage ¶
func (*QueryAllSessionLogoutRequest) ProtoMessage()
func (*QueryAllSessionLogoutRequest) Reset ¶
func (m *QueryAllSessionLogoutRequest) Reset()
func (*QueryAllSessionLogoutRequest) Size ¶
func (m *QueryAllSessionLogoutRequest) Size() (n int)
func (*QueryAllSessionLogoutRequest) String ¶
func (m *QueryAllSessionLogoutRequest) String() string
func (*QueryAllSessionLogoutRequest) Unmarshal ¶
func (m *QueryAllSessionLogoutRequest) Unmarshal(dAtA []byte) error
func (*QueryAllSessionLogoutRequest) XXX_DiscardUnknown ¶
func (m *QueryAllSessionLogoutRequest) XXX_DiscardUnknown()
func (*QueryAllSessionLogoutRequest) XXX_Marshal ¶
func (m *QueryAllSessionLogoutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSessionLogoutRequest) XXX_Merge ¶
func (m *QueryAllSessionLogoutRequest) XXX_Merge(src proto.Message)
func (*QueryAllSessionLogoutRequest) XXX_Size ¶
func (m *QueryAllSessionLogoutRequest) XXX_Size() int
func (*QueryAllSessionLogoutRequest) XXX_Unmarshal ¶
func (m *QueryAllSessionLogoutRequest) XXX_Unmarshal(b []byte) error
type QueryAllSessionLogoutResponse ¶
type QueryAllSessionLogoutResponse struct { SessionLogout []SessionLogout `protobuf:"bytes,1,rep,name=SessionLogout,proto3" json:"SessionLogout"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSessionLogoutResponse) Descriptor ¶
func (*QueryAllSessionLogoutResponse) Descriptor() ([]byte, []int)
func (*QueryAllSessionLogoutResponse) GetPagination ¶
func (m *QueryAllSessionLogoutResponse) GetPagination() *query.PageResponse
func (*QueryAllSessionLogoutResponse) GetSessionLogout ¶
func (m *QueryAllSessionLogoutResponse) GetSessionLogout() []SessionLogout
func (*QueryAllSessionLogoutResponse) Marshal ¶
func (m *QueryAllSessionLogoutResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllSessionLogoutResponse) MarshalTo ¶
func (m *QueryAllSessionLogoutResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSessionLogoutResponse) MarshalToSizedBuffer ¶
func (m *QueryAllSessionLogoutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSessionLogoutResponse) ProtoMessage ¶
func (*QueryAllSessionLogoutResponse) ProtoMessage()
func (*QueryAllSessionLogoutResponse) Reset ¶
func (m *QueryAllSessionLogoutResponse) Reset()
func (*QueryAllSessionLogoutResponse) Size ¶
func (m *QueryAllSessionLogoutResponse) Size() (n int)
func (*QueryAllSessionLogoutResponse) String ¶
func (m *QueryAllSessionLogoutResponse) String() string
func (*QueryAllSessionLogoutResponse) Unmarshal ¶
func (m *QueryAllSessionLogoutResponse) Unmarshal(dAtA []byte) error
func (*QueryAllSessionLogoutResponse) XXX_DiscardUnknown ¶
func (m *QueryAllSessionLogoutResponse) XXX_DiscardUnknown()
func (*QueryAllSessionLogoutResponse) XXX_Marshal ¶
func (m *QueryAllSessionLogoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSessionLogoutResponse) XXX_Merge ¶
func (m *QueryAllSessionLogoutResponse) XXX_Merge(src proto.Message)
func (*QueryAllSessionLogoutResponse) XXX_Size ¶
func (m *QueryAllSessionLogoutResponse) XXX_Size() int
func (*QueryAllSessionLogoutResponse) XXX_Unmarshal ¶
func (m *QueryAllSessionLogoutResponse) XXX_Unmarshal(b []byte) error
type QueryAllSessionRejectRequest ¶
type QueryAllSessionRejectRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSessionRejectRequest) Descriptor ¶
func (*QueryAllSessionRejectRequest) Descriptor() ([]byte, []int)
func (*QueryAllSessionRejectRequest) GetChainID ¶
func (m *QueryAllSessionRejectRequest) GetChainID() string
func (*QueryAllSessionRejectRequest) GetPagination ¶
func (m *QueryAllSessionRejectRequest) GetPagination() *query.PageRequest
func (*QueryAllSessionRejectRequest) Marshal ¶
func (m *QueryAllSessionRejectRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllSessionRejectRequest) MarshalTo ¶
func (m *QueryAllSessionRejectRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSessionRejectRequest) MarshalToSizedBuffer ¶
func (m *QueryAllSessionRejectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSessionRejectRequest) ProtoMessage ¶
func (*QueryAllSessionRejectRequest) ProtoMessage()
func (*QueryAllSessionRejectRequest) Reset ¶
func (m *QueryAllSessionRejectRequest) Reset()
func (*QueryAllSessionRejectRequest) Size ¶
func (m *QueryAllSessionRejectRequest) Size() (n int)
func (*QueryAllSessionRejectRequest) String ¶
func (m *QueryAllSessionRejectRequest) String() string
func (*QueryAllSessionRejectRequest) Unmarshal ¶
func (m *QueryAllSessionRejectRequest) Unmarshal(dAtA []byte) error
func (*QueryAllSessionRejectRequest) XXX_DiscardUnknown ¶
func (m *QueryAllSessionRejectRequest) XXX_DiscardUnknown()
func (*QueryAllSessionRejectRequest) XXX_Marshal ¶
func (m *QueryAllSessionRejectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSessionRejectRequest) XXX_Merge ¶
func (m *QueryAllSessionRejectRequest) XXX_Merge(src proto.Message)
func (*QueryAllSessionRejectRequest) XXX_Size ¶
func (m *QueryAllSessionRejectRequest) XXX_Size() int
func (*QueryAllSessionRejectRequest) XXX_Unmarshal ¶
func (m *QueryAllSessionRejectRequest) XXX_Unmarshal(b []byte) error
type QueryAllSessionRejectResponse ¶
type QueryAllSessionRejectResponse struct { SessionReject []SessionReject `protobuf:"bytes,1,rep,name=SessionReject,proto3" json:"SessionReject"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSessionRejectResponse) Descriptor ¶
func (*QueryAllSessionRejectResponse) Descriptor() ([]byte, []int)
func (*QueryAllSessionRejectResponse) GetPagination ¶
func (m *QueryAllSessionRejectResponse) GetPagination() *query.PageResponse
func (*QueryAllSessionRejectResponse) GetSessionReject ¶
func (m *QueryAllSessionRejectResponse) GetSessionReject() []SessionReject
func (*QueryAllSessionRejectResponse) Marshal ¶
func (m *QueryAllSessionRejectResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllSessionRejectResponse) MarshalTo ¶
func (m *QueryAllSessionRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSessionRejectResponse) MarshalToSizedBuffer ¶
func (m *QueryAllSessionRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSessionRejectResponse) ProtoMessage ¶
func (*QueryAllSessionRejectResponse) ProtoMessage()
func (*QueryAllSessionRejectResponse) Reset ¶
func (m *QueryAllSessionRejectResponse) Reset()
func (*QueryAllSessionRejectResponse) Size ¶
func (m *QueryAllSessionRejectResponse) Size() (n int)
func (*QueryAllSessionRejectResponse) String ¶
func (m *QueryAllSessionRejectResponse) String() string
func (*QueryAllSessionRejectResponse) Unmarshal ¶
func (m *QueryAllSessionRejectResponse) Unmarshal(dAtA []byte) error
func (*QueryAllSessionRejectResponse) XXX_DiscardUnknown ¶
func (m *QueryAllSessionRejectResponse) XXX_DiscardUnknown()
func (*QueryAllSessionRejectResponse) XXX_Marshal ¶
func (m *QueryAllSessionRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSessionRejectResponse) XXX_Merge ¶
func (m *QueryAllSessionRejectResponse) XXX_Merge(src proto.Message)
func (*QueryAllSessionRejectResponse) XXX_Size ¶
func (m *QueryAllSessionRejectResponse) XXX_Size() int
func (*QueryAllSessionRejectResponse) XXX_Unmarshal ¶
func (m *QueryAllSessionRejectResponse) XXX_Unmarshal(b []byte) error
type QueryAllSessionsRequest ¶
type QueryAllSessionsRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSessionsRequest) Descriptor ¶
func (*QueryAllSessionsRequest) Descriptor() ([]byte, []int)
func (*QueryAllSessionsRequest) GetChainID ¶
func (m *QueryAllSessionsRequest) GetChainID() string
func (*QueryAllSessionsRequest) GetPagination ¶
func (m *QueryAllSessionsRequest) GetPagination() *query.PageRequest
func (*QueryAllSessionsRequest) Marshal ¶
func (m *QueryAllSessionsRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllSessionsRequest) MarshalTo ¶
func (m *QueryAllSessionsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSessionsRequest) MarshalToSizedBuffer ¶
func (m *QueryAllSessionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSessionsRequest) ProtoMessage ¶
func (*QueryAllSessionsRequest) ProtoMessage()
func (*QueryAllSessionsRequest) Reset ¶
func (m *QueryAllSessionsRequest) Reset()
func (*QueryAllSessionsRequest) Size ¶
func (m *QueryAllSessionsRequest) Size() (n int)
func (*QueryAllSessionsRequest) String ¶
func (m *QueryAllSessionsRequest) String() string
func (*QueryAllSessionsRequest) Unmarshal ¶
func (m *QueryAllSessionsRequest) Unmarshal(dAtA []byte) error
func (*QueryAllSessionsRequest) XXX_DiscardUnknown ¶
func (m *QueryAllSessionsRequest) XXX_DiscardUnknown()
func (*QueryAllSessionsRequest) XXX_Marshal ¶
func (m *QueryAllSessionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSessionsRequest) XXX_Merge ¶
func (m *QueryAllSessionsRequest) XXX_Merge(src proto.Message)
func (*QueryAllSessionsRequest) XXX_Size ¶
func (m *QueryAllSessionsRequest) XXX_Size() int
func (*QueryAllSessionsRequest) XXX_Unmarshal ¶
func (m *QueryAllSessionsRequest) XXX_Unmarshal(b []byte) error
type QueryAllSessionsResponse ¶
type QueryAllSessionsResponse struct { Sessions []Sessions `protobuf:"bytes,1,rep,name=Sessions,proto3" json:"Sessions"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllSessionsResponse) Descriptor ¶
func (*QueryAllSessionsResponse) Descriptor() ([]byte, []int)
func (*QueryAllSessionsResponse) GetPagination ¶
func (m *QueryAllSessionsResponse) GetPagination() *query.PageResponse
func (*QueryAllSessionsResponse) GetSessions ¶
func (m *QueryAllSessionsResponse) GetSessions() []Sessions
func (*QueryAllSessionsResponse) Marshal ¶
func (m *QueryAllSessionsResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllSessionsResponse) MarshalTo ¶
func (m *QueryAllSessionsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllSessionsResponse) MarshalToSizedBuffer ¶
func (m *QueryAllSessionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllSessionsResponse) ProtoMessage ¶
func (*QueryAllSessionsResponse) ProtoMessage()
func (*QueryAllSessionsResponse) Reset ¶
func (m *QueryAllSessionsResponse) Reset()
func (*QueryAllSessionsResponse) Size ¶
func (m *QueryAllSessionsResponse) Size() (n int)
func (*QueryAllSessionsResponse) String ¶
func (m *QueryAllSessionsResponse) String() string
func (*QueryAllSessionsResponse) Unmarshal ¶
func (m *QueryAllSessionsResponse) Unmarshal(dAtA []byte) error
func (*QueryAllSessionsResponse) XXX_DiscardUnknown ¶
func (m *QueryAllSessionsResponse) XXX_DiscardUnknown()
func (*QueryAllSessionsResponse) XXX_Marshal ¶
func (m *QueryAllSessionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllSessionsResponse) XXX_Merge ¶
func (m *QueryAllSessionsResponse) XXX_Merge(src proto.Message)
func (*QueryAllSessionsResponse) XXX_Size ¶
func (m *QueryAllSessionsResponse) XXX_Size() int
func (*QueryAllSessionsResponse) XXX_Unmarshal ¶
func (m *QueryAllSessionsResponse) XXX_Unmarshal(b []byte) error
type QueryAllTradeCaptureRequest ¶
type QueryAllTradeCaptureRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllTradeCaptureRequest) Descriptor ¶
func (*QueryAllTradeCaptureRequest) Descriptor() ([]byte, []int)
func (*QueryAllTradeCaptureRequest) GetChainID ¶
func (m *QueryAllTradeCaptureRequest) GetChainID() string
func (*QueryAllTradeCaptureRequest) GetPagination ¶
func (m *QueryAllTradeCaptureRequest) GetPagination() *query.PageRequest
func (*QueryAllTradeCaptureRequest) Marshal ¶
func (m *QueryAllTradeCaptureRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllTradeCaptureRequest) MarshalTo ¶
func (m *QueryAllTradeCaptureRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllTradeCaptureRequest) MarshalToSizedBuffer ¶
func (m *QueryAllTradeCaptureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllTradeCaptureRequest) ProtoMessage ¶
func (*QueryAllTradeCaptureRequest) ProtoMessage()
func (*QueryAllTradeCaptureRequest) Reset ¶
func (m *QueryAllTradeCaptureRequest) Reset()
func (*QueryAllTradeCaptureRequest) Size ¶
func (m *QueryAllTradeCaptureRequest) Size() (n int)
func (*QueryAllTradeCaptureRequest) String ¶
func (m *QueryAllTradeCaptureRequest) String() string
func (*QueryAllTradeCaptureRequest) Unmarshal ¶
func (m *QueryAllTradeCaptureRequest) Unmarshal(dAtA []byte) error
func (*QueryAllTradeCaptureRequest) XXX_DiscardUnknown ¶
func (m *QueryAllTradeCaptureRequest) XXX_DiscardUnknown()
func (*QueryAllTradeCaptureRequest) XXX_Marshal ¶
func (m *QueryAllTradeCaptureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllTradeCaptureRequest) XXX_Merge ¶
func (m *QueryAllTradeCaptureRequest) XXX_Merge(src proto.Message)
func (*QueryAllTradeCaptureRequest) XXX_Size ¶
func (m *QueryAllTradeCaptureRequest) XXX_Size() int
func (*QueryAllTradeCaptureRequest) XXX_Unmarshal ¶
func (m *QueryAllTradeCaptureRequest) XXX_Unmarshal(b []byte) error
type QueryAllTradeCaptureResponse ¶
type QueryAllTradeCaptureResponse struct { TradeCapture []TradeCapture `protobuf:"bytes,1,rep,name=TradeCapture,proto3" json:"TradeCapture"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllTradeCaptureResponse) Descriptor ¶
func (*QueryAllTradeCaptureResponse) Descriptor() ([]byte, []int)
func (*QueryAllTradeCaptureResponse) GetPagination ¶
func (m *QueryAllTradeCaptureResponse) GetPagination() *query.PageResponse
func (*QueryAllTradeCaptureResponse) GetTradeCapture ¶
func (m *QueryAllTradeCaptureResponse) GetTradeCapture() []TradeCapture
func (*QueryAllTradeCaptureResponse) Marshal ¶
func (m *QueryAllTradeCaptureResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllTradeCaptureResponse) MarshalTo ¶
func (m *QueryAllTradeCaptureResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllTradeCaptureResponse) MarshalToSizedBuffer ¶
func (m *QueryAllTradeCaptureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllTradeCaptureResponse) ProtoMessage ¶
func (*QueryAllTradeCaptureResponse) ProtoMessage()
func (*QueryAllTradeCaptureResponse) Reset ¶
func (m *QueryAllTradeCaptureResponse) Reset()
func (*QueryAllTradeCaptureResponse) Size ¶
func (m *QueryAllTradeCaptureResponse) Size() (n int)
func (*QueryAllTradeCaptureResponse) String ¶
func (m *QueryAllTradeCaptureResponse) String() string
func (*QueryAllTradeCaptureResponse) Unmarshal ¶
func (m *QueryAllTradeCaptureResponse) Unmarshal(dAtA []byte) error
func (*QueryAllTradeCaptureResponse) XXX_DiscardUnknown ¶
func (m *QueryAllTradeCaptureResponse) XXX_DiscardUnknown()
func (*QueryAllTradeCaptureResponse) XXX_Marshal ¶
func (m *QueryAllTradeCaptureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllTradeCaptureResponse) XXX_Merge ¶
func (m *QueryAllTradeCaptureResponse) XXX_Merge(src proto.Message)
func (*QueryAllTradeCaptureResponse) XXX_Size ¶
func (m *QueryAllTradeCaptureResponse) XXX_Size() int
func (*QueryAllTradeCaptureResponse) XXX_Unmarshal ¶
func (m *QueryAllTradeCaptureResponse) XXX_Unmarshal(b []byte) error
type QueryAllTradingSessionListRequest ¶
type QueryAllTradingSessionListRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllTradingSessionListRequest) Descriptor ¶
func (*QueryAllTradingSessionListRequest) Descriptor() ([]byte, []int)
func (*QueryAllTradingSessionListRequest) GetChainID ¶
func (m *QueryAllTradingSessionListRequest) GetChainID() string
func (*QueryAllTradingSessionListRequest) GetPagination ¶
func (m *QueryAllTradingSessionListRequest) GetPagination() *query.PageRequest
func (*QueryAllTradingSessionListRequest) Marshal ¶
func (m *QueryAllTradingSessionListRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllTradingSessionListRequest) MarshalTo ¶
func (m *QueryAllTradingSessionListRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllTradingSessionListRequest) MarshalToSizedBuffer ¶
func (m *QueryAllTradingSessionListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllTradingSessionListRequest) ProtoMessage ¶
func (*QueryAllTradingSessionListRequest) ProtoMessage()
func (*QueryAllTradingSessionListRequest) Reset ¶
func (m *QueryAllTradingSessionListRequest) Reset()
func (*QueryAllTradingSessionListRequest) Size ¶
func (m *QueryAllTradingSessionListRequest) Size() (n int)
func (*QueryAllTradingSessionListRequest) String ¶
func (m *QueryAllTradingSessionListRequest) String() string
func (*QueryAllTradingSessionListRequest) Unmarshal ¶
func (m *QueryAllTradingSessionListRequest) Unmarshal(dAtA []byte) error
func (*QueryAllTradingSessionListRequest) XXX_DiscardUnknown ¶
func (m *QueryAllTradingSessionListRequest) XXX_DiscardUnknown()
func (*QueryAllTradingSessionListRequest) XXX_Marshal ¶
func (m *QueryAllTradingSessionListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllTradingSessionListRequest) XXX_Merge ¶
func (m *QueryAllTradingSessionListRequest) XXX_Merge(src proto.Message)
func (*QueryAllTradingSessionListRequest) XXX_Size ¶
func (m *QueryAllTradingSessionListRequest) XXX_Size() int
func (*QueryAllTradingSessionListRequest) XXX_Unmarshal ¶
func (m *QueryAllTradingSessionListRequest) XXX_Unmarshal(b []byte) error
type QueryAllTradingSessionListResponse ¶
type QueryAllTradingSessionListResponse struct { TradingSessionList []TradingSessionList `protobuf:"bytes,1,rep,name=TradingSessionList,proto3" json:"TradingSessionList"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllTradingSessionListResponse) Descriptor ¶
func (*QueryAllTradingSessionListResponse) Descriptor() ([]byte, []int)
func (*QueryAllTradingSessionListResponse) GetPagination ¶
func (m *QueryAllTradingSessionListResponse) GetPagination() *query.PageResponse
func (*QueryAllTradingSessionListResponse) GetTradingSessionList ¶
func (m *QueryAllTradingSessionListResponse) GetTradingSessionList() []TradingSessionList
func (*QueryAllTradingSessionListResponse) Marshal ¶
func (m *QueryAllTradingSessionListResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllTradingSessionListResponse) MarshalTo ¶
func (m *QueryAllTradingSessionListResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllTradingSessionListResponse) MarshalToSizedBuffer ¶
func (m *QueryAllTradingSessionListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllTradingSessionListResponse) ProtoMessage ¶
func (*QueryAllTradingSessionListResponse) ProtoMessage()
func (*QueryAllTradingSessionListResponse) Reset ¶
func (m *QueryAllTradingSessionListResponse) Reset()
func (*QueryAllTradingSessionListResponse) Size ¶
func (m *QueryAllTradingSessionListResponse) Size() (n int)
func (*QueryAllTradingSessionListResponse) String ¶
func (m *QueryAllTradingSessionListResponse) String() string
func (*QueryAllTradingSessionListResponse) Unmarshal ¶
func (m *QueryAllTradingSessionListResponse) Unmarshal(dAtA []byte) error
func (*QueryAllTradingSessionListResponse) XXX_DiscardUnknown ¶
func (m *QueryAllTradingSessionListResponse) XXX_DiscardUnknown()
func (*QueryAllTradingSessionListResponse) XXX_Marshal ¶
func (m *QueryAllTradingSessionListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllTradingSessionListResponse) XXX_Merge ¶
func (m *QueryAllTradingSessionListResponse) XXX_Merge(src proto.Message)
func (*QueryAllTradingSessionListResponse) XXX_Size ¶
func (m *QueryAllTradingSessionListResponse) XXX_Size() int
func (*QueryAllTradingSessionListResponse) XXX_Unmarshal ¶
func (m *QueryAllTradingSessionListResponse) XXX_Unmarshal(b []byte) error
type QueryAllTradingSessionRequest ¶
type QueryAllTradingSessionRequest struct { ChainID string `protobuf:"bytes,1,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllTradingSessionRequest) Descriptor ¶
func (*QueryAllTradingSessionRequest) Descriptor() ([]byte, []int)
func (*QueryAllTradingSessionRequest) GetChainID ¶
func (m *QueryAllTradingSessionRequest) GetChainID() string
func (*QueryAllTradingSessionRequest) GetPagination ¶
func (m *QueryAllTradingSessionRequest) GetPagination() *query.PageRequest
func (*QueryAllTradingSessionRequest) Marshal ¶
func (m *QueryAllTradingSessionRequest) Marshal() (dAtA []byte, err error)
func (*QueryAllTradingSessionRequest) MarshalTo ¶
func (m *QueryAllTradingSessionRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllTradingSessionRequest) MarshalToSizedBuffer ¶
func (m *QueryAllTradingSessionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllTradingSessionRequest) ProtoMessage ¶
func (*QueryAllTradingSessionRequest) ProtoMessage()
func (*QueryAllTradingSessionRequest) Reset ¶
func (m *QueryAllTradingSessionRequest) Reset()
func (*QueryAllTradingSessionRequest) Size ¶
func (m *QueryAllTradingSessionRequest) Size() (n int)
func (*QueryAllTradingSessionRequest) String ¶
func (m *QueryAllTradingSessionRequest) String() string
func (*QueryAllTradingSessionRequest) Unmarshal ¶
func (m *QueryAllTradingSessionRequest) Unmarshal(dAtA []byte) error
func (*QueryAllTradingSessionRequest) XXX_DiscardUnknown ¶
func (m *QueryAllTradingSessionRequest) XXX_DiscardUnknown()
func (*QueryAllTradingSessionRequest) XXX_Marshal ¶
func (m *QueryAllTradingSessionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllTradingSessionRequest) XXX_Merge ¶
func (m *QueryAllTradingSessionRequest) XXX_Merge(src proto.Message)
func (*QueryAllTradingSessionRequest) XXX_Size ¶
func (m *QueryAllTradingSessionRequest) XXX_Size() int
func (*QueryAllTradingSessionRequest) XXX_Unmarshal ¶
func (m *QueryAllTradingSessionRequest) XXX_Unmarshal(b []byte) error
type QueryAllTradingSessionResponse ¶
type QueryAllTradingSessionResponse struct { TradingSession []TradingSession `protobuf:"bytes,1,rep,name=TradingSession,proto3" json:"TradingSession"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryAllTradingSessionResponse) Descriptor ¶
func (*QueryAllTradingSessionResponse) Descriptor() ([]byte, []int)
func (*QueryAllTradingSessionResponse) GetPagination ¶
func (m *QueryAllTradingSessionResponse) GetPagination() *query.PageResponse
func (*QueryAllTradingSessionResponse) GetTradingSession ¶
func (m *QueryAllTradingSessionResponse) GetTradingSession() []TradingSession
func (*QueryAllTradingSessionResponse) Marshal ¶
func (m *QueryAllTradingSessionResponse) Marshal() (dAtA []byte, err error)
func (*QueryAllTradingSessionResponse) MarshalTo ¶
func (m *QueryAllTradingSessionResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryAllTradingSessionResponse) MarshalToSizedBuffer ¶
func (m *QueryAllTradingSessionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryAllTradingSessionResponse) ProtoMessage ¶
func (*QueryAllTradingSessionResponse) ProtoMessage()
func (*QueryAllTradingSessionResponse) Reset ¶
func (m *QueryAllTradingSessionResponse) Reset()
func (*QueryAllTradingSessionResponse) Size ¶
func (m *QueryAllTradingSessionResponse) Size() (n int)
func (*QueryAllTradingSessionResponse) String ¶
func (m *QueryAllTradingSessionResponse) String() string
func (*QueryAllTradingSessionResponse) Unmarshal ¶
func (m *QueryAllTradingSessionResponse) Unmarshal(dAtA []byte) error
func (*QueryAllTradingSessionResponse) XXX_DiscardUnknown ¶
func (m *QueryAllTradingSessionResponse) XXX_DiscardUnknown()
func (*QueryAllTradingSessionResponse) XXX_Marshal ¶
func (m *QueryAllTradingSessionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryAllTradingSessionResponse) XXX_Merge ¶
func (m *QueryAllTradingSessionResponse) XXX_Merge(src proto.Message)
func (*QueryAllTradingSessionResponse) XXX_Size ¶
func (m *QueryAllTradingSessionResponse) XXX_Size() int
func (*QueryAllTradingSessionResponse) XXX_Unmarshal ¶
func (m *QueryAllTradingSessionResponse) XXX_Unmarshal(b []byte) error
type QueryClient ¶
type QueryClient interface { // Queries a list of Sessions items. Sessions(ctx context.Context, in *QueryGetSessionsRequest, opts ...grpc.CallOption) (*QueryGetSessionsResponse, error) SessionsAll(ctx context.Context, in *QueryAllSessionsRequest, opts ...grpc.CallOption) (*QueryAllSessionsResponse, error) // Queries a list of SessionReject items. SessionReject(ctx context.Context, in *QueryGetSessionRejectRequest, opts ...grpc.CallOption) (*QueryGetSessionRejectResponse, error) SessionRejectAll(ctx context.Context, in *QueryAllSessionRejectRequest, opts ...grpc.CallOption) (*QueryAllSessionRejectResponse, error) // Queries a list of SessionLogout items. SessionLogout(ctx context.Context, in *QueryGetSessionLogoutRequest, opts ...grpc.CallOption) (*QueryGetSessionLogoutResponse, error) SessionLogoutAll(ctx context.Context, in *QueryAllSessionLogoutRequest, opts ...grpc.CallOption) (*QueryAllSessionLogoutResponse, error) // Queries a list of Orders items. Orders(ctx context.Context, in *QueryGetOrdersRequest, opts ...grpc.CallOption) (*QueryGetOrdersResponse, error) OrdersByAddress(ctx context.Context, in *QueryGetOrdersByAddressRequest, opts ...grpc.CallOption) (*QueryGetOrdersByAddressResponse, error) OrdersAll(ctx context.Context, in *QueryAllOrdersRequest, opts ...grpc.CallOption) (*QueryAllOrdersResponse, error) // Queries a list of OrdersCancelRequest items. OrdersCancelRequest(ctx context.Context, in *QueryGetOrdersCancelRequestRequest, opts ...grpc.CallOption) (*QueryGetOrdersCancelRequestResponse, error) OrdersCancelRequestAll(ctx context.Context, in *QueryAllOrdersCancelRequestRequest, opts ...grpc.CallOption) (*QueryAllOrdersCancelRequestResponse, error) // Queries a list of OrdersCancelReject items. OrdersCancelReject(ctx context.Context, in *QueryGetOrdersCancelRejectRequest, opts ...grpc.CallOption) (*QueryGetOrdersCancelRejectResponse, error) OrdersCancelRejectAll(ctx context.Context, in *QueryAllOrdersCancelRejectRequest, opts ...grpc.CallOption) (*QueryAllOrdersCancelRejectResponse, error) // Queries a list of OrdersExecutionReport items. OrdersExecutionReport(ctx context.Context, in *QueryGetOrdersExecutionReportRequest, opts ...grpc.CallOption) (*QueryGetOrdersExecutionReportResponse, error) OrdersExecutionReportByAddress(ctx context.Context, in *QueryGetOrdersExecutionReportByAddressRequest, opts ...grpc.CallOption) (*QueryGetOrdersExecutionReportByAddressResponse, error) OrdersExecutionReportAll(ctx context.Context, in *QueryAllOrdersExecutionReportRequest, opts ...grpc.CallOption) (*QueryAllOrdersExecutionReportResponse, error) // Queries a list of Quote items. Quote(ctx context.Context, in *QueryGetQuoteRequest, opts ...grpc.CallOption) (*QueryGetQuoteResponse, error) QuotesBySessionID(ctx context.Context, in *QuerySessionByIDQuoteRequest, opts ...grpc.CallOption) (*QuerySessionByIDQuoteResponse, error) QuoteAll(ctx context.Context, in *QueryAllQuoteRequest, opts ...grpc.CallOption) (*QueryAllQuoteResponse, error) // Queries a list of TradeCapture items. TradeCapture(ctx context.Context, in *QueryGetTradeCaptureRequest, opts ...grpc.CallOption) (*QueryGetTradeCaptureResponse, error) TradeCaptureAll(ctx context.Context, in *QueryAllTradeCaptureRequest, opts ...grpc.CallOption) (*QueryAllTradeCaptureResponse, error) // Queries a list of MarketData items. MarketData(ctx context.Context, in *QueryGetMarketDataRequest, opts ...grpc.CallOption) (*QueryGetMarketDataResponse, error) MarketDataAll(ctx context.Context, in *QueryAllMarketDataRequest, opts ...grpc.CallOption) (*QueryAllMarketDataResponse, error) // Queries a list of Security items. Security(ctx context.Context, in *QueryGetSecurityRequest, opts ...grpc.CallOption) (*QueryGetSecurityResponse, error) SecurityAll(ctx context.Context, in *QueryAllSecurityRequest, opts ...grpc.CallOption) (*QueryAllSecurityResponse, error) // Queries a list of OrderMassStatus items. OrderMassStatus(ctx context.Context, in *QueryGetOrderMassStatusRequest, opts ...grpc.CallOption) (*QueryGetOrderMassStatusResponse, error) OrderMassStatusAll(ctx context.Context, in *QueryAllOrderMassStatusRequest, opts ...grpc.CallOption) (*QueryAllOrderMassStatusResponse, error) // Queries a list of TradingSession items. TradingSession(ctx context.Context, in *QueryGetTradingSessionRequest, opts ...grpc.CallOption) (*QueryGetTradingSessionResponse, error) TradingSessionAll(ctx context.Context, in *QueryAllTradingSessionRequest, opts ...grpc.CallOption) (*QueryAllTradingSessionResponse, error) // Queries a list of TradingSessionList items. TradingSessionList(ctx context.Context, in *QueryGetTradingSessionListRequest, opts ...grpc.CallOption) (*QueryGetTradingSessionListResponse, error) TradingSessionListAll(ctx context.Context, in *QueryAllTradingSessionListRequest, opts ...grpc.CallOption) (*QueryAllTradingSessionListResponse, error) // Queries a list of SecurityList items. SecurityList(ctx context.Context, in *QueryGetSecurityListRequest, opts ...grpc.CallOption) (*QueryGetSecurityListResponse, error) SecurityListAll(ctx context.Context, in *QueryAllSecurityListRequest, opts ...grpc.CallOption) (*QueryAllSecurityListResponse, error) // Queries a list of SecurityStatus items. SecurityStatus(ctx context.Context, in *QueryGetSecurityStatusRequest, opts ...grpc.CallOption) (*QueryGetSecurityStatusResponse, error) SecurityStatusAll(ctx context.Context, in *QueryAllSecurityStatusRequest, opts ...grpc.CallOption) (*QueryAllSecurityStatusResponse, error) // Queries a list of SecurityTypes items. SecurityTypes(ctx context.Context, in *QueryGetSecurityTypesRequest, opts ...grpc.CallOption) (*QueryGetSecurityTypesResponse, error) SecurityTypesAll(ctx context.Context, in *QueryAllSecurityTypesRequest, opts ...grpc.CallOption) (*QueryAllSecurityTypesResponse, error) // Queries a list of AccountRegistration items. AccountRegistration(ctx context.Context, in *QueryGetAccountRegistrationRequest, opts ...grpc.CallOption) (*QueryGetAccountRegistrationResponse, error) AccountRegistrationAll(ctx context.Context, in *QueryAllAccountRegistrationRequest, opts ...grpc.CallOption) (*QueryAllAccountRegistrationResponse, error) }
QueryClient is the client API for Query service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewQueryClient ¶
func NewQueryClient(cc grpc1.ClientConn) QueryClient
type QueryGetAccountRegistrationRequest ¶
type QueryGetAccountRegistrationRequest struct {
Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
}
func (*QueryGetAccountRegistrationRequest) Descriptor ¶
func (*QueryGetAccountRegistrationRequest) Descriptor() ([]byte, []int)
func (*QueryGetAccountRegistrationRequest) GetAddress ¶
func (m *QueryGetAccountRegistrationRequest) GetAddress() string
func (*QueryGetAccountRegistrationRequest) Marshal ¶
func (m *QueryGetAccountRegistrationRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetAccountRegistrationRequest) MarshalTo ¶
func (m *QueryGetAccountRegistrationRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetAccountRegistrationRequest) MarshalToSizedBuffer ¶
func (m *QueryGetAccountRegistrationRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetAccountRegistrationRequest) ProtoMessage ¶
func (*QueryGetAccountRegistrationRequest) ProtoMessage()
func (*QueryGetAccountRegistrationRequest) Reset ¶
func (m *QueryGetAccountRegistrationRequest) Reset()
func (*QueryGetAccountRegistrationRequest) Size ¶
func (m *QueryGetAccountRegistrationRequest) Size() (n int)
func (*QueryGetAccountRegistrationRequest) String ¶
func (m *QueryGetAccountRegistrationRequest) String() string
func (*QueryGetAccountRegistrationRequest) Unmarshal ¶
func (m *QueryGetAccountRegistrationRequest) Unmarshal(dAtA []byte) error
func (*QueryGetAccountRegistrationRequest) XXX_DiscardUnknown ¶
func (m *QueryGetAccountRegistrationRequest) XXX_DiscardUnknown()
func (*QueryGetAccountRegistrationRequest) XXX_Marshal ¶
func (m *QueryGetAccountRegistrationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetAccountRegistrationRequest) XXX_Merge ¶
func (m *QueryGetAccountRegistrationRequest) XXX_Merge(src proto.Message)
func (*QueryGetAccountRegistrationRequest) XXX_Size ¶
func (m *QueryGetAccountRegistrationRequest) XXX_Size() int
func (*QueryGetAccountRegistrationRequest) XXX_Unmarshal ¶
func (m *QueryGetAccountRegistrationRequest) XXX_Unmarshal(b []byte) error
type QueryGetAccountRegistrationResponse ¶
type QueryGetAccountRegistrationResponse struct {
AccountRegistration AccountRegistration `protobuf:"bytes,1,opt,name=AccountRegistration,proto3" json:"AccountRegistration"`
}
func (*QueryGetAccountRegistrationResponse) Descriptor ¶
func (*QueryGetAccountRegistrationResponse) Descriptor() ([]byte, []int)
func (*QueryGetAccountRegistrationResponse) GetAccountRegistration ¶
func (m *QueryGetAccountRegistrationResponse) GetAccountRegistration() AccountRegistration
func (*QueryGetAccountRegistrationResponse) Marshal ¶
func (m *QueryGetAccountRegistrationResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetAccountRegistrationResponse) MarshalTo ¶
func (m *QueryGetAccountRegistrationResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetAccountRegistrationResponse) MarshalToSizedBuffer ¶
func (m *QueryGetAccountRegistrationResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetAccountRegistrationResponse) ProtoMessage ¶
func (*QueryGetAccountRegistrationResponse) ProtoMessage()
func (*QueryGetAccountRegistrationResponse) Reset ¶
func (m *QueryGetAccountRegistrationResponse) Reset()
func (*QueryGetAccountRegistrationResponse) Size ¶
func (m *QueryGetAccountRegistrationResponse) Size() (n int)
func (*QueryGetAccountRegistrationResponse) String ¶
func (m *QueryGetAccountRegistrationResponse) String() string
func (*QueryGetAccountRegistrationResponse) Unmarshal ¶
func (m *QueryGetAccountRegistrationResponse) Unmarshal(dAtA []byte) error
func (*QueryGetAccountRegistrationResponse) XXX_DiscardUnknown ¶
func (m *QueryGetAccountRegistrationResponse) XXX_DiscardUnknown()
func (*QueryGetAccountRegistrationResponse) XXX_Marshal ¶
func (m *QueryGetAccountRegistrationResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetAccountRegistrationResponse) XXX_Merge ¶
func (m *QueryGetAccountRegistrationResponse) XXX_Merge(src proto.Message)
func (*QueryGetAccountRegistrationResponse) XXX_Size ¶
func (m *QueryGetAccountRegistrationResponse) XXX_Size() int
func (*QueryGetAccountRegistrationResponse) XXX_Unmarshal ¶
func (m *QueryGetAccountRegistrationResponse) XXX_Unmarshal(b []byte) error
type QueryGetMarketDataRequest ¶
type QueryGetMarketDataRequest struct { MdReqID string `protobuf:"bytes,1,opt,name=mdReqID,proto3" json:"mdReqID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetMarketDataRequest) Descriptor ¶
func (*QueryGetMarketDataRequest) Descriptor() ([]byte, []int)
func (*QueryGetMarketDataRequest) GetChainID ¶
func (m *QueryGetMarketDataRequest) GetChainID() string
func (*QueryGetMarketDataRequest) GetMdReqID ¶
func (m *QueryGetMarketDataRequest) GetMdReqID() string
func (*QueryGetMarketDataRequest) Marshal ¶
func (m *QueryGetMarketDataRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetMarketDataRequest) MarshalTo ¶
func (m *QueryGetMarketDataRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetMarketDataRequest) MarshalToSizedBuffer ¶
func (m *QueryGetMarketDataRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetMarketDataRequest) ProtoMessage ¶
func (*QueryGetMarketDataRequest) ProtoMessage()
func (*QueryGetMarketDataRequest) Reset ¶
func (m *QueryGetMarketDataRequest) Reset()
func (*QueryGetMarketDataRequest) Size ¶
func (m *QueryGetMarketDataRequest) Size() (n int)
func (*QueryGetMarketDataRequest) String ¶
func (m *QueryGetMarketDataRequest) String() string
func (*QueryGetMarketDataRequest) Unmarshal ¶
func (m *QueryGetMarketDataRequest) Unmarshal(dAtA []byte) error
func (*QueryGetMarketDataRequest) XXX_DiscardUnknown ¶
func (m *QueryGetMarketDataRequest) XXX_DiscardUnknown()
func (*QueryGetMarketDataRequest) XXX_Marshal ¶
func (m *QueryGetMarketDataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetMarketDataRequest) XXX_Merge ¶
func (m *QueryGetMarketDataRequest) XXX_Merge(src proto.Message)
func (*QueryGetMarketDataRequest) XXX_Size ¶
func (m *QueryGetMarketDataRequest) XXX_Size() int
func (*QueryGetMarketDataRequest) XXX_Unmarshal ¶
func (m *QueryGetMarketDataRequest) XXX_Unmarshal(b []byte) error
type QueryGetMarketDataResponse ¶
type QueryGetMarketDataResponse struct {
MarketData MarketData `protobuf:"bytes,1,opt,name=MarketData,proto3" json:"MarketData"`
}
func (*QueryGetMarketDataResponse) Descriptor ¶
func (*QueryGetMarketDataResponse) Descriptor() ([]byte, []int)
func (*QueryGetMarketDataResponse) GetMarketData ¶
func (m *QueryGetMarketDataResponse) GetMarketData() MarketData
func (*QueryGetMarketDataResponse) Marshal ¶
func (m *QueryGetMarketDataResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetMarketDataResponse) MarshalTo ¶
func (m *QueryGetMarketDataResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetMarketDataResponse) MarshalToSizedBuffer ¶
func (m *QueryGetMarketDataResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetMarketDataResponse) ProtoMessage ¶
func (*QueryGetMarketDataResponse) ProtoMessage()
func (*QueryGetMarketDataResponse) Reset ¶
func (m *QueryGetMarketDataResponse) Reset()
func (*QueryGetMarketDataResponse) Size ¶
func (m *QueryGetMarketDataResponse) Size() (n int)
func (*QueryGetMarketDataResponse) String ¶
func (m *QueryGetMarketDataResponse) String() string
func (*QueryGetMarketDataResponse) Unmarshal ¶
func (m *QueryGetMarketDataResponse) Unmarshal(dAtA []byte) error
func (*QueryGetMarketDataResponse) XXX_DiscardUnknown ¶
func (m *QueryGetMarketDataResponse) XXX_DiscardUnknown()
func (*QueryGetMarketDataResponse) XXX_Marshal ¶
func (m *QueryGetMarketDataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetMarketDataResponse) XXX_Merge ¶
func (m *QueryGetMarketDataResponse) XXX_Merge(src proto.Message)
func (*QueryGetMarketDataResponse) XXX_Size ¶
func (m *QueryGetMarketDataResponse) XXX_Size() int
func (*QueryGetMarketDataResponse) XXX_Unmarshal ¶
func (m *QueryGetMarketDataResponse) XXX_Unmarshal(b []byte) error
type QueryGetOrderMassStatusRequest ¶
type QueryGetOrderMassStatusRequest struct { MassStatusReqID string `protobuf:"bytes,1,opt,name=massStatusReqID,proto3" json:"massStatusReqID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetOrderMassStatusRequest) Descriptor ¶
func (*QueryGetOrderMassStatusRequest) Descriptor() ([]byte, []int)
func (*QueryGetOrderMassStatusRequest) GetChainID ¶
func (m *QueryGetOrderMassStatusRequest) GetChainID() string
func (*QueryGetOrderMassStatusRequest) GetMassStatusReqID ¶
func (m *QueryGetOrderMassStatusRequest) GetMassStatusReqID() string
func (*QueryGetOrderMassStatusRequest) Marshal ¶
func (m *QueryGetOrderMassStatusRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetOrderMassStatusRequest) MarshalTo ¶
func (m *QueryGetOrderMassStatusRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrderMassStatusRequest) MarshalToSizedBuffer ¶
func (m *QueryGetOrderMassStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrderMassStatusRequest) ProtoMessage ¶
func (*QueryGetOrderMassStatusRequest) ProtoMessage()
func (*QueryGetOrderMassStatusRequest) Reset ¶
func (m *QueryGetOrderMassStatusRequest) Reset()
func (*QueryGetOrderMassStatusRequest) Size ¶
func (m *QueryGetOrderMassStatusRequest) Size() (n int)
func (*QueryGetOrderMassStatusRequest) String ¶
func (m *QueryGetOrderMassStatusRequest) String() string
func (*QueryGetOrderMassStatusRequest) Unmarshal ¶
func (m *QueryGetOrderMassStatusRequest) Unmarshal(dAtA []byte) error
func (*QueryGetOrderMassStatusRequest) XXX_DiscardUnknown ¶
func (m *QueryGetOrderMassStatusRequest) XXX_DiscardUnknown()
func (*QueryGetOrderMassStatusRequest) XXX_Marshal ¶
func (m *QueryGetOrderMassStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrderMassStatusRequest) XXX_Merge ¶
func (m *QueryGetOrderMassStatusRequest) XXX_Merge(src proto.Message)
func (*QueryGetOrderMassStatusRequest) XXX_Size ¶
func (m *QueryGetOrderMassStatusRequest) XXX_Size() int
func (*QueryGetOrderMassStatusRequest) XXX_Unmarshal ¶
func (m *QueryGetOrderMassStatusRequest) XXX_Unmarshal(b []byte) error
type QueryGetOrderMassStatusResponse ¶
type QueryGetOrderMassStatusResponse struct {
OrderMassStatus OrderMassStatus `protobuf:"bytes,1,opt,name=OrderMassStatus,proto3" json:"OrderMassStatus"`
}
func (*QueryGetOrderMassStatusResponse) Descriptor ¶
func (*QueryGetOrderMassStatusResponse) Descriptor() ([]byte, []int)
func (*QueryGetOrderMassStatusResponse) GetOrderMassStatus ¶
func (m *QueryGetOrderMassStatusResponse) GetOrderMassStatus() OrderMassStatus
func (*QueryGetOrderMassStatusResponse) Marshal ¶
func (m *QueryGetOrderMassStatusResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetOrderMassStatusResponse) MarshalTo ¶
func (m *QueryGetOrderMassStatusResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrderMassStatusResponse) MarshalToSizedBuffer ¶
func (m *QueryGetOrderMassStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrderMassStatusResponse) ProtoMessage ¶
func (*QueryGetOrderMassStatusResponse) ProtoMessage()
func (*QueryGetOrderMassStatusResponse) Reset ¶
func (m *QueryGetOrderMassStatusResponse) Reset()
func (*QueryGetOrderMassStatusResponse) Size ¶
func (m *QueryGetOrderMassStatusResponse) Size() (n int)
func (*QueryGetOrderMassStatusResponse) String ¶
func (m *QueryGetOrderMassStatusResponse) String() string
func (*QueryGetOrderMassStatusResponse) Unmarshal ¶
func (m *QueryGetOrderMassStatusResponse) Unmarshal(dAtA []byte) error
func (*QueryGetOrderMassStatusResponse) XXX_DiscardUnknown ¶
func (m *QueryGetOrderMassStatusResponse) XXX_DiscardUnknown()
func (*QueryGetOrderMassStatusResponse) XXX_Marshal ¶
func (m *QueryGetOrderMassStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrderMassStatusResponse) XXX_Merge ¶
func (m *QueryGetOrderMassStatusResponse) XXX_Merge(src proto.Message)
func (*QueryGetOrderMassStatusResponse) XXX_Size ¶
func (m *QueryGetOrderMassStatusResponse) XXX_Size() int
func (*QueryGetOrderMassStatusResponse) XXX_Unmarshal ¶
func (m *QueryGetOrderMassStatusResponse) XXX_Unmarshal(b []byte) error
type QueryGetOrdersByAddressRequest ¶
type QueryGetOrdersByAddressRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryGetOrdersByAddressRequest) Descriptor ¶
func (*QueryGetOrdersByAddressRequest) Descriptor() ([]byte, []int)
func (*QueryGetOrdersByAddressRequest) GetAddress ¶
func (m *QueryGetOrdersByAddressRequest) GetAddress() string
func (*QueryGetOrdersByAddressRequest) GetChainID ¶
func (m *QueryGetOrdersByAddressRequest) GetChainID() string
func (*QueryGetOrdersByAddressRequest) GetPagination ¶
func (m *QueryGetOrdersByAddressRequest) GetPagination() *query.PageRequest
func (*QueryGetOrdersByAddressRequest) Marshal ¶
func (m *QueryGetOrdersByAddressRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersByAddressRequest) MarshalTo ¶
func (m *QueryGetOrdersByAddressRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersByAddressRequest) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersByAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersByAddressRequest) ProtoMessage ¶
func (*QueryGetOrdersByAddressRequest) ProtoMessage()
func (*QueryGetOrdersByAddressRequest) Reset ¶
func (m *QueryGetOrdersByAddressRequest) Reset()
func (*QueryGetOrdersByAddressRequest) Size ¶
func (m *QueryGetOrdersByAddressRequest) Size() (n int)
func (*QueryGetOrdersByAddressRequest) String ¶
func (m *QueryGetOrdersByAddressRequest) String() string
func (*QueryGetOrdersByAddressRequest) Unmarshal ¶
func (m *QueryGetOrdersByAddressRequest) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersByAddressRequest) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersByAddressRequest) XXX_DiscardUnknown()
func (*QueryGetOrdersByAddressRequest) XXX_Marshal ¶
func (m *QueryGetOrdersByAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersByAddressRequest) XXX_Merge ¶
func (m *QueryGetOrdersByAddressRequest) XXX_Merge(src proto.Message)
func (*QueryGetOrdersByAddressRequest) XXX_Size ¶
func (m *QueryGetOrdersByAddressRequest) XXX_Size() int
func (*QueryGetOrdersByAddressRequest) XXX_Unmarshal ¶
func (m *QueryGetOrdersByAddressRequest) XXX_Unmarshal(b []byte) error
type QueryGetOrdersByAddressResponse ¶
type QueryGetOrdersByAddressResponse struct { Orders []Orders `protobuf:"bytes,1,rep,name=Orders,proto3" json:"Orders"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryGetOrdersByAddressResponse) Descriptor ¶
func (*QueryGetOrdersByAddressResponse) Descriptor() ([]byte, []int)
func (*QueryGetOrdersByAddressResponse) GetOrders ¶
func (m *QueryGetOrdersByAddressResponse) GetOrders() []Orders
func (*QueryGetOrdersByAddressResponse) GetPagination ¶
func (m *QueryGetOrdersByAddressResponse) GetPagination() *query.PageResponse
func (*QueryGetOrdersByAddressResponse) Marshal ¶
func (m *QueryGetOrdersByAddressResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersByAddressResponse) MarshalTo ¶
func (m *QueryGetOrdersByAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersByAddressResponse) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersByAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersByAddressResponse) ProtoMessage ¶
func (*QueryGetOrdersByAddressResponse) ProtoMessage()
func (*QueryGetOrdersByAddressResponse) Reset ¶
func (m *QueryGetOrdersByAddressResponse) Reset()
func (*QueryGetOrdersByAddressResponse) Size ¶
func (m *QueryGetOrdersByAddressResponse) Size() (n int)
func (*QueryGetOrdersByAddressResponse) String ¶
func (m *QueryGetOrdersByAddressResponse) String() string
func (*QueryGetOrdersByAddressResponse) Unmarshal ¶
func (m *QueryGetOrdersByAddressResponse) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersByAddressResponse) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersByAddressResponse) XXX_DiscardUnknown()
func (*QueryGetOrdersByAddressResponse) XXX_Marshal ¶
func (m *QueryGetOrdersByAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersByAddressResponse) XXX_Merge ¶
func (m *QueryGetOrdersByAddressResponse) XXX_Merge(src proto.Message)
func (*QueryGetOrdersByAddressResponse) XXX_Size ¶
func (m *QueryGetOrdersByAddressResponse) XXX_Size() int
func (*QueryGetOrdersByAddressResponse) XXX_Unmarshal ¶
func (m *QueryGetOrdersByAddressResponse) XXX_Unmarshal(b []byte) error
type QueryGetOrdersCancelRejectRequest ¶
type QueryGetOrdersCancelRejectRequest struct { ClOrdID string `protobuf:"bytes,1,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetOrdersCancelRejectRequest) Descriptor ¶
func (*QueryGetOrdersCancelRejectRequest) Descriptor() ([]byte, []int)
func (*QueryGetOrdersCancelRejectRequest) GetChainID ¶
func (m *QueryGetOrdersCancelRejectRequest) GetChainID() string
func (*QueryGetOrdersCancelRejectRequest) GetClOrdID ¶
func (m *QueryGetOrdersCancelRejectRequest) GetClOrdID() string
func (*QueryGetOrdersCancelRejectRequest) Marshal ¶
func (m *QueryGetOrdersCancelRejectRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersCancelRejectRequest) MarshalTo ¶
func (m *QueryGetOrdersCancelRejectRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersCancelRejectRequest) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersCancelRejectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersCancelRejectRequest) ProtoMessage ¶
func (*QueryGetOrdersCancelRejectRequest) ProtoMessage()
func (*QueryGetOrdersCancelRejectRequest) Reset ¶
func (m *QueryGetOrdersCancelRejectRequest) Reset()
func (*QueryGetOrdersCancelRejectRequest) Size ¶
func (m *QueryGetOrdersCancelRejectRequest) Size() (n int)
func (*QueryGetOrdersCancelRejectRequest) String ¶
func (m *QueryGetOrdersCancelRejectRequest) String() string
func (*QueryGetOrdersCancelRejectRequest) Unmarshal ¶
func (m *QueryGetOrdersCancelRejectRequest) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersCancelRejectRequest) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersCancelRejectRequest) XXX_DiscardUnknown()
func (*QueryGetOrdersCancelRejectRequest) XXX_Marshal ¶
func (m *QueryGetOrdersCancelRejectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersCancelRejectRequest) XXX_Merge ¶
func (m *QueryGetOrdersCancelRejectRequest) XXX_Merge(src proto.Message)
func (*QueryGetOrdersCancelRejectRequest) XXX_Size ¶
func (m *QueryGetOrdersCancelRejectRequest) XXX_Size() int
func (*QueryGetOrdersCancelRejectRequest) XXX_Unmarshal ¶
func (m *QueryGetOrdersCancelRejectRequest) XXX_Unmarshal(b []byte) error
type QueryGetOrdersCancelRejectResponse ¶
type QueryGetOrdersCancelRejectResponse struct {
OrdersCancelReject OrdersCancelReject `protobuf:"bytes,1,opt,name=OrdersCancelReject,proto3" json:"OrdersCancelReject"`
}
func (*QueryGetOrdersCancelRejectResponse) Descriptor ¶
func (*QueryGetOrdersCancelRejectResponse) Descriptor() ([]byte, []int)
func (*QueryGetOrdersCancelRejectResponse) GetOrdersCancelReject ¶
func (m *QueryGetOrdersCancelRejectResponse) GetOrdersCancelReject() OrdersCancelReject
func (*QueryGetOrdersCancelRejectResponse) Marshal ¶
func (m *QueryGetOrdersCancelRejectResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersCancelRejectResponse) MarshalTo ¶
func (m *QueryGetOrdersCancelRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersCancelRejectResponse) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersCancelRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersCancelRejectResponse) ProtoMessage ¶
func (*QueryGetOrdersCancelRejectResponse) ProtoMessage()
func (*QueryGetOrdersCancelRejectResponse) Reset ¶
func (m *QueryGetOrdersCancelRejectResponse) Reset()
func (*QueryGetOrdersCancelRejectResponse) Size ¶
func (m *QueryGetOrdersCancelRejectResponse) Size() (n int)
func (*QueryGetOrdersCancelRejectResponse) String ¶
func (m *QueryGetOrdersCancelRejectResponse) String() string
func (*QueryGetOrdersCancelRejectResponse) Unmarshal ¶
func (m *QueryGetOrdersCancelRejectResponse) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersCancelRejectResponse) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersCancelRejectResponse) XXX_DiscardUnknown()
func (*QueryGetOrdersCancelRejectResponse) XXX_Marshal ¶
func (m *QueryGetOrdersCancelRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersCancelRejectResponse) XXX_Merge ¶
func (m *QueryGetOrdersCancelRejectResponse) XXX_Merge(src proto.Message)
func (*QueryGetOrdersCancelRejectResponse) XXX_Size ¶
func (m *QueryGetOrdersCancelRejectResponse) XXX_Size() int
func (*QueryGetOrdersCancelRejectResponse) XXX_Unmarshal ¶
func (m *QueryGetOrdersCancelRejectResponse) XXX_Unmarshal(b []byte) error
type QueryGetOrdersCancelRequestRequest ¶
type QueryGetOrdersCancelRequestRequest struct { ClOrdID string `protobuf:"bytes,1,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetOrdersCancelRequestRequest) Descriptor ¶
func (*QueryGetOrdersCancelRequestRequest) Descriptor() ([]byte, []int)
func (*QueryGetOrdersCancelRequestRequest) GetChainID ¶
func (m *QueryGetOrdersCancelRequestRequest) GetChainID() string
func (*QueryGetOrdersCancelRequestRequest) GetClOrdID ¶
func (m *QueryGetOrdersCancelRequestRequest) GetClOrdID() string
func (*QueryGetOrdersCancelRequestRequest) Marshal ¶
func (m *QueryGetOrdersCancelRequestRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersCancelRequestRequest) MarshalTo ¶
func (m *QueryGetOrdersCancelRequestRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersCancelRequestRequest) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersCancelRequestRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersCancelRequestRequest) ProtoMessage ¶
func (*QueryGetOrdersCancelRequestRequest) ProtoMessage()
func (*QueryGetOrdersCancelRequestRequest) Reset ¶
func (m *QueryGetOrdersCancelRequestRequest) Reset()
func (*QueryGetOrdersCancelRequestRequest) Size ¶
func (m *QueryGetOrdersCancelRequestRequest) Size() (n int)
func (*QueryGetOrdersCancelRequestRequest) String ¶
func (m *QueryGetOrdersCancelRequestRequest) String() string
func (*QueryGetOrdersCancelRequestRequest) Unmarshal ¶
func (m *QueryGetOrdersCancelRequestRequest) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersCancelRequestRequest) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersCancelRequestRequest) XXX_DiscardUnknown()
func (*QueryGetOrdersCancelRequestRequest) XXX_Marshal ¶
func (m *QueryGetOrdersCancelRequestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersCancelRequestRequest) XXX_Merge ¶
func (m *QueryGetOrdersCancelRequestRequest) XXX_Merge(src proto.Message)
func (*QueryGetOrdersCancelRequestRequest) XXX_Size ¶
func (m *QueryGetOrdersCancelRequestRequest) XXX_Size() int
func (*QueryGetOrdersCancelRequestRequest) XXX_Unmarshal ¶
func (m *QueryGetOrdersCancelRequestRequest) XXX_Unmarshal(b []byte) error
type QueryGetOrdersCancelRequestResponse ¶
type QueryGetOrdersCancelRequestResponse struct {
OrdersCancelRequest OrdersCancelRequest `protobuf:"bytes,1,opt,name=OrdersCancelRequest,proto3" json:"OrdersCancelRequest"`
}
func (*QueryGetOrdersCancelRequestResponse) Descriptor ¶
func (*QueryGetOrdersCancelRequestResponse) Descriptor() ([]byte, []int)
func (*QueryGetOrdersCancelRequestResponse) GetOrdersCancelRequest ¶
func (m *QueryGetOrdersCancelRequestResponse) GetOrdersCancelRequest() OrdersCancelRequest
func (*QueryGetOrdersCancelRequestResponse) Marshal ¶
func (m *QueryGetOrdersCancelRequestResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersCancelRequestResponse) MarshalTo ¶
func (m *QueryGetOrdersCancelRequestResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersCancelRequestResponse) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersCancelRequestResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersCancelRequestResponse) ProtoMessage ¶
func (*QueryGetOrdersCancelRequestResponse) ProtoMessage()
func (*QueryGetOrdersCancelRequestResponse) Reset ¶
func (m *QueryGetOrdersCancelRequestResponse) Reset()
func (*QueryGetOrdersCancelRequestResponse) Size ¶
func (m *QueryGetOrdersCancelRequestResponse) Size() (n int)
func (*QueryGetOrdersCancelRequestResponse) String ¶
func (m *QueryGetOrdersCancelRequestResponse) String() string
func (*QueryGetOrdersCancelRequestResponse) Unmarshal ¶
func (m *QueryGetOrdersCancelRequestResponse) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersCancelRequestResponse) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersCancelRequestResponse) XXX_DiscardUnknown()
func (*QueryGetOrdersCancelRequestResponse) XXX_Marshal ¶
func (m *QueryGetOrdersCancelRequestResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersCancelRequestResponse) XXX_Merge ¶
func (m *QueryGetOrdersCancelRequestResponse) XXX_Merge(src proto.Message)
func (*QueryGetOrdersCancelRequestResponse) XXX_Size ¶
func (m *QueryGetOrdersCancelRequestResponse) XXX_Size() int
func (*QueryGetOrdersCancelRequestResponse) XXX_Unmarshal ¶
func (m *QueryGetOrdersCancelRequestResponse) XXX_Unmarshal(b []byte) error
type QueryGetOrdersExecutionReportByAddressRequest ¶
type QueryGetOrdersExecutionReportByAddressRequest struct { Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` Pagination *query.PageRequest `protobuf:"bytes,3,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryGetOrdersExecutionReportByAddressRequest) Descriptor ¶
func (*QueryGetOrdersExecutionReportByAddressRequest) Descriptor() ([]byte, []int)
func (*QueryGetOrdersExecutionReportByAddressRequest) GetAddress ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) GetAddress() string
func (*QueryGetOrdersExecutionReportByAddressRequest) GetChainID ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) GetChainID() string
func (*QueryGetOrdersExecutionReportByAddressRequest) GetPagination ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) GetPagination() *query.PageRequest
func (*QueryGetOrdersExecutionReportByAddressRequest) Marshal ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersExecutionReportByAddressRequest) MarshalTo ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersExecutionReportByAddressRequest) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersExecutionReportByAddressRequest) ProtoMessage ¶
func (*QueryGetOrdersExecutionReportByAddressRequest) ProtoMessage()
func (*QueryGetOrdersExecutionReportByAddressRequest) Reset ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) Reset()
func (*QueryGetOrdersExecutionReportByAddressRequest) Size ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) Size() (n int)
func (*QueryGetOrdersExecutionReportByAddressRequest) String ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) String() string
func (*QueryGetOrdersExecutionReportByAddressRequest) Unmarshal ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersExecutionReportByAddressRequest) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) XXX_DiscardUnknown()
func (*QueryGetOrdersExecutionReportByAddressRequest) XXX_Marshal ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersExecutionReportByAddressRequest) XXX_Merge ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) XXX_Merge(src proto.Message)
func (*QueryGetOrdersExecutionReportByAddressRequest) XXX_Size ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) XXX_Size() int
func (*QueryGetOrdersExecutionReportByAddressRequest) XXX_Unmarshal ¶
func (m *QueryGetOrdersExecutionReportByAddressRequest) XXX_Unmarshal(b []byte) error
type QueryGetOrdersExecutionReportByAddressResponse ¶
type QueryGetOrdersExecutionReportByAddressResponse struct { OrdersExecutionReport []OrdersExecutionReport `protobuf:"bytes,1,rep,name=OrdersExecutionReport,proto3" json:"OrdersExecutionReport"` Pagination *query.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"` }
func (*QueryGetOrdersExecutionReportByAddressResponse) Descriptor ¶
func (*QueryGetOrdersExecutionReportByAddressResponse) Descriptor() ([]byte, []int)
func (*QueryGetOrdersExecutionReportByAddressResponse) GetOrdersExecutionReport ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) GetOrdersExecutionReport() []OrdersExecutionReport
func (*QueryGetOrdersExecutionReportByAddressResponse) GetPagination ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) GetPagination() *query.PageResponse
func (*QueryGetOrdersExecutionReportByAddressResponse) Marshal ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersExecutionReportByAddressResponse) MarshalTo ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersExecutionReportByAddressResponse) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersExecutionReportByAddressResponse) ProtoMessage ¶
func (*QueryGetOrdersExecutionReportByAddressResponse) ProtoMessage()
func (*QueryGetOrdersExecutionReportByAddressResponse) Reset ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) Reset()
func (*QueryGetOrdersExecutionReportByAddressResponse) Size ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) Size() (n int)
func (*QueryGetOrdersExecutionReportByAddressResponse) String ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) String() string
func (*QueryGetOrdersExecutionReportByAddressResponse) Unmarshal ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersExecutionReportByAddressResponse) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) XXX_DiscardUnknown()
func (*QueryGetOrdersExecutionReportByAddressResponse) XXX_Marshal ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersExecutionReportByAddressResponse) XXX_Merge ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) XXX_Merge(src proto.Message)
func (*QueryGetOrdersExecutionReportByAddressResponse) XXX_Size ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) XXX_Size() int
func (*QueryGetOrdersExecutionReportByAddressResponse) XXX_Unmarshal ¶
func (m *QueryGetOrdersExecutionReportByAddressResponse) XXX_Unmarshal(b []byte) error
type QueryGetOrdersExecutionReportRequest ¶
type QueryGetOrdersExecutionReportRequest struct { ClOrdID string `protobuf:"bytes,1,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetOrdersExecutionReportRequest) Descriptor ¶
func (*QueryGetOrdersExecutionReportRequest) Descriptor() ([]byte, []int)
func (*QueryGetOrdersExecutionReportRequest) GetChainID ¶
func (m *QueryGetOrdersExecutionReportRequest) GetChainID() string
func (*QueryGetOrdersExecutionReportRequest) GetClOrdID ¶
func (m *QueryGetOrdersExecutionReportRequest) GetClOrdID() string
func (*QueryGetOrdersExecutionReportRequest) Marshal ¶
func (m *QueryGetOrdersExecutionReportRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersExecutionReportRequest) MarshalTo ¶
func (m *QueryGetOrdersExecutionReportRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersExecutionReportRequest) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersExecutionReportRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersExecutionReportRequest) ProtoMessage ¶
func (*QueryGetOrdersExecutionReportRequest) ProtoMessage()
func (*QueryGetOrdersExecutionReportRequest) Reset ¶
func (m *QueryGetOrdersExecutionReportRequest) Reset()
func (*QueryGetOrdersExecutionReportRequest) Size ¶
func (m *QueryGetOrdersExecutionReportRequest) Size() (n int)
func (*QueryGetOrdersExecutionReportRequest) String ¶
func (m *QueryGetOrdersExecutionReportRequest) String() string
func (*QueryGetOrdersExecutionReportRequest) Unmarshal ¶
func (m *QueryGetOrdersExecutionReportRequest) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersExecutionReportRequest) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersExecutionReportRequest) XXX_DiscardUnknown()
func (*QueryGetOrdersExecutionReportRequest) XXX_Marshal ¶
func (m *QueryGetOrdersExecutionReportRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersExecutionReportRequest) XXX_Merge ¶
func (m *QueryGetOrdersExecutionReportRequest) XXX_Merge(src proto.Message)
func (*QueryGetOrdersExecutionReportRequest) XXX_Size ¶
func (m *QueryGetOrdersExecutionReportRequest) XXX_Size() int
func (*QueryGetOrdersExecutionReportRequest) XXX_Unmarshal ¶
func (m *QueryGetOrdersExecutionReportRequest) XXX_Unmarshal(b []byte) error
type QueryGetOrdersExecutionReportResponse ¶
type QueryGetOrdersExecutionReportResponse struct {
OrdersExecutionReport OrdersExecutionReport `protobuf:"bytes,1,opt,name=OrdersExecutionReport,proto3" json:"OrdersExecutionReport"`
}
func (*QueryGetOrdersExecutionReportResponse) Descriptor ¶
func (*QueryGetOrdersExecutionReportResponse) Descriptor() ([]byte, []int)
func (*QueryGetOrdersExecutionReportResponse) GetOrdersExecutionReport ¶
func (m *QueryGetOrdersExecutionReportResponse) GetOrdersExecutionReport() OrdersExecutionReport
func (*QueryGetOrdersExecutionReportResponse) Marshal ¶
func (m *QueryGetOrdersExecutionReportResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersExecutionReportResponse) MarshalTo ¶
func (m *QueryGetOrdersExecutionReportResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersExecutionReportResponse) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersExecutionReportResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersExecutionReportResponse) ProtoMessage ¶
func (*QueryGetOrdersExecutionReportResponse) ProtoMessage()
func (*QueryGetOrdersExecutionReportResponse) Reset ¶
func (m *QueryGetOrdersExecutionReportResponse) Reset()
func (*QueryGetOrdersExecutionReportResponse) Size ¶
func (m *QueryGetOrdersExecutionReportResponse) Size() (n int)
func (*QueryGetOrdersExecutionReportResponse) String ¶
func (m *QueryGetOrdersExecutionReportResponse) String() string
func (*QueryGetOrdersExecutionReportResponse) Unmarshal ¶
func (m *QueryGetOrdersExecutionReportResponse) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersExecutionReportResponse) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersExecutionReportResponse) XXX_DiscardUnknown()
func (*QueryGetOrdersExecutionReportResponse) XXX_Marshal ¶
func (m *QueryGetOrdersExecutionReportResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersExecutionReportResponse) XXX_Merge ¶
func (m *QueryGetOrdersExecutionReportResponse) XXX_Merge(src proto.Message)
func (*QueryGetOrdersExecutionReportResponse) XXX_Size ¶
func (m *QueryGetOrdersExecutionReportResponse) XXX_Size() int
func (*QueryGetOrdersExecutionReportResponse) XXX_Unmarshal ¶
func (m *QueryGetOrdersExecutionReportResponse) XXX_Unmarshal(b []byte) error
type QueryGetOrdersRequest ¶
type QueryGetOrdersRequest struct { ClOrdID string `protobuf:"bytes,1,opt,name=clOrdID,proto3" json:"clOrdID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetOrdersRequest) Descriptor ¶
func (*QueryGetOrdersRequest) Descriptor() ([]byte, []int)
func (*QueryGetOrdersRequest) GetChainID ¶
func (m *QueryGetOrdersRequest) GetChainID() string
func (*QueryGetOrdersRequest) GetClOrdID ¶
func (m *QueryGetOrdersRequest) GetClOrdID() string
func (*QueryGetOrdersRequest) Marshal ¶
func (m *QueryGetOrdersRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersRequest) MarshalTo ¶
func (m *QueryGetOrdersRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersRequest) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersRequest) ProtoMessage ¶
func (*QueryGetOrdersRequest) ProtoMessage()
func (*QueryGetOrdersRequest) Reset ¶
func (m *QueryGetOrdersRequest) Reset()
func (*QueryGetOrdersRequest) Size ¶
func (m *QueryGetOrdersRequest) Size() (n int)
func (*QueryGetOrdersRequest) String ¶
func (m *QueryGetOrdersRequest) String() string
func (*QueryGetOrdersRequest) Unmarshal ¶
func (m *QueryGetOrdersRequest) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersRequest) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersRequest) XXX_DiscardUnknown()
func (*QueryGetOrdersRequest) XXX_Marshal ¶
func (m *QueryGetOrdersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersRequest) XXX_Merge ¶
func (m *QueryGetOrdersRequest) XXX_Merge(src proto.Message)
func (*QueryGetOrdersRequest) XXX_Size ¶
func (m *QueryGetOrdersRequest) XXX_Size() int
func (*QueryGetOrdersRequest) XXX_Unmarshal ¶
func (m *QueryGetOrdersRequest) XXX_Unmarshal(b []byte) error
type QueryGetOrdersResponse ¶
type QueryGetOrdersResponse struct {
Orders Orders `protobuf:"bytes,1,opt,name=Orders,proto3" json:"Orders"`
}
func (*QueryGetOrdersResponse) Descriptor ¶
func (*QueryGetOrdersResponse) Descriptor() ([]byte, []int)
func (*QueryGetOrdersResponse) GetOrders ¶
func (m *QueryGetOrdersResponse) GetOrders() Orders
func (*QueryGetOrdersResponse) Marshal ¶
func (m *QueryGetOrdersResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetOrdersResponse) MarshalTo ¶
func (m *QueryGetOrdersResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetOrdersResponse) MarshalToSizedBuffer ¶
func (m *QueryGetOrdersResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetOrdersResponse) ProtoMessage ¶
func (*QueryGetOrdersResponse) ProtoMessage()
func (*QueryGetOrdersResponse) Reset ¶
func (m *QueryGetOrdersResponse) Reset()
func (*QueryGetOrdersResponse) Size ¶
func (m *QueryGetOrdersResponse) Size() (n int)
func (*QueryGetOrdersResponse) String ¶
func (m *QueryGetOrdersResponse) String() string
func (*QueryGetOrdersResponse) Unmarshal ¶
func (m *QueryGetOrdersResponse) Unmarshal(dAtA []byte) error
func (*QueryGetOrdersResponse) XXX_DiscardUnknown ¶
func (m *QueryGetOrdersResponse) XXX_DiscardUnknown()
func (*QueryGetOrdersResponse) XXX_Marshal ¶
func (m *QueryGetOrdersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetOrdersResponse) XXX_Merge ¶
func (m *QueryGetOrdersResponse) XXX_Merge(src proto.Message)
func (*QueryGetOrdersResponse) XXX_Size ¶
func (m *QueryGetOrdersResponse) XXX_Size() int
func (*QueryGetOrdersResponse) XXX_Unmarshal ¶
func (m *QueryGetOrdersResponse) XXX_Unmarshal(b []byte) error
type QueryGetQuoteRequest ¶
type QueryGetQuoteRequest struct { QuoteReqID string `protobuf:"bytes,1,opt,name=quoteReqID,proto3" json:"quoteReqID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetQuoteRequest) Descriptor ¶
func (*QueryGetQuoteRequest) Descriptor() ([]byte, []int)
func (*QueryGetQuoteRequest) GetChainID ¶
func (m *QueryGetQuoteRequest) GetChainID() string
func (*QueryGetQuoteRequest) GetQuoteReqID ¶
func (m *QueryGetQuoteRequest) GetQuoteReqID() string
func (*QueryGetQuoteRequest) Marshal ¶
func (m *QueryGetQuoteRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetQuoteRequest) MarshalTo ¶
func (m *QueryGetQuoteRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetQuoteRequest) MarshalToSizedBuffer ¶
func (m *QueryGetQuoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetQuoteRequest) ProtoMessage ¶
func (*QueryGetQuoteRequest) ProtoMessage()
func (*QueryGetQuoteRequest) Reset ¶
func (m *QueryGetQuoteRequest) Reset()
func (*QueryGetQuoteRequest) Size ¶
func (m *QueryGetQuoteRequest) Size() (n int)
func (*QueryGetQuoteRequest) String ¶
func (m *QueryGetQuoteRequest) String() string
func (*QueryGetQuoteRequest) Unmarshal ¶
func (m *QueryGetQuoteRequest) Unmarshal(dAtA []byte) error
func (*QueryGetQuoteRequest) XXX_DiscardUnknown ¶
func (m *QueryGetQuoteRequest) XXX_DiscardUnknown()
func (*QueryGetQuoteRequest) XXX_Marshal ¶
func (m *QueryGetQuoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetQuoteRequest) XXX_Merge ¶
func (m *QueryGetQuoteRequest) XXX_Merge(src proto.Message)
func (*QueryGetQuoteRequest) XXX_Size ¶
func (m *QueryGetQuoteRequest) XXX_Size() int
func (*QueryGetQuoteRequest) XXX_Unmarshal ¶
func (m *QueryGetQuoteRequest) XXX_Unmarshal(b []byte) error
type QueryGetQuoteResponse ¶
type QueryGetQuoteResponse struct {
Quote Quote `protobuf:"bytes,1,opt,name=Quote,proto3" json:"Quote"`
}
func (*QueryGetQuoteResponse) Descriptor ¶
func (*QueryGetQuoteResponse) Descriptor() ([]byte, []int)
func (*QueryGetQuoteResponse) GetQuote ¶
func (m *QueryGetQuoteResponse) GetQuote() Quote
func (*QueryGetQuoteResponse) Marshal ¶
func (m *QueryGetQuoteResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetQuoteResponse) MarshalTo ¶
func (m *QueryGetQuoteResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetQuoteResponse) MarshalToSizedBuffer ¶
func (m *QueryGetQuoteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetQuoteResponse) ProtoMessage ¶
func (*QueryGetQuoteResponse) ProtoMessage()
func (*QueryGetQuoteResponse) Reset ¶
func (m *QueryGetQuoteResponse) Reset()
func (*QueryGetQuoteResponse) Size ¶
func (m *QueryGetQuoteResponse) Size() (n int)
func (*QueryGetQuoteResponse) String ¶
func (m *QueryGetQuoteResponse) String() string
func (*QueryGetQuoteResponse) Unmarshal ¶
func (m *QueryGetQuoteResponse) Unmarshal(dAtA []byte) error
func (*QueryGetQuoteResponse) XXX_DiscardUnknown ¶
func (m *QueryGetQuoteResponse) XXX_DiscardUnknown()
func (*QueryGetQuoteResponse) XXX_Marshal ¶
func (m *QueryGetQuoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetQuoteResponse) XXX_Merge ¶
func (m *QueryGetQuoteResponse) XXX_Merge(src proto.Message)
func (*QueryGetQuoteResponse) XXX_Size ¶
func (m *QueryGetQuoteResponse) XXX_Size() int
func (*QueryGetQuoteResponse) XXX_Unmarshal ¶
func (m *QueryGetQuoteResponse) XXX_Unmarshal(b []byte) error
type QueryGetSecurityListRequest ¶
type QueryGetSecurityListRequest struct { SecurityReqID string `protobuf:"bytes,1,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetSecurityListRequest) Descriptor ¶
func (*QueryGetSecurityListRequest) Descriptor() ([]byte, []int)
func (*QueryGetSecurityListRequest) GetChainID ¶
func (m *QueryGetSecurityListRequest) GetChainID() string
func (*QueryGetSecurityListRequest) GetSecurityReqID ¶
func (m *QueryGetSecurityListRequest) GetSecurityReqID() string
func (*QueryGetSecurityListRequest) Marshal ¶
func (m *QueryGetSecurityListRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetSecurityListRequest) MarshalTo ¶
func (m *QueryGetSecurityListRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSecurityListRequest) MarshalToSizedBuffer ¶
func (m *QueryGetSecurityListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSecurityListRequest) ProtoMessage ¶
func (*QueryGetSecurityListRequest) ProtoMessage()
func (*QueryGetSecurityListRequest) Reset ¶
func (m *QueryGetSecurityListRequest) Reset()
func (*QueryGetSecurityListRequest) Size ¶
func (m *QueryGetSecurityListRequest) Size() (n int)
func (*QueryGetSecurityListRequest) String ¶
func (m *QueryGetSecurityListRequest) String() string
func (*QueryGetSecurityListRequest) Unmarshal ¶
func (m *QueryGetSecurityListRequest) Unmarshal(dAtA []byte) error
func (*QueryGetSecurityListRequest) XXX_DiscardUnknown ¶
func (m *QueryGetSecurityListRequest) XXX_DiscardUnknown()
func (*QueryGetSecurityListRequest) XXX_Marshal ¶
func (m *QueryGetSecurityListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSecurityListRequest) XXX_Merge ¶
func (m *QueryGetSecurityListRequest) XXX_Merge(src proto.Message)
func (*QueryGetSecurityListRequest) XXX_Size ¶
func (m *QueryGetSecurityListRequest) XXX_Size() int
func (*QueryGetSecurityListRequest) XXX_Unmarshal ¶
func (m *QueryGetSecurityListRequest) XXX_Unmarshal(b []byte) error
type QueryGetSecurityListResponse ¶
type QueryGetSecurityListResponse struct {
SecurityList SecurityList `protobuf:"bytes,1,opt,name=SecurityList,proto3" json:"SecurityList"`
}
func (*QueryGetSecurityListResponse) Descriptor ¶
func (*QueryGetSecurityListResponse) Descriptor() ([]byte, []int)
func (*QueryGetSecurityListResponse) GetSecurityList ¶
func (m *QueryGetSecurityListResponse) GetSecurityList() SecurityList
func (*QueryGetSecurityListResponse) Marshal ¶
func (m *QueryGetSecurityListResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetSecurityListResponse) MarshalTo ¶
func (m *QueryGetSecurityListResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSecurityListResponse) MarshalToSizedBuffer ¶
func (m *QueryGetSecurityListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSecurityListResponse) ProtoMessage ¶
func (*QueryGetSecurityListResponse) ProtoMessage()
func (*QueryGetSecurityListResponse) Reset ¶
func (m *QueryGetSecurityListResponse) Reset()
func (*QueryGetSecurityListResponse) Size ¶
func (m *QueryGetSecurityListResponse) Size() (n int)
func (*QueryGetSecurityListResponse) String ¶
func (m *QueryGetSecurityListResponse) String() string
func (*QueryGetSecurityListResponse) Unmarshal ¶
func (m *QueryGetSecurityListResponse) Unmarshal(dAtA []byte) error
func (*QueryGetSecurityListResponse) XXX_DiscardUnknown ¶
func (m *QueryGetSecurityListResponse) XXX_DiscardUnknown()
func (*QueryGetSecurityListResponse) XXX_Marshal ¶
func (m *QueryGetSecurityListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSecurityListResponse) XXX_Merge ¶
func (m *QueryGetSecurityListResponse) XXX_Merge(src proto.Message)
func (*QueryGetSecurityListResponse) XXX_Size ¶
func (m *QueryGetSecurityListResponse) XXX_Size() int
func (*QueryGetSecurityListResponse) XXX_Unmarshal ¶
func (m *QueryGetSecurityListResponse) XXX_Unmarshal(b []byte) error
type QueryGetSecurityRequest ¶
type QueryGetSecurityRequest struct { SecurityReqID string `protobuf:"bytes,1,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetSecurityRequest) Descriptor ¶
func (*QueryGetSecurityRequest) Descriptor() ([]byte, []int)
func (*QueryGetSecurityRequest) GetChainID ¶
func (m *QueryGetSecurityRequest) GetChainID() string
func (*QueryGetSecurityRequest) GetSecurityReqID ¶
func (m *QueryGetSecurityRequest) GetSecurityReqID() string
func (*QueryGetSecurityRequest) Marshal ¶
func (m *QueryGetSecurityRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetSecurityRequest) MarshalTo ¶
func (m *QueryGetSecurityRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSecurityRequest) MarshalToSizedBuffer ¶
func (m *QueryGetSecurityRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSecurityRequest) ProtoMessage ¶
func (*QueryGetSecurityRequest) ProtoMessage()
func (*QueryGetSecurityRequest) Reset ¶
func (m *QueryGetSecurityRequest) Reset()
func (*QueryGetSecurityRequest) Size ¶
func (m *QueryGetSecurityRequest) Size() (n int)
func (*QueryGetSecurityRequest) String ¶
func (m *QueryGetSecurityRequest) String() string
func (*QueryGetSecurityRequest) Unmarshal ¶
func (m *QueryGetSecurityRequest) Unmarshal(dAtA []byte) error
func (*QueryGetSecurityRequest) XXX_DiscardUnknown ¶
func (m *QueryGetSecurityRequest) XXX_DiscardUnknown()
func (*QueryGetSecurityRequest) XXX_Marshal ¶
func (m *QueryGetSecurityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSecurityRequest) XXX_Merge ¶
func (m *QueryGetSecurityRequest) XXX_Merge(src proto.Message)
func (*QueryGetSecurityRequest) XXX_Size ¶
func (m *QueryGetSecurityRequest) XXX_Size() int
func (*QueryGetSecurityRequest) XXX_Unmarshal ¶
func (m *QueryGetSecurityRequest) XXX_Unmarshal(b []byte) error
type QueryGetSecurityResponse ¶
type QueryGetSecurityResponse struct {
Security Security `protobuf:"bytes,1,opt,name=Security,proto3" json:"Security"`
}
func (*QueryGetSecurityResponse) Descriptor ¶
func (*QueryGetSecurityResponse) Descriptor() ([]byte, []int)
func (*QueryGetSecurityResponse) GetSecurity ¶
func (m *QueryGetSecurityResponse) GetSecurity() Security
func (*QueryGetSecurityResponse) Marshal ¶
func (m *QueryGetSecurityResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetSecurityResponse) MarshalTo ¶
func (m *QueryGetSecurityResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSecurityResponse) MarshalToSizedBuffer ¶
func (m *QueryGetSecurityResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSecurityResponse) ProtoMessage ¶
func (*QueryGetSecurityResponse) ProtoMessage()
func (*QueryGetSecurityResponse) Reset ¶
func (m *QueryGetSecurityResponse) Reset()
func (*QueryGetSecurityResponse) Size ¶
func (m *QueryGetSecurityResponse) Size() (n int)
func (*QueryGetSecurityResponse) String ¶
func (m *QueryGetSecurityResponse) String() string
func (*QueryGetSecurityResponse) Unmarshal ¶
func (m *QueryGetSecurityResponse) Unmarshal(dAtA []byte) error
func (*QueryGetSecurityResponse) XXX_DiscardUnknown ¶
func (m *QueryGetSecurityResponse) XXX_DiscardUnknown()
func (*QueryGetSecurityResponse) XXX_Marshal ¶
func (m *QueryGetSecurityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSecurityResponse) XXX_Merge ¶
func (m *QueryGetSecurityResponse) XXX_Merge(src proto.Message)
func (*QueryGetSecurityResponse) XXX_Size ¶
func (m *QueryGetSecurityResponse) XXX_Size() int
func (*QueryGetSecurityResponse) XXX_Unmarshal ¶
func (m *QueryGetSecurityResponse) XXX_Unmarshal(b []byte) error
type QueryGetSecurityStatusRequest ¶
type QueryGetSecurityStatusRequest struct { SecurityStatusReqID string `protobuf:"bytes,1,opt,name=securityStatusReqID,proto3" json:"securityStatusReqID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetSecurityStatusRequest) Descriptor ¶
func (*QueryGetSecurityStatusRequest) Descriptor() ([]byte, []int)
func (*QueryGetSecurityStatusRequest) GetChainID ¶
func (m *QueryGetSecurityStatusRequest) GetChainID() string
func (*QueryGetSecurityStatusRequest) GetSecurityStatusReqID ¶
func (m *QueryGetSecurityStatusRequest) GetSecurityStatusReqID() string
func (*QueryGetSecurityStatusRequest) Marshal ¶
func (m *QueryGetSecurityStatusRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetSecurityStatusRequest) MarshalTo ¶
func (m *QueryGetSecurityStatusRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSecurityStatusRequest) MarshalToSizedBuffer ¶
func (m *QueryGetSecurityStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSecurityStatusRequest) ProtoMessage ¶
func (*QueryGetSecurityStatusRequest) ProtoMessage()
func (*QueryGetSecurityStatusRequest) Reset ¶
func (m *QueryGetSecurityStatusRequest) Reset()
func (*QueryGetSecurityStatusRequest) Size ¶
func (m *QueryGetSecurityStatusRequest) Size() (n int)
func (*QueryGetSecurityStatusRequest) String ¶
func (m *QueryGetSecurityStatusRequest) String() string
func (*QueryGetSecurityStatusRequest) Unmarshal ¶
func (m *QueryGetSecurityStatusRequest) Unmarshal(dAtA []byte) error
func (*QueryGetSecurityStatusRequest) XXX_DiscardUnknown ¶
func (m *QueryGetSecurityStatusRequest) XXX_DiscardUnknown()
func (*QueryGetSecurityStatusRequest) XXX_Marshal ¶
func (m *QueryGetSecurityStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSecurityStatusRequest) XXX_Merge ¶
func (m *QueryGetSecurityStatusRequest) XXX_Merge(src proto.Message)
func (*QueryGetSecurityStatusRequest) XXX_Size ¶
func (m *QueryGetSecurityStatusRequest) XXX_Size() int
func (*QueryGetSecurityStatusRequest) XXX_Unmarshal ¶
func (m *QueryGetSecurityStatusRequest) XXX_Unmarshal(b []byte) error
type QueryGetSecurityStatusResponse ¶
type QueryGetSecurityStatusResponse struct {
SecurityStatus SecurityStatus `protobuf:"bytes,1,opt,name=SecurityStatus,proto3" json:"SecurityStatus"`
}
func (*QueryGetSecurityStatusResponse) Descriptor ¶
func (*QueryGetSecurityStatusResponse) Descriptor() ([]byte, []int)
func (*QueryGetSecurityStatusResponse) GetSecurityStatus ¶
func (m *QueryGetSecurityStatusResponse) GetSecurityStatus() SecurityStatus
func (*QueryGetSecurityStatusResponse) Marshal ¶
func (m *QueryGetSecurityStatusResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetSecurityStatusResponse) MarshalTo ¶
func (m *QueryGetSecurityStatusResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSecurityStatusResponse) MarshalToSizedBuffer ¶
func (m *QueryGetSecurityStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSecurityStatusResponse) ProtoMessage ¶
func (*QueryGetSecurityStatusResponse) ProtoMessage()
func (*QueryGetSecurityStatusResponse) Reset ¶
func (m *QueryGetSecurityStatusResponse) Reset()
func (*QueryGetSecurityStatusResponse) Size ¶
func (m *QueryGetSecurityStatusResponse) Size() (n int)
func (*QueryGetSecurityStatusResponse) String ¶
func (m *QueryGetSecurityStatusResponse) String() string
func (*QueryGetSecurityStatusResponse) Unmarshal ¶
func (m *QueryGetSecurityStatusResponse) Unmarshal(dAtA []byte) error
func (*QueryGetSecurityStatusResponse) XXX_DiscardUnknown ¶
func (m *QueryGetSecurityStatusResponse) XXX_DiscardUnknown()
func (*QueryGetSecurityStatusResponse) XXX_Marshal ¶
func (m *QueryGetSecurityStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSecurityStatusResponse) XXX_Merge ¶
func (m *QueryGetSecurityStatusResponse) XXX_Merge(src proto.Message)
func (*QueryGetSecurityStatusResponse) XXX_Size ¶
func (m *QueryGetSecurityStatusResponse) XXX_Size() int
func (*QueryGetSecurityStatusResponse) XXX_Unmarshal ¶
func (m *QueryGetSecurityStatusResponse) XXX_Unmarshal(b []byte) error
type QueryGetSecurityTypesRequest ¶
type QueryGetSecurityTypesRequest struct { SecurityReqID string `protobuf:"bytes,1,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetSecurityTypesRequest) Descriptor ¶
func (*QueryGetSecurityTypesRequest) Descriptor() ([]byte, []int)
func (*QueryGetSecurityTypesRequest) GetChainID ¶
func (m *QueryGetSecurityTypesRequest) GetChainID() string
func (*QueryGetSecurityTypesRequest) GetSecurityReqID ¶
func (m *QueryGetSecurityTypesRequest) GetSecurityReqID() string
func (*QueryGetSecurityTypesRequest) Marshal ¶
func (m *QueryGetSecurityTypesRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetSecurityTypesRequest) MarshalTo ¶
func (m *QueryGetSecurityTypesRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSecurityTypesRequest) MarshalToSizedBuffer ¶
func (m *QueryGetSecurityTypesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSecurityTypesRequest) ProtoMessage ¶
func (*QueryGetSecurityTypesRequest) ProtoMessage()
func (*QueryGetSecurityTypesRequest) Reset ¶
func (m *QueryGetSecurityTypesRequest) Reset()
func (*QueryGetSecurityTypesRequest) Size ¶
func (m *QueryGetSecurityTypesRequest) Size() (n int)
func (*QueryGetSecurityTypesRequest) String ¶
func (m *QueryGetSecurityTypesRequest) String() string
func (*QueryGetSecurityTypesRequest) Unmarshal ¶
func (m *QueryGetSecurityTypesRequest) Unmarshal(dAtA []byte) error
func (*QueryGetSecurityTypesRequest) XXX_DiscardUnknown ¶
func (m *QueryGetSecurityTypesRequest) XXX_DiscardUnknown()
func (*QueryGetSecurityTypesRequest) XXX_Marshal ¶
func (m *QueryGetSecurityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSecurityTypesRequest) XXX_Merge ¶
func (m *QueryGetSecurityTypesRequest) XXX_Merge(src proto.Message)
func (*QueryGetSecurityTypesRequest) XXX_Size ¶
func (m *QueryGetSecurityTypesRequest) XXX_Size() int
func (*QueryGetSecurityTypesRequest) XXX_Unmarshal ¶
func (m *QueryGetSecurityTypesRequest) XXX_Unmarshal(b []byte) error
type QueryGetSecurityTypesResponse ¶
type QueryGetSecurityTypesResponse struct {
SecurityTypes SecurityTypes `protobuf:"bytes,1,opt,name=SecurityTypes,proto3" json:"SecurityTypes"`
}
func (*QueryGetSecurityTypesResponse) Descriptor ¶
func (*QueryGetSecurityTypesResponse) Descriptor() ([]byte, []int)
func (*QueryGetSecurityTypesResponse) GetSecurityTypes ¶
func (m *QueryGetSecurityTypesResponse) GetSecurityTypes() SecurityTypes
func (*QueryGetSecurityTypesResponse) Marshal ¶
func (m *QueryGetSecurityTypesResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetSecurityTypesResponse) MarshalTo ¶
func (m *QueryGetSecurityTypesResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSecurityTypesResponse) MarshalToSizedBuffer ¶
func (m *QueryGetSecurityTypesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSecurityTypesResponse) ProtoMessage ¶
func (*QueryGetSecurityTypesResponse) ProtoMessage()
func (*QueryGetSecurityTypesResponse) Reset ¶
func (m *QueryGetSecurityTypesResponse) Reset()
func (*QueryGetSecurityTypesResponse) Size ¶
func (m *QueryGetSecurityTypesResponse) Size() (n int)
func (*QueryGetSecurityTypesResponse) String ¶
func (m *QueryGetSecurityTypesResponse) String() string
func (*QueryGetSecurityTypesResponse) Unmarshal ¶
func (m *QueryGetSecurityTypesResponse) Unmarshal(dAtA []byte) error
func (*QueryGetSecurityTypesResponse) XXX_DiscardUnknown ¶
func (m *QueryGetSecurityTypesResponse) XXX_DiscardUnknown()
func (*QueryGetSecurityTypesResponse) XXX_Marshal ¶
func (m *QueryGetSecurityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSecurityTypesResponse) XXX_Merge ¶
func (m *QueryGetSecurityTypesResponse) XXX_Merge(src proto.Message)
func (*QueryGetSecurityTypesResponse) XXX_Size ¶
func (m *QueryGetSecurityTypesResponse) XXX_Size() int
func (*QueryGetSecurityTypesResponse) XXX_Unmarshal ¶
func (m *QueryGetSecurityTypesResponse) XXX_Unmarshal(b []byte) error
type QueryGetSessionLogoutRequest ¶
type QueryGetSessionLogoutRequest struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetSessionLogoutRequest) Descriptor ¶
func (*QueryGetSessionLogoutRequest) Descriptor() ([]byte, []int)
func (*QueryGetSessionLogoutRequest) GetChainID ¶
func (m *QueryGetSessionLogoutRequest) GetChainID() string
func (*QueryGetSessionLogoutRequest) GetSessionID ¶
func (m *QueryGetSessionLogoutRequest) GetSessionID() string
func (*QueryGetSessionLogoutRequest) Marshal ¶
func (m *QueryGetSessionLogoutRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetSessionLogoutRequest) MarshalTo ¶
func (m *QueryGetSessionLogoutRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSessionLogoutRequest) MarshalToSizedBuffer ¶
func (m *QueryGetSessionLogoutRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSessionLogoutRequest) ProtoMessage ¶
func (*QueryGetSessionLogoutRequest) ProtoMessage()
func (*QueryGetSessionLogoutRequest) Reset ¶
func (m *QueryGetSessionLogoutRequest) Reset()
func (*QueryGetSessionLogoutRequest) Size ¶
func (m *QueryGetSessionLogoutRequest) Size() (n int)
func (*QueryGetSessionLogoutRequest) String ¶
func (m *QueryGetSessionLogoutRequest) String() string
func (*QueryGetSessionLogoutRequest) Unmarshal ¶
func (m *QueryGetSessionLogoutRequest) Unmarshal(dAtA []byte) error
func (*QueryGetSessionLogoutRequest) XXX_DiscardUnknown ¶
func (m *QueryGetSessionLogoutRequest) XXX_DiscardUnknown()
func (*QueryGetSessionLogoutRequest) XXX_Marshal ¶
func (m *QueryGetSessionLogoutRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSessionLogoutRequest) XXX_Merge ¶
func (m *QueryGetSessionLogoutRequest) XXX_Merge(src proto.Message)
func (*QueryGetSessionLogoutRequest) XXX_Size ¶
func (m *QueryGetSessionLogoutRequest) XXX_Size() int
func (*QueryGetSessionLogoutRequest) XXX_Unmarshal ¶
func (m *QueryGetSessionLogoutRequest) XXX_Unmarshal(b []byte) error
type QueryGetSessionLogoutResponse ¶
type QueryGetSessionLogoutResponse struct {
SessionLogout SessionLogout `protobuf:"bytes,1,opt,name=SessionLogout,proto3" json:"SessionLogout"`
}
func (*QueryGetSessionLogoutResponse) Descriptor ¶
func (*QueryGetSessionLogoutResponse) Descriptor() ([]byte, []int)
func (*QueryGetSessionLogoutResponse) GetSessionLogout ¶
func (m *QueryGetSessionLogoutResponse) GetSessionLogout() SessionLogout
func (*QueryGetSessionLogoutResponse) Marshal ¶
func (m *QueryGetSessionLogoutResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetSessionLogoutResponse) MarshalTo ¶
func (m *QueryGetSessionLogoutResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSessionLogoutResponse) MarshalToSizedBuffer ¶
func (m *QueryGetSessionLogoutResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSessionLogoutResponse) ProtoMessage ¶
func (*QueryGetSessionLogoutResponse) ProtoMessage()
func (*QueryGetSessionLogoutResponse) Reset ¶
func (m *QueryGetSessionLogoutResponse) Reset()
func (*QueryGetSessionLogoutResponse) Size ¶
func (m *QueryGetSessionLogoutResponse) Size() (n int)
func (*QueryGetSessionLogoutResponse) String ¶
func (m *QueryGetSessionLogoutResponse) String() string
func (*QueryGetSessionLogoutResponse) Unmarshal ¶
func (m *QueryGetSessionLogoutResponse) Unmarshal(dAtA []byte) error
func (*QueryGetSessionLogoutResponse) XXX_DiscardUnknown ¶
func (m *QueryGetSessionLogoutResponse) XXX_DiscardUnknown()
func (*QueryGetSessionLogoutResponse) XXX_Marshal ¶
func (m *QueryGetSessionLogoutResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSessionLogoutResponse) XXX_Merge ¶
func (m *QueryGetSessionLogoutResponse) XXX_Merge(src proto.Message)
func (*QueryGetSessionLogoutResponse) XXX_Size ¶
func (m *QueryGetSessionLogoutResponse) XXX_Size() int
func (*QueryGetSessionLogoutResponse) XXX_Unmarshal ¶
func (m *QueryGetSessionLogoutResponse) XXX_Unmarshal(b []byte) error
type QueryGetSessionRejectRequest ¶
type QueryGetSessionRejectRequest struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetSessionRejectRequest) Descriptor ¶
func (*QueryGetSessionRejectRequest) Descriptor() ([]byte, []int)
func (*QueryGetSessionRejectRequest) GetChainID ¶
func (m *QueryGetSessionRejectRequest) GetChainID() string
func (*QueryGetSessionRejectRequest) GetSessionID ¶
func (m *QueryGetSessionRejectRequest) GetSessionID() string
func (*QueryGetSessionRejectRequest) Marshal ¶
func (m *QueryGetSessionRejectRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetSessionRejectRequest) MarshalTo ¶
func (m *QueryGetSessionRejectRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSessionRejectRequest) MarshalToSizedBuffer ¶
func (m *QueryGetSessionRejectRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSessionRejectRequest) ProtoMessage ¶
func (*QueryGetSessionRejectRequest) ProtoMessage()
func (*QueryGetSessionRejectRequest) Reset ¶
func (m *QueryGetSessionRejectRequest) Reset()
func (*QueryGetSessionRejectRequest) Size ¶
func (m *QueryGetSessionRejectRequest) Size() (n int)
func (*QueryGetSessionRejectRequest) String ¶
func (m *QueryGetSessionRejectRequest) String() string
func (*QueryGetSessionRejectRequest) Unmarshal ¶
func (m *QueryGetSessionRejectRequest) Unmarshal(dAtA []byte) error
func (*QueryGetSessionRejectRequest) XXX_DiscardUnknown ¶
func (m *QueryGetSessionRejectRequest) XXX_DiscardUnknown()
func (*QueryGetSessionRejectRequest) XXX_Marshal ¶
func (m *QueryGetSessionRejectRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSessionRejectRequest) XXX_Merge ¶
func (m *QueryGetSessionRejectRequest) XXX_Merge(src proto.Message)
func (*QueryGetSessionRejectRequest) XXX_Size ¶
func (m *QueryGetSessionRejectRequest) XXX_Size() int
func (*QueryGetSessionRejectRequest) XXX_Unmarshal ¶
func (m *QueryGetSessionRejectRequest) XXX_Unmarshal(b []byte) error
type QueryGetSessionRejectResponse ¶
type QueryGetSessionRejectResponse struct {
SessionReject SessionReject `protobuf:"bytes,1,opt,name=SessionReject,proto3" json:"SessionReject"`
}
func (*QueryGetSessionRejectResponse) Descriptor ¶
func (*QueryGetSessionRejectResponse) Descriptor() ([]byte, []int)
func (*QueryGetSessionRejectResponse) GetSessionReject ¶
func (m *QueryGetSessionRejectResponse) GetSessionReject() SessionReject
func (*QueryGetSessionRejectResponse) Marshal ¶
func (m *QueryGetSessionRejectResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetSessionRejectResponse) MarshalTo ¶
func (m *QueryGetSessionRejectResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSessionRejectResponse) MarshalToSizedBuffer ¶
func (m *QueryGetSessionRejectResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSessionRejectResponse) ProtoMessage ¶
func (*QueryGetSessionRejectResponse) ProtoMessage()
func (*QueryGetSessionRejectResponse) Reset ¶
func (m *QueryGetSessionRejectResponse) Reset()
func (*QueryGetSessionRejectResponse) Size ¶
func (m *QueryGetSessionRejectResponse) Size() (n int)
func (*QueryGetSessionRejectResponse) String ¶
func (m *QueryGetSessionRejectResponse) String() string
func (*QueryGetSessionRejectResponse) Unmarshal ¶
func (m *QueryGetSessionRejectResponse) Unmarshal(dAtA []byte) error
func (*QueryGetSessionRejectResponse) XXX_DiscardUnknown ¶
func (m *QueryGetSessionRejectResponse) XXX_DiscardUnknown()
func (*QueryGetSessionRejectResponse) XXX_Marshal ¶
func (m *QueryGetSessionRejectResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSessionRejectResponse) XXX_Merge ¶
func (m *QueryGetSessionRejectResponse) XXX_Merge(src proto.Message)
func (*QueryGetSessionRejectResponse) XXX_Size ¶
func (m *QueryGetSessionRejectResponse) XXX_Size() int
func (*QueryGetSessionRejectResponse) XXX_Unmarshal ¶
func (m *QueryGetSessionRejectResponse) XXX_Unmarshal(b []byte) error
type QueryGetSessionsRequest ¶
type QueryGetSessionsRequest struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetSessionsRequest) Descriptor ¶
func (*QueryGetSessionsRequest) Descriptor() ([]byte, []int)
func (*QueryGetSessionsRequest) GetChainID ¶
func (m *QueryGetSessionsRequest) GetChainID() string
func (*QueryGetSessionsRequest) GetSessionID ¶
func (m *QueryGetSessionsRequest) GetSessionID() string
func (*QueryGetSessionsRequest) Marshal ¶
func (m *QueryGetSessionsRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetSessionsRequest) MarshalTo ¶
func (m *QueryGetSessionsRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSessionsRequest) MarshalToSizedBuffer ¶
func (m *QueryGetSessionsRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSessionsRequest) ProtoMessage ¶
func (*QueryGetSessionsRequest) ProtoMessage()
func (*QueryGetSessionsRequest) Reset ¶
func (m *QueryGetSessionsRequest) Reset()
func (*QueryGetSessionsRequest) Size ¶
func (m *QueryGetSessionsRequest) Size() (n int)
func (*QueryGetSessionsRequest) String ¶
func (m *QueryGetSessionsRequest) String() string
func (*QueryGetSessionsRequest) Unmarshal ¶
func (m *QueryGetSessionsRequest) Unmarshal(dAtA []byte) error
func (*QueryGetSessionsRequest) XXX_DiscardUnknown ¶
func (m *QueryGetSessionsRequest) XXX_DiscardUnknown()
func (*QueryGetSessionsRequest) XXX_Marshal ¶
func (m *QueryGetSessionsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSessionsRequest) XXX_Merge ¶
func (m *QueryGetSessionsRequest) XXX_Merge(src proto.Message)
func (*QueryGetSessionsRequest) XXX_Size ¶
func (m *QueryGetSessionsRequest) XXX_Size() int
func (*QueryGetSessionsRequest) XXX_Unmarshal ¶
func (m *QueryGetSessionsRequest) XXX_Unmarshal(b []byte) error
type QueryGetSessionsResponse ¶
type QueryGetSessionsResponse struct {
Sessions Sessions `protobuf:"bytes,1,opt,name=Sessions,proto3" json:"Sessions"`
}
func (*QueryGetSessionsResponse) Descriptor ¶
func (*QueryGetSessionsResponse) Descriptor() ([]byte, []int)
func (*QueryGetSessionsResponse) GetSessions ¶
func (m *QueryGetSessionsResponse) GetSessions() Sessions
func (*QueryGetSessionsResponse) Marshal ¶
func (m *QueryGetSessionsResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetSessionsResponse) MarshalTo ¶
func (m *QueryGetSessionsResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetSessionsResponse) MarshalToSizedBuffer ¶
func (m *QueryGetSessionsResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetSessionsResponse) ProtoMessage ¶
func (*QueryGetSessionsResponse) ProtoMessage()
func (*QueryGetSessionsResponse) Reset ¶
func (m *QueryGetSessionsResponse) Reset()
func (*QueryGetSessionsResponse) Size ¶
func (m *QueryGetSessionsResponse) Size() (n int)
func (*QueryGetSessionsResponse) String ¶
func (m *QueryGetSessionsResponse) String() string
func (*QueryGetSessionsResponse) Unmarshal ¶
func (m *QueryGetSessionsResponse) Unmarshal(dAtA []byte) error
func (*QueryGetSessionsResponse) XXX_DiscardUnknown ¶
func (m *QueryGetSessionsResponse) XXX_DiscardUnknown()
func (*QueryGetSessionsResponse) XXX_Marshal ¶
func (m *QueryGetSessionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetSessionsResponse) XXX_Merge ¶
func (m *QueryGetSessionsResponse) XXX_Merge(src proto.Message)
func (*QueryGetSessionsResponse) XXX_Size ¶
func (m *QueryGetSessionsResponse) XXX_Size() int
func (*QueryGetSessionsResponse) XXX_Unmarshal ¶
func (m *QueryGetSessionsResponse) XXX_Unmarshal(b []byte) error
type QueryGetTradeCaptureRequest ¶
type QueryGetTradeCaptureRequest struct { TradeReportID string `protobuf:"bytes,1,opt,name=tradeReportID,proto3" json:"tradeReportID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetTradeCaptureRequest) Descriptor ¶
func (*QueryGetTradeCaptureRequest) Descriptor() ([]byte, []int)
func (*QueryGetTradeCaptureRequest) GetChainID ¶
func (m *QueryGetTradeCaptureRequest) GetChainID() string
func (*QueryGetTradeCaptureRequest) GetTradeReportID ¶
func (m *QueryGetTradeCaptureRequest) GetTradeReportID() string
func (*QueryGetTradeCaptureRequest) Marshal ¶
func (m *QueryGetTradeCaptureRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetTradeCaptureRequest) MarshalTo ¶
func (m *QueryGetTradeCaptureRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetTradeCaptureRequest) MarshalToSizedBuffer ¶
func (m *QueryGetTradeCaptureRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetTradeCaptureRequest) ProtoMessage ¶
func (*QueryGetTradeCaptureRequest) ProtoMessage()
func (*QueryGetTradeCaptureRequest) Reset ¶
func (m *QueryGetTradeCaptureRequest) Reset()
func (*QueryGetTradeCaptureRequest) Size ¶
func (m *QueryGetTradeCaptureRequest) Size() (n int)
func (*QueryGetTradeCaptureRequest) String ¶
func (m *QueryGetTradeCaptureRequest) String() string
func (*QueryGetTradeCaptureRequest) Unmarshal ¶
func (m *QueryGetTradeCaptureRequest) Unmarshal(dAtA []byte) error
func (*QueryGetTradeCaptureRequest) XXX_DiscardUnknown ¶
func (m *QueryGetTradeCaptureRequest) XXX_DiscardUnknown()
func (*QueryGetTradeCaptureRequest) XXX_Marshal ¶
func (m *QueryGetTradeCaptureRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetTradeCaptureRequest) XXX_Merge ¶
func (m *QueryGetTradeCaptureRequest) XXX_Merge(src proto.Message)
func (*QueryGetTradeCaptureRequest) XXX_Size ¶
func (m *QueryGetTradeCaptureRequest) XXX_Size() int
func (*QueryGetTradeCaptureRequest) XXX_Unmarshal ¶
func (m *QueryGetTradeCaptureRequest) XXX_Unmarshal(b []byte) error
type QueryGetTradeCaptureResponse ¶
type QueryGetTradeCaptureResponse struct {
TradeCapture TradeCapture `protobuf:"bytes,1,opt,name=TradeCapture,proto3" json:"TradeCapture"`
}
func (*QueryGetTradeCaptureResponse) Descriptor ¶
func (*QueryGetTradeCaptureResponse) Descriptor() ([]byte, []int)
func (*QueryGetTradeCaptureResponse) GetTradeCapture ¶
func (m *QueryGetTradeCaptureResponse) GetTradeCapture() TradeCapture
func (*QueryGetTradeCaptureResponse) Marshal ¶
func (m *QueryGetTradeCaptureResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetTradeCaptureResponse) MarshalTo ¶
func (m *QueryGetTradeCaptureResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetTradeCaptureResponse) MarshalToSizedBuffer ¶
func (m *QueryGetTradeCaptureResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetTradeCaptureResponse) ProtoMessage ¶
func (*QueryGetTradeCaptureResponse) ProtoMessage()
func (*QueryGetTradeCaptureResponse) Reset ¶
func (m *QueryGetTradeCaptureResponse) Reset()
func (*QueryGetTradeCaptureResponse) Size ¶
func (m *QueryGetTradeCaptureResponse) Size() (n int)
func (*QueryGetTradeCaptureResponse) String ¶
func (m *QueryGetTradeCaptureResponse) String() string
func (*QueryGetTradeCaptureResponse) Unmarshal ¶
func (m *QueryGetTradeCaptureResponse) Unmarshal(dAtA []byte) error
func (*QueryGetTradeCaptureResponse) XXX_DiscardUnknown ¶
func (m *QueryGetTradeCaptureResponse) XXX_DiscardUnknown()
func (*QueryGetTradeCaptureResponse) XXX_Marshal ¶
func (m *QueryGetTradeCaptureResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetTradeCaptureResponse) XXX_Merge ¶
func (m *QueryGetTradeCaptureResponse) XXX_Merge(src proto.Message)
func (*QueryGetTradeCaptureResponse) XXX_Size ¶
func (m *QueryGetTradeCaptureResponse) XXX_Size() int
func (*QueryGetTradeCaptureResponse) XXX_Unmarshal ¶
func (m *QueryGetTradeCaptureResponse) XXX_Unmarshal(b []byte) error
type QueryGetTradingSessionListRequest ¶
type QueryGetTradingSessionListRequest struct { TradSesReqID string `protobuf:"bytes,1,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetTradingSessionListRequest) Descriptor ¶
func (*QueryGetTradingSessionListRequest) Descriptor() ([]byte, []int)
func (*QueryGetTradingSessionListRequest) GetChainID ¶
func (m *QueryGetTradingSessionListRequest) GetChainID() string
func (*QueryGetTradingSessionListRequest) GetTradSesReqID ¶
func (m *QueryGetTradingSessionListRequest) GetTradSesReqID() string
func (*QueryGetTradingSessionListRequest) Marshal ¶
func (m *QueryGetTradingSessionListRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetTradingSessionListRequest) MarshalTo ¶
func (m *QueryGetTradingSessionListRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetTradingSessionListRequest) MarshalToSizedBuffer ¶
func (m *QueryGetTradingSessionListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetTradingSessionListRequest) ProtoMessage ¶
func (*QueryGetTradingSessionListRequest) ProtoMessage()
func (*QueryGetTradingSessionListRequest) Reset ¶
func (m *QueryGetTradingSessionListRequest) Reset()
func (*QueryGetTradingSessionListRequest) Size ¶
func (m *QueryGetTradingSessionListRequest) Size() (n int)
func (*QueryGetTradingSessionListRequest) String ¶
func (m *QueryGetTradingSessionListRequest) String() string
func (*QueryGetTradingSessionListRequest) Unmarshal ¶
func (m *QueryGetTradingSessionListRequest) Unmarshal(dAtA []byte) error
func (*QueryGetTradingSessionListRequest) XXX_DiscardUnknown ¶
func (m *QueryGetTradingSessionListRequest) XXX_DiscardUnknown()
func (*QueryGetTradingSessionListRequest) XXX_Marshal ¶
func (m *QueryGetTradingSessionListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetTradingSessionListRequest) XXX_Merge ¶
func (m *QueryGetTradingSessionListRequest) XXX_Merge(src proto.Message)
func (*QueryGetTradingSessionListRequest) XXX_Size ¶
func (m *QueryGetTradingSessionListRequest) XXX_Size() int
func (*QueryGetTradingSessionListRequest) XXX_Unmarshal ¶
func (m *QueryGetTradingSessionListRequest) XXX_Unmarshal(b []byte) error
type QueryGetTradingSessionListResponse ¶
type QueryGetTradingSessionListResponse struct {
TradingSessionList TradingSessionList `protobuf:"bytes,1,opt,name=TradingSessionList,proto3" json:"TradingSessionList"`
}
func (*QueryGetTradingSessionListResponse) Descriptor ¶
func (*QueryGetTradingSessionListResponse) Descriptor() ([]byte, []int)
func (*QueryGetTradingSessionListResponse) GetTradingSessionList ¶
func (m *QueryGetTradingSessionListResponse) GetTradingSessionList() TradingSessionList
func (*QueryGetTradingSessionListResponse) Marshal ¶
func (m *QueryGetTradingSessionListResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetTradingSessionListResponse) MarshalTo ¶
func (m *QueryGetTradingSessionListResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetTradingSessionListResponse) MarshalToSizedBuffer ¶
func (m *QueryGetTradingSessionListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetTradingSessionListResponse) ProtoMessage ¶
func (*QueryGetTradingSessionListResponse) ProtoMessage()
func (*QueryGetTradingSessionListResponse) Reset ¶
func (m *QueryGetTradingSessionListResponse) Reset()
func (*QueryGetTradingSessionListResponse) Size ¶
func (m *QueryGetTradingSessionListResponse) Size() (n int)
func (*QueryGetTradingSessionListResponse) String ¶
func (m *QueryGetTradingSessionListResponse) String() string
func (*QueryGetTradingSessionListResponse) Unmarshal ¶
func (m *QueryGetTradingSessionListResponse) Unmarshal(dAtA []byte) error
func (*QueryGetTradingSessionListResponse) XXX_DiscardUnknown ¶
func (m *QueryGetTradingSessionListResponse) XXX_DiscardUnknown()
func (*QueryGetTradingSessionListResponse) XXX_Marshal ¶
func (m *QueryGetTradingSessionListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetTradingSessionListResponse) XXX_Merge ¶
func (m *QueryGetTradingSessionListResponse) XXX_Merge(src proto.Message)
func (*QueryGetTradingSessionListResponse) XXX_Size ¶
func (m *QueryGetTradingSessionListResponse) XXX_Size() int
func (*QueryGetTradingSessionListResponse) XXX_Unmarshal ¶
func (m *QueryGetTradingSessionListResponse) XXX_Unmarshal(b []byte) error
type QueryGetTradingSessionRequest ¶
type QueryGetTradingSessionRequest struct { TradSesReqID string `protobuf:"bytes,1,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
func (*QueryGetTradingSessionRequest) Descriptor ¶
func (*QueryGetTradingSessionRequest) Descriptor() ([]byte, []int)
func (*QueryGetTradingSessionRequest) GetChainID ¶
func (m *QueryGetTradingSessionRequest) GetChainID() string
func (*QueryGetTradingSessionRequest) GetTradSesReqID ¶
func (m *QueryGetTradingSessionRequest) GetTradSesReqID() string
func (*QueryGetTradingSessionRequest) Marshal ¶
func (m *QueryGetTradingSessionRequest) Marshal() (dAtA []byte, err error)
func (*QueryGetTradingSessionRequest) MarshalTo ¶
func (m *QueryGetTradingSessionRequest) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetTradingSessionRequest) MarshalToSizedBuffer ¶
func (m *QueryGetTradingSessionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetTradingSessionRequest) ProtoMessage ¶
func (*QueryGetTradingSessionRequest) ProtoMessage()
func (*QueryGetTradingSessionRequest) Reset ¶
func (m *QueryGetTradingSessionRequest) Reset()
func (*QueryGetTradingSessionRequest) Size ¶
func (m *QueryGetTradingSessionRequest) Size() (n int)
func (*QueryGetTradingSessionRequest) String ¶
func (m *QueryGetTradingSessionRequest) String() string
func (*QueryGetTradingSessionRequest) Unmarshal ¶
func (m *QueryGetTradingSessionRequest) Unmarshal(dAtA []byte) error
func (*QueryGetTradingSessionRequest) XXX_DiscardUnknown ¶
func (m *QueryGetTradingSessionRequest) XXX_DiscardUnknown()
func (*QueryGetTradingSessionRequest) XXX_Marshal ¶
func (m *QueryGetTradingSessionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetTradingSessionRequest) XXX_Merge ¶
func (m *QueryGetTradingSessionRequest) XXX_Merge(src proto.Message)
func (*QueryGetTradingSessionRequest) XXX_Size ¶
func (m *QueryGetTradingSessionRequest) XXX_Size() int
func (*QueryGetTradingSessionRequest) XXX_Unmarshal ¶
func (m *QueryGetTradingSessionRequest) XXX_Unmarshal(b []byte) error
type QueryGetTradingSessionResponse ¶
type QueryGetTradingSessionResponse struct {
TradingSession TradingSession `protobuf:"bytes,1,opt,name=TradingSession,proto3" json:"TradingSession"`
}
func (*QueryGetTradingSessionResponse) Descriptor ¶
func (*QueryGetTradingSessionResponse) Descriptor() ([]byte, []int)
func (*QueryGetTradingSessionResponse) GetTradingSession ¶
func (m *QueryGetTradingSessionResponse) GetTradingSession() TradingSession
func (*QueryGetTradingSessionResponse) Marshal ¶
func (m *QueryGetTradingSessionResponse) Marshal() (dAtA []byte, err error)
func (*QueryGetTradingSessionResponse) MarshalTo ¶
func (m *QueryGetTradingSessionResponse) MarshalTo(dAtA []byte) (int, error)
func (*QueryGetTradingSessionResponse) MarshalToSizedBuffer ¶
func (m *QueryGetTradingSessionResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QueryGetTradingSessionResponse) ProtoMessage ¶
func (*QueryGetTradingSessionResponse) ProtoMessage()
func (*QueryGetTradingSessionResponse) Reset ¶
func (m *QueryGetTradingSessionResponse) Reset()
func (*QueryGetTradingSessionResponse) Size ¶
func (m *QueryGetTradingSessionResponse) Size() (n int)
func (*QueryGetTradingSessionResponse) String ¶
func (m *QueryGetTradingSessionResponse) String() string
func (*QueryGetTradingSessionResponse) Unmarshal ¶
func (m *QueryGetTradingSessionResponse) Unmarshal(dAtA []byte) error
func (*QueryGetTradingSessionResponse) XXX_DiscardUnknown ¶
func (m *QueryGetTradingSessionResponse) XXX_DiscardUnknown()
func (*QueryGetTradingSessionResponse) XXX_Marshal ¶
func (m *QueryGetTradingSessionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QueryGetTradingSessionResponse) XXX_Merge ¶
func (m *QueryGetTradingSessionResponse) XXX_Merge(src proto.Message)
func (*QueryGetTradingSessionResponse) XXX_Size ¶
func (m *QueryGetTradingSessionResponse) XXX_Size() int
func (*QueryGetTradingSessionResponse) XXX_Unmarshal ¶
func (m *QueryGetTradingSessionResponse) XXX_Unmarshal(b []byte) error
type QueryServer ¶
type QueryServer interface { // Queries a list of Sessions items. Sessions(context.Context, *QueryGetSessionsRequest) (*QueryGetSessionsResponse, error) SessionsAll(context.Context, *QueryAllSessionsRequest) (*QueryAllSessionsResponse, error) // Queries a list of SessionReject items. SessionReject(context.Context, *QueryGetSessionRejectRequest) (*QueryGetSessionRejectResponse, error) SessionRejectAll(context.Context, *QueryAllSessionRejectRequest) (*QueryAllSessionRejectResponse, error) // Queries a list of SessionLogout items. SessionLogout(context.Context, *QueryGetSessionLogoutRequest) (*QueryGetSessionLogoutResponse, error) SessionLogoutAll(context.Context, *QueryAllSessionLogoutRequest) (*QueryAllSessionLogoutResponse, error) // Queries a list of Orders items. Orders(context.Context, *QueryGetOrdersRequest) (*QueryGetOrdersResponse, error) OrdersByAddress(context.Context, *QueryGetOrdersByAddressRequest) (*QueryGetOrdersByAddressResponse, error) OrdersAll(context.Context, *QueryAllOrdersRequest) (*QueryAllOrdersResponse, error) // Queries a list of OrdersCancelRequest items. OrdersCancelRequest(context.Context, *QueryGetOrdersCancelRequestRequest) (*QueryGetOrdersCancelRequestResponse, error) OrdersCancelRequestAll(context.Context, *QueryAllOrdersCancelRequestRequest) (*QueryAllOrdersCancelRequestResponse, error) // Queries a list of OrdersCancelReject items. OrdersCancelReject(context.Context, *QueryGetOrdersCancelRejectRequest) (*QueryGetOrdersCancelRejectResponse, error) OrdersCancelRejectAll(context.Context, *QueryAllOrdersCancelRejectRequest) (*QueryAllOrdersCancelRejectResponse, error) // Queries a list of OrdersExecutionReport items. OrdersExecutionReport(context.Context, *QueryGetOrdersExecutionReportRequest) (*QueryGetOrdersExecutionReportResponse, error) OrdersExecutionReportByAddress(context.Context, *QueryGetOrdersExecutionReportByAddressRequest) (*QueryGetOrdersExecutionReportByAddressResponse, error) OrdersExecutionReportAll(context.Context, *QueryAllOrdersExecutionReportRequest) (*QueryAllOrdersExecutionReportResponse, error) // Queries a list of Quote items. Quote(context.Context, *QueryGetQuoteRequest) (*QueryGetQuoteResponse, error) QuotesBySessionID(context.Context, *QuerySessionByIDQuoteRequest) (*QuerySessionByIDQuoteResponse, error) QuoteAll(context.Context, *QueryAllQuoteRequest) (*QueryAllQuoteResponse, error) // Queries a list of TradeCapture items. TradeCapture(context.Context, *QueryGetTradeCaptureRequest) (*QueryGetTradeCaptureResponse, error) TradeCaptureAll(context.Context, *QueryAllTradeCaptureRequest) (*QueryAllTradeCaptureResponse, error) // Queries a list of MarketData items. MarketData(context.Context, *QueryGetMarketDataRequest) (*QueryGetMarketDataResponse, error) MarketDataAll(context.Context, *QueryAllMarketDataRequest) (*QueryAllMarketDataResponse, error) // Queries a list of Security items. Security(context.Context, *QueryGetSecurityRequest) (*QueryGetSecurityResponse, error) SecurityAll(context.Context, *QueryAllSecurityRequest) (*QueryAllSecurityResponse, error) // Queries a list of OrderMassStatus items. OrderMassStatus(context.Context, *QueryGetOrderMassStatusRequest) (*QueryGetOrderMassStatusResponse, error) OrderMassStatusAll(context.Context, *QueryAllOrderMassStatusRequest) (*QueryAllOrderMassStatusResponse, error) // Queries a list of TradingSession items. TradingSession(context.Context, *QueryGetTradingSessionRequest) (*QueryGetTradingSessionResponse, error) TradingSessionAll(context.Context, *QueryAllTradingSessionRequest) (*QueryAllTradingSessionResponse, error) // Queries a list of TradingSessionList items. TradingSessionList(context.Context, *QueryGetTradingSessionListRequest) (*QueryGetTradingSessionListResponse, error) TradingSessionListAll(context.Context, *QueryAllTradingSessionListRequest) (*QueryAllTradingSessionListResponse, error) // Queries a list of SecurityList items. SecurityList(context.Context, *QueryGetSecurityListRequest) (*QueryGetSecurityListResponse, error) SecurityListAll(context.Context, *QueryAllSecurityListRequest) (*QueryAllSecurityListResponse, error) // Queries a list of SecurityStatus items. SecurityStatus(context.Context, *QueryGetSecurityStatusRequest) (*QueryGetSecurityStatusResponse, error) SecurityStatusAll(context.Context, *QueryAllSecurityStatusRequest) (*QueryAllSecurityStatusResponse, error) // Queries a list of SecurityTypes items. SecurityTypes(context.Context, *QueryGetSecurityTypesRequest) (*QueryGetSecurityTypesResponse, error) SecurityTypesAll(context.Context, *QueryAllSecurityTypesRequest) (*QueryAllSecurityTypesResponse, error) // Queries a list of AccountRegistration items. AccountRegistration(context.Context, *QueryGetAccountRegistrationRequest) (*QueryGetAccountRegistrationResponse, error) AccountRegistrationAll(context.Context, *QueryAllAccountRegistrationRequest) (*QueryAllAccountRegistrationResponse, error) }
QueryServer is the server API for Query service.
type QuerySessionByIDQuoteRequest ¶
type QuerySessionByIDQuoteRequest struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` ChainID string `protobuf:"bytes,2,opt,name=chainID,proto3" json:"chainID,omitempty"` }
get Quotes by SessionID
func (*QuerySessionByIDQuoteRequest) Descriptor ¶
func (*QuerySessionByIDQuoteRequest) Descriptor() ([]byte, []int)
func (*QuerySessionByIDQuoteRequest) GetChainID ¶
func (m *QuerySessionByIDQuoteRequest) GetChainID() string
func (*QuerySessionByIDQuoteRequest) GetSessionID ¶
func (m *QuerySessionByIDQuoteRequest) GetSessionID() string
func (*QuerySessionByIDQuoteRequest) Marshal ¶
func (m *QuerySessionByIDQuoteRequest) Marshal() (dAtA []byte, err error)
func (*QuerySessionByIDQuoteRequest) MarshalTo ¶
func (m *QuerySessionByIDQuoteRequest) MarshalTo(dAtA []byte) (int, error)
func (*QuerySessionByIDQuoteRequest) MarshalToSizedBuffer ¶
func (m *QuerySessionByIDQuoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySessionByIDQuoteRequest) ProtoMessage ¶
func (*QuerySessionByIDQuoteRequest) ProtoMessage()
func (*QuerySessionByIDQuoteRequest) Reset ¶
func (m *QuerySessionByIDQuoteRequest) Reset()
func (*QuerySessionByIDQuoteRequest) Size ¶
func (m *QuerySessionByIDQuoteRequest) Size() (n int)
func (*QuerySessionByIDQuoteRequest) String ¶
func (m *QuerySessionByIDQuoteRequest) String() string
func (*QuerySessionByIDQuoteRequest) Unmarshal ¶
func (m *QuerySessionByIDQuoteRequest) Unmarshal(dAtA []byte) error
func (*QuerySessionByIDQuoteRequest) XXX_DiscardUnknown ¶
func (m *QuerySessionByIDQuoteRequest) XXX_DiscardUnknown()
func (*QuerySessionByIDQuoteRequest) XXX_Marshal ¶
func (m *QuerySessionByIDQuoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySessionByIDQuoteRequest) XXX_Merge ¶
func (m *QuerySessionByIDQuoteRequest) XXX_Merge(src proto.Message)
func (*QuerySessionByIDQuoteRequest) XXX_Size ¶
func (m *QuerySessionByIDQuoteRequest) XXX_Size() int
func (*QuerySessionByIDQuoteRequest) XXX_Unmarshal ¶
func (m *QuerySessionByIDQuoteRequest) XXX_Unmarshal(b []byte) error
type QuerySessionByIDQuoteResponse ¶
type QuerySessionByIDQuoteResponse struct {
Quote []Quote `protobuf:"bytes,1,rep,name=Quote,proto3" json:"Quote"`
}
get Quotes Response by sessionID
func (*QuerySessionByIDQuoteResponse) Descriptor ¶
func (*QuerySessionByIDQuoteResponse) Descriptor() ([]byte, []int)
func (*QuerySessionByIDQuoteResponse) GetQuote ¶
func (m *QuerySessionByIDQuoteResponse) GetQuote() []Quote
func (*QuerySessionByIDQuoteResponse) Marshal ¶
func (m *QuerySessionByIDQuoteResponse) Marshal() (dAtA []byte, err error)
func (*QuerySessionByIDQuoteResponse) MarshalTo ¶
func (m *QuerySessionByIDQuoteResponse) MarshalTo(dAtA []byte) (int, error)
func (*QuerySessionByIDQuoteResponse) MarshalToSizedBuffer ¶
func (m *QuerySessionByIDQuoteResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuerySessionByIDQuoteResponse) ProtoMessage ¶
func (*QuerySessionByIDQuoteResponse) ProtoMessage()
func (*QuerySessionByIDQuoteResponse) Reset ¶
func (m *QuerySessionByIDQuoteResponse) Reset()
func (*QuerySessionByIDQuoteResponse) Size ¶
func (m *QuerySessionByIDQuoteResponse) Size() (n int)
func (*QuerySessionByIDQuoteResponse) String ¶
func (m *QuerySessionByIDQuoteResponse) String() string
func (*QuerySessionByIDQuoteResponse) Unmarshal ¶
func (m *QuerySessionByIDQuoteResponse) Unmarshal(dAtA []byte) error
func (*QuerySessionByIDQuoteResponse) XXX_DiscardUnknown ¶
func (m *QuerySessionByIDQuoteResponse) XXX_DiscardUnknown()
func (*QuerySessionByIDQuoteResponse) XXX_Marshal ¶
func (m *QuerySessionByIDQuoteResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuerySessionByIDQuoteResponse) XXX_Merge ¶
func (m *QuerySessionByIDQuoteResponse) XXX_Merge(src proto.Message)
func (*QuerySessionByIDQuoteResponse) XXX_Size ¶
func (m *QuerySessionByIDQuoteResponse) XXX_Size() int
func (*QuerySessionByIDQuoteResponse) XXX_Unmarshal ¶
func (m *QuerySessionByIDQuoteResponse) XXX_Unmarshal(b []byte) error
type Quote ¶
type Quote struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` QuoteRequest *QuoteRequest `protobuf:"bytes,2,opt,name=quoteRequest,proto3" json:"quoteRequest,omitempty"` QuoteAcknowledgement *QuoteAcknowledgement `protobuf:"bytes,3,opt,name=quoteAcknowledgement,proto3" json:"quoteAcknowledgement,omitempty"` QuoteRequestReject *QuoteRequestReject `protobuf:"bytes,4,opt,name=quoteRequestReject,proto3" json:"quoteRequestReject,omitempty"` }
func (*Quote) Descriptor ¶
func (*Quote) GetQuoteAcknowledgement ¶
func (m *Quote) GetQuoteAcknowledgement() *QuoteAcknowledgement
func (*Quote) GetQuoteRequest ¶
func (m *Quote) GetQuoteRequest() *QuoteRequest
func (*Quote) GetQuoteRequestReject ¶
func (m *Quote) GetQuoteRequestReject() *QuoteRequestReject
func (*Quote) GetSessionID ¶
func (*Quote) ProtoMessage ¶
func (*Quote) ProtoMessage()
func (*Quote) XXX_DiscardUnknown ¶
func (m *Quote) XXX_DiscardUnknown()
func (*Quote) XXX_Marshal ¶
func (*Quote) XXX_Unmarshal ¶
type QuoteAcknowledgement ¶
type QuoteAcknowledgement struct { // standard Header Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // Unique identifier for the original Quote Request message QuoteReqID string `protobuf:"bytes,2,opt,name=quoteReqID,proto3" json:"quoteReqID,omitempty"` // Unique identifier for the Quote QuoteID string `protobuf:"bytes,3,opt,name=quoteID,proto3" json:"quoteID,omitempty"` // Status of the Quote (e.g. Accepted, Rejected, Expired) QuoteStatus string `protobuf:"bytes,4,opt,name=quoteStatus,proto3" json:"quoteStatus,omitempty"` // Type of Quote (e.g. Indicative, Firm) QuoteType string `protobuf:"bytes,5,opt,name=quoteType,proto3" json:"quoteType,omitempty"` // dentifier for the security being quoted SecurityID string `protobuf:"bytes,6,opt,name=securityID,proto3" json:"securityID,omitempty"` // Specifies the source of the security identifier SecurityIDSource string `protobuf:"bytes,7,opt,name=securityIDSource,proto3" json:"securityIDSource,omitempty"` // Ticker symbol or instrument code for the security being quoted Symbol string `protobuf:"bytes,8,opt,name=symbol,proto3" json:"symbol,omitempty"` // indicates whether the quote is for a buy or sell order Side string `protobuf:"bytes,9,opt,name=side,proto3" json:"side,omitempty"` // Quantity of the security being quoted OrderQty string `protobuf:"bytes,10,opt,name=orderQty,proto3" json:"orderQty,omitempty"` // Quantity of the last trade LastQty string `protobuf:"bytes,11,opt,name=lastQty,proto3" json:"lastQty,omitempty"` // Price of the last trade LastPx string `protobuf:"bytes,12,opt,name=lastPx,proto3" json:"lastPx,omitempty"` // Price at which the buyer is willing to buy the security BidPx string `protobuf:"bytes,13,opt,name=bidPx,proto3" json:"bidPx,omitempty"` // Price at which the seller is willing to sell the security OfferPx string `protobuf:"bytes,14,opt,name=offerPx,proto3" json:"offerPx,omitempty"` // Currency of the quoted price Currency string `protobuf:"bytes,15,opt,name=currency,proto3" json:"currency,omitempty"` // Settlement date for the security SettlDate string `protobuf:"bytes,16,opt,name=settlDate,proto3" json:"settlDate,omitempty"` // Time after which the quote is no longer valid ValidUntilTime string `protobuf:"bytes,17,opt,name=validUntilTime,proto3" json:"validUntilTime,omitempty"` // Time at which the quote will expire ExpireTime string `protobuf:"bytes,18,opt,name=expireTime,proto3" json:"expireTime,omitempty"` // Additional information or comments about the quote Text string `protobuf:"bytes,19,opt,name=text,proto3" json:"text,omitempty"` // Number of Quote Qualifiers NoQuoteQualifiers string `protobuf:"bytes,20,opt,name=noQuoteQualifiers,proto3" json:"noQuoteQualifiers,omitempty"` // Additional information about the quote (e.g. Yield, Size) QuoteQualifier string `protobuf:"bytes,21,opt,name=quoteQualifier,proto3" json:"quoteQualifier,omitempty"` // Number of legs in the security (for multi-legged securities) NoLegs string `protobuf:"bytes,22,opt,name=noLegs,proto3" json:"noLegs,omitempty"` // Ticker symbol or instrument code for each leg of the security LegSymbol string `protobuf:"bytes,23,opt,name=legSymbol,proto3" json:"legSymbol,omitempty"` // Identifier for each leg of the security LegSecurityID string `protobuf:"bytes,24,opt,name=legSecurityID,proto3" json:"legSecurityID,omitempty"` // Specifies the source of the identifier for each leg of the security LegSecurityIDSource string `protobuf:"bytes,25,opt,name=legSecurityIDSource,proto3" json:"legSecurityIDSource,omitempty"` // Ratio of one leg to the other in a multi-legged security LegRatioQty string `protobuf:"bytes,26,opt,name=legRatioQty,proto3" json:"legRatioQty,omitempty"` // standard Trailer Trailer *Trailer `protobuf:"bytes,27,opt,name=trailer,proto3" json:"trailer,omitempty"` }
func NewQuoteAcknowledgement ¶
func NewQuoteAcknowledgement(quoteReqID string, quoteID string, quoteStatus string, quoteType string, securityID string, securityIDSource string, symbol string, side string, orderQty string, lastQty string, lastPx string, bidPx string, offerPx string, currency string, settlDate string, validUntilTime string, expireTime string, text string, noQuoteQualifiers string, quoteQualifier string, noLegs string, legSymbol string, legSecurityID string, legSecurityIDSource string, legRatioQty string) *QuoteAcknowledgement
func (*QuoteAcknowledgement) Descriptor ¶
func (*QuoteAcknowledgement) Descriptor() ([]byte, []int)
func (*QuoteAcknowledgement) GetBidPx ¶
func (m *QuoteAcknowledgement) GetBidPx() string
func (*QuoteAcknowledgement) GetCurrency ¶
func (m *QuoteAcknowledgement) GetCurrency() string
func (*QuoteAcknowledgement) GetExpireTime ¶
func (m *QuoteAcknowledgement) GetExpireTime() string
func (*QuoteAcknowledgement) GetHeader ¶
func (m *QuoteAcknowledgement) GetHeader() *Header
func (*QuoteAcknowledgement) GetLastPx ¶
func (m *QuoteAcknowledgement) GetLastPx() string
func (*QuoteAcknowledgement) GetLastQty ¶
func (m *QuoteAcknowledgement) GetLastQty() string
func (*QuoteAcknowledgement) GetLegRatioQty ¶
func (m *QuoteAcknowledgement) GetLegRatioQty() string
func (*QuoteAcknowledgement) GetLegSecurityID ¶
func (m *QuoteAcknowledgement) GetLegSecurityID() string
func (*QuoteAcknowledgement) GetLegSecurityIDSource ¶
func (m *QuoteAcknowledgement) GetLegSecurityIDSource() string
func (*QuoteAcknowledgement) GetLegSymbol ¶
func (m *QuoteAcknowledgement) GetLegSymbol() string
func (*QuoteAcknowledgement) GetNoLegs ¶
func (m *QuoteAcknowledgement) GetNoLegs() string
func (*QuoteAcknowledgement) GetNoQuoteQualifiers ¶
func (m *QuoteAcknowledgement) GetNoQuoteQualifiers() string
func (*QuoteAcknowledgement) GetOfferPx ¶
func (m *QuoteAcknowledgement) GetOfferPx() string
func (*QuoteAcknowledgement) GetOrderQty ¶
func (m *QuoteAcknowledgement) GetOrderQty() string
func (*QuoteAcknowledgement) GetQuoteID ¶
func (m *QuoteAcknowledgement) GetQuoteID() string
func (*QuoteAcknowledgement) GetQuoteQualifier ¶
func (m *QuoteAcknowledgement) GetQuoteQualifier() string
func (*QuoteAcknowledgement) GetQuoteReqID ¶
func (m *QuoteAcknowledgement) GetQuoteReqID() string
func (*QuoteAcknowledgement) GetQuoteStatus ¶
func (m *QuoteAcknowledgement) GetQuoteStatus() string
func (*QuoteAcknowledgement) GetQuoteType ¶
func (m *QuoteAcknowledgement) GetQuoteType() string
func (*QuoteAcknowledgement) GetSecurityID ¶
func (m *QuoteAcknowledgement) GetSecurityID() string
func (*QuoteAcknowledgement) GetSecurityIDSource ¶
func (m *QuoteAcknowledgement) GetSecurityIDSource() string
func (*QuoteAcknowledgement) GetSettlDate ¶
func (m *QuoteAcknowledgement) GetSettlDate() string
func (*QuoteAcknowledgement) GetSide ¶
func (m *QuoteAcknowledgement) GetSide() string
func (*QuoteAcknowledgement) GetSymbol ¶
func (m *QuoteAcknowledgement) GetSymbol() string
func (*QuoteAcknowledgement) GetText ¶
func (m *QuoteAcknowledgement) GetText() string
func (*QuoteAcknowledgement) GetTrailer ¶
func (m *QuoteAcknowledgement) GetTrailer() *Trailer
func (*QuoteAcknowledgement) GetValidUntilTime ¶
func (m *QuoteAcknowledgement) GetValidUntilTime() string
func (*QuoteAcknowledgement) Marshal ¶
func (m *QuoteAcknowledgement) Marshal() (dAtA []byte, err error)
func (*QuoteAcknowledgement) MarshalTo ¶
func (m *QuoteAcknowledgement) MarshalTo(dAtA []byte) (int, error)
func (*QuoteAcknowledgement) MarshalToSizedBuffer ¶
func (m *QuoteAcknowledgement) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuoteAcknowledgement) ProtoMessage ¶
func (*QuoteAcknowledgement) ProtoMessage()
func (*QuoteAcknowledgement) Reset ¶
func (m *QuoteAcknowledgement) Reset()
func (*QuoteAcknowledgement) Size ¶
func (m *QuoteAcknowledgement) Size() (n int)
func (*QuoteAcknowledgement) String ¶
func (m *QuoteAcknowledgement) String() string
func (*QuoteAcknowledgement) Unmarshal ¶
func (m *QuoteAcknowledgement) Unmarshal(dAtA []byte) error
func (*QuoteAcknowledgement) XXX_DiscardUnknown ¶
func (m *QuoteAcknowledgement) XXX_DiscardUnknown()
func (*QuoteAcknowledgement) XXX_Marshal ¶
func (m *QuoteAcknowledgement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuoteAcknowledgement) XXX_Merge ¶
func (m *QuoteAcknowledgement) XXX_Merge(src proto.Message)
func (*QuoteAcknowledgement) XXX_Size ¶
func (m *QuoteAcknowledgement) XXX_Size() int
func (*QuoteAcknowledgement) XXX_Unmarshal ¶
func (m *QuoteAcknowledgement) XXX_Unmarshal(b []byte) error
type QuoteRequest ¶
type QuoteRequest struct { // Standard header for the message Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // Unique identifier for the Quote Request message QuoteReqID string `protobuf:"bytes,2,opt,name=quoteReqID,proto3" json:"quoteReqID,omitempty"` // Ticker symbol or instrument code for the security being quoted Symbol string `protobuf:"bytes,3,opt,name=symbol,proto3" json:"symbol,omitempty"` // Identifier for the security being quoted SecurityID string `protobuf:"bytes,4,opt,name=securityID,proto3" json:"securityID,omitempty"` // Specifies the source of the security identifier SecurityIDSource string `protobuf:"bytes,5,opt,name=securityIDSource,proto3" json:"securityIDSource,omitempty"` // Indicates whether the quote is for a buy or sell order Side string `protobuf:"bytes,6,opt,name=side,proto3" json:"side,omitempty"` // Quantity of the security being quoted OrderQty string `protobuf:"bytes,7,opt,name=orderQty,proto3" json:"orderQty,omitempty"` // Date of the future settlement FutSettDate string `protobuf:"bytes,8,opt,name=futSettDate,proto3" json:"futSettDate,omitempty"` // Secondary settlement date for the security SettlDate2 string `protobuf:"bytes,9,opt,name=settlDate2,proto3" json:"settlDate2,omitempty"` // Account number for the order Account string `protobuf:"bytes,10,opt,name=account,proto3" json:"account,omitempty"` // Price at which the buyer is willing to buy the security BidPx string `protobuf:"bytes,11,opt,name=bidPx,proto3" json:"bidPx,omitempty"` // Price at which the seller is willing to sell the security OfferPx string `protobuf:"bytes,12,opt,name=offerPx,proto3" json:"offerPx,omitempty"` // Currency of the quoted price Currency string `protobuf:"bytes,13,opt,name=currency,proto3" json:"currency,omitempty"` // Time after which the quote is no longer valid ValidUntilTime string `protobuf:"bytes,14,opt,name=validUntilTime,proto3" json:"validUntilTime,omitempty"` // Time at which the quote will expire ExpireTime string `protobuf:"bytes,15,opt,name=expireTime,proto3" json:"expireTime,omitempty"` // Type of quote being requested (e.g. Indicative, Firm) QuoteType string `protobuf:"bytes,16,opt,name=quoteType,proto3" json:"quoteType,omitempty"` // Quantity of securities offered at the bid price BidSize string `protobuf:"bytes,17,opt,name=bidSize,proto3" json:"bidSize,omitempty"` // Quantity of securities offered at the offer price OfferSize string `protobuf:"bytes,18,opt,name=offerSize,proto3" json:"offerSize,omitempty"` // Market identification code Mic string `protobuf:"bytes,19,opt,name=mic,proto3" json:"mic,omitempty"` // Additional information or comments about the quote request. Text string `protobuf:"bytes,20,opt,name=text,proto3" json:"text,omitempty"` // Standard trailer for the message Trailer *Trailer `protobuf:"bytes,21,opt,name=trailer,proto3" json:"trailer,omitempty"` }
func NewQuoteRequest ¶
func NewQuoteRequest(quoteReqID string, symbol string, securityID string, securityIDSource string, side string, orderQty string, futSettDate string, settlDate2 string, account string, bidPx string, offerPx string, currency string, validUntilTime string, expireTime string, quoteType string, bidSize string, offerSize string, mic string, text string) *QuoteRequest
func (*QuoteRequest) Descriptor ¶
func (*QuoteRequest) Descriptor() ([]byte, []int)
func (*QuoteRequest) GetAccount ¶
func (m *QuoteRequest) GetAccount() string
func (*QuoteRequest) GetBidPx ¶
func (m *QuoteRequest) GetBidPx() string
func (*QuoteRequest) GetBidSize ¶
func (m *QuoteRequest) GetBidSize() string
func (*QuoteRequest) GetCurrency ¶
func (m *QuoteRequest) GetCurrency() string
func (*QuoteRequest) GetExpireTime ¶
func (m *QuoteRequest) GetExpireTime() string
func (*QuoteRequest) GetFutSettDate ¶
func (m *QuoteRequest) GetFutSettDate() string
func (*QuoteRequest) GetHeader ¶
func (m *QuoteRequest) GetHeader() *Header
func (*QuoteRequest) GetMic ¶
func (m *QuoteRequest) GetMic() string
func (*QuoteRequest) GetOfferPx ¶
func (m *QuoteRequest) GetOfferPx() string
func (*QuoteRequest) GetOfferSize ¶
func (m *QuoteRequest) GetOfferSize() string
func (*QuoteRequest) GetOrderQty ¶
func (m *QuoteRequest) GetOrderQty() string
func (*QuoteRequest) GetQuoteReqID ¶
func (m *QuoteRequest) GetQuoteReqID() string
func (*QuoteRequest) GetQuoteType ¶
func (m *QuoteRequest) GetQuoteType() string
func (*QuoteRequest) GetSecurityID ¶
func (m *QuoteRequest) GetSecurityID() string
func (*QuoteRequest) GetSecurityIDSource ¶
func (m *QuoteRequest) GetSecurityIDSource() string
func (*QuoteRequest) GetSettlDate2 ¶
func (m *QuoteRequest) GetSettlDate2() string
func (*QuoteRequest) GetSide ¶
func (m *QuoteRequest) GetSide() string
func (*QuoteRequest) GetSymbol ¶
func (m *QuoteRequest) GetSymbol() string
func (*QuoteRequest) GetText ¶
func (m *QuoteRequest) GetText() string
func (*QuoteRequest) GetTrailer ¶
func (m *QuoteRequest) GetTrailer() *Trailer
func (*QuoteRequest) GetValidUntilTime ¶
func (m *QuoteRequest) GetValidUntilTime() string
func (*QuoteRequest) Marshal ¶
func (m *QuoteRequest) Marshal() (dAtA []byte, err error)
func (*QuoteRequest) MarshalToSizedBuffer ¶
func (m *QuoteRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuoteRequest) ProtoMessage ¶
func (*QuoteRequest) ProtoMessage()
func (*QuoteRequest) Reset ¶
func (m *QuoteRequest) Reset()
func (*QuoteRequest) Size ¶
func (m *QuoteRequest) Size() (n int)
func (*QuoteRequest) String ¶
func (m *QuoteRequest) String() string
func (*QuoteRequest) Unmarshal ¶
func (m *QuoteRequest) Unmarshal(dAtA []byte) error
func (*QuoteRequest) XXX_DiscardUnknown ¶
func (m *QuoteRequest) XXX_DiscardUnknown()
func (*QuoteRequest) XXX_Marshal ¶
func (m *QuoteRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuoteRequest) XXX_Merge ¶
func (m *QuoteRequest) XXX_Merge(src proto.Message)
func (*QuoteRequest) XXX_Size ¶
func (m *QuoteRequest) XXX_Size() int
func (*QuoteRequest) XXX_Unmarshal ¶
func (m *QuoteRequest) XXX_Unmarshal(b []byte) error
type QuoteRequestReject ¶
type QuoteRequestReject struct { Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // The ID of the original Quote Request message that is being rejected QuoteReqID string `protobuf:"bytes,2,opt,name=quoteReqID,proto3" json:"quoteReqID,omitempty"` // A code indicating the reason for rejecting the Quote Request, Examples // include "Invalid instrument requested", "Unknown instrument", "Unsupported // request type", etc. QuoteRequestRejectReason string `protobuf:"bytes,3,opt,name=quoteRequestRejectReason,proto3" json:"quoteRequestRejectReason,omitempty"` // A human-readable description of the reason for rejecting the Quote Request Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` Trailer *Trailer `protobuf:"bytes,5,opt,name=trailer,proto3" json:"trailer,omitempty"` }
func NewQuoteRequestReject ¶
func NewQuoteRequestReject(quoteReqID string, quoteRequestRejectReason string, text string) *QuoteRequestReject
func (*QuoteRequestReject) Descriptor ¶
func (*QuoteRequestReject) Descriptor() ([]byte, []int)
func (*QuoteRequestReject) GetHeader ¶
func (m *QuoteRequestReject) GetHeader() *Header
func (*QuoteRequestReject) GetQuoteReqID ¶
func (m *QuoteRequestReject) GetQuoteReqID() string
func (*QuoteRequestReject) GetQuoteRequestRejectReason ¶
func (m *QuoteRequestReject) GetQuoteRequestRejectReason() string
func (*QuoteRequestReject) GetText ¶
func (m *QuoteRequestReject) GetText() string
func (*QuoteRequestReject) GetTrailer ¶
func (m *QuoteRequestReject) GetTrailer() *Trailer
func (*QuoteRequestReject) Marshal ¶
func (m *QuoteRequestReject) Marshal() (dAtA []byte, err error)
func (*QuoteRequestReject) MarshalTo ¶
func (m *QuoteRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*QuoteRequestReject) MarshalToSizedBuffer ¶
func (m *QuoteRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*QuoteRequestReject) ProtoMessage ¶
func (*QuoteRequestReject) ProtoMessage()
func (*QuoteRequestReject) Reset ¶
func (m *QuoteRequestReject) Reset()
func (*QuoteRequestReject) Size ¶
func (m *QuoteRequestReject) Size() (n int)
func (*QuoteRequestReject) String ¶
func (m *QuoteRequestReject) String() string
func (*QuoteRequestReject) Unmarshal ¶
func (m *QuoteRequestReject) Unmarshal(dAtA []byte) error
func (*QuoteRequestReject) XXX_DiscardUnknown ¶
func (m *QuoteRequestReject) XXX_DiscardUnknown()
func (*QuoteRequestReject) XXX_Marshal ¶
func (m *QuoteRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*QuoteRequestReject) XXX_Merge ¶
func (m *QuoteRequestReject) XXX_Merge(src proto.Message)
func (*QuoteRequestReject) XXX_Size ¶
func (m *QuoteRequestReject) XXX_Size() int
func (*QuoteRequestReject) XXX_Unmarshal ¶
func (m *QuoteRequestReject) XXX_Unmarshal(b []byte) error
type Security ¶
type Security struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityDefinitionRequest *SecurityDefinitionRequest `protobuf:"bytes,2,opt,name=securityDefinitionRequest,proto3" json:"securityDefinitionRequest,omitempty"` SecurityDefinition *SecurityDefinition `protobuf:"bytes,3,opt,name=securityDefinition,proto3" json:"securityDefinition,omitempty"` SecurityDefinitionRequestReject *SecurityDefinitionRequestReject `protobuf:"bytes,4,opt,name=securityDefinitionRequestReject,proto3" json:"securityDefinitionRequestReject,omitempty"` }
func (*Security) Descriptor ¶
func (*Security) GetSecurityDefinition ¶
func (m *Security) GetSecurityDefinition() *SecurityDefinition
func (*Security) GetSecurityDefinitionRequest ¶
func (m *Security) GetSecurityDefinitionRequest() *SecurityDefinitionRequest
func (*Security) GetSecurityDefinitionRequestReject ¶
func (m *Security) GetSecurityDefinitionRequestReject() *SecurityDefinitionRequestReject
func (*Security) GetSessionID ¶
func (*Security) MarshalToSizedBuffer ¶
func (*Security) ProtoMessage ¶
func (*Security) ProtoMessage()
func (*Security) XXX_DiscardUnknown ¶
func (m *Security) XXX_DiscardUnknown()
func (*Security) XXX_Marshal ¶
func (*Security) XXX_Unmarshal ¶
type SecurityDefinition ¶
type SecurityDefinition struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (Tag 320): Unique identifier of the original security definition request. SecurityReqID string `protobuf:"bytes,2,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` // (Tag 322): Unique identifier assigned by the responder to the security // definition message SecurityResponseID string `protobuf:"bytes,3,opt,name=securityResponseID,proto3" json:"securityResponseID,omitempty"` // (Tag 323): Type of response to the security definition request (e.g., // acceptance, rejection, etc.). SecurityResponseType string `protobuf:"bytes,4,opt,name=securityResponseType,proto3" json:"securityResponseType,omitempty"` // (Tag 55): Unique identifier for the security. Symbol string `protobuf:"bytes,5,opt,name=symbol,proto3" json:"symbol,omitempty"` // (Tag 207): Code or identifier representing the exchange where the security // is listed. SecurityExchange string `protobuf:"bytes,6,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` // (Tag 106): Identifier of the issuer or issuer-specific identifier for the // security. Issuer string `protobuf:"bytes,7,opt,name=issuer,proto3" json:"issuer,omitempty"` // (Tag 107): Description or name of the security. SecurityDesc string `protobuf:"bytes,8,opt,name=SecurityDesc,proto3" json:"SecurityDesc,omitempty"` // (Tag 167): Type of the security (e.g., stock, bond, option, future). SecurityType string `protobuf:"bytes,9,opt,name=SecurityType,proto3" json:"SecurityType,omitempty"` // (Tag 15): Currency in which the security is denominated. Currency string `protobuf:"bytes,10,opt,name=currency,proto3" json:"currency,omitempty"` // (Tag 231): Multiplier applied to the contract size to calculate the actual // quantity. ContractMultiplier string `protobuf:"bytes,11,opt,name=contractMultiplier,proto3" json:"contractMultiplier,omitempty"` // (Tag 969): Minimum price increment for the security. MinPriceIncrement string `protobuf:"bytes,12,opt,name=minPriceIncrement,proto3" json:"minPriceIncrement,omitempty"` // (Tag 1146): Minimum price increment expressed as a monetary amount. MinPriceIncrementAmount string `protobuf:"bytes,13,opt,name=minPriceIncrementAmount,proto3" json:"minPriceIncrementAmount,omitempty"` // (Tag 996): Unit of measure for the contract size. UnitOfMeasure string `protobuf:"bytes,14,opt,name=unitOfMeasure,proto3" json:"unitOfMeasure,omitempty"` // (Tag 1191): Unit of measure for the price. PriceUnitOfMeasure string `protobuf:"bytes,15,opt,name=priceUnitOfMeasure,proto3" json:"priceUnitOfMeasure,omitempty"` // (Tag 63): Type of settlement for the security. SettlType string `protobuf:"bytes,16,opt,name=settlType,proto3" json:"settlType,omitempty"` // (Tag 64): Date of settlement for the security. SettlDate string `protobuf:"bytes,17,opt,name=settlDate,proto3" json:"settlDate,omitempty"` // (Tag 200): Month and year of maturity for the security. MaturityMonthYear string `protobuf:"bytes,18,opt,name=maturityMonthYear,proto3" json:"maturityMonthYear,omitempty"` // (Tag 223): Coupon rate or interest rate for the security. CouponRate string `protobuf:"bytes,19,opt,name=couponRate,proto3" json:"couponRate,omitempty"` // (Tag 228): Factor applied to the price to calculate the actual value. Factor string `protobuf:"bytes,20,opt,name=factor,proto3" json:"factor,omitempty"` // (Tag 255): Credit rating assigned to the security. CreditRating string `protobuf:"bytes,21,opt,name=creditRating,proto3" json:"creditRating,omitempty"` // (Tag 2076): Unique identifier for the security exchange. SecurityExchangeID string `protobuf:"bytes,22,opt,name=securityExchangeID,proto3" json:"securityExchangeID,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,23,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security Definition with fields, tags and descriptions.
func (*SecurityDefinition) Descriptor ¶
func (*SecurityDefinition) Descriptor() ([]byte, []int)
func (*SecurityDefinition) GetContractMultiplier ¶
func (m *SecurityDefinition) GetContractMultiplier() string
func (*SecurityDefinition) GetCouponRate ¶
func (m *SecurityDefinition) GetCouponRate() string
func (*SecurityDefinition) GetCreditRating ¶
func (m *SecurityDefinition) GetCreditRating() string
func (*SecurityDefinition) GetCurrency ¶
func (m *SecurityDefinition) GetCurrency() string
func (*SecurityDefinition) GetFactor ¶
func (m *SecurityDefinition) GetFactor() string
func (*SecurityDefinition) GetHeader ¶
func (m *SecurityDefinition) GetHeader() *Header
func (*SecurityDefinition) GetIssuer ¶
func (m *SecurityDefinition) GetIssuer() string
func (*SecurityDefinition) GetMaturityMonthYear ¶
func (m *SecurityDefinition) GetMaturityMonthYear() string
func (*SecurityDefinition) GetMinPriceIncrement ¶
func (m *SecurityDefinition) GetMinPriceIncrement() string
func (*SecurityDefinition) GetMinPriceIncrementAmount ¶
func (m *SecurityDefinition) GetMinPriceIncrementAmount() string
func (*SecurityDefinition) GetPriceUnitOfMeasure ¶
func (m *SecurityDefinition) GetPriceUnitOfMeasure() string
func (*SecurityDefinition) GetSecurityDesc ¶
func (m *SecurityDefinition) GetSecurityDesc() string
func (*SecurityDefinition) GetSecurityExchange ¶
func (m *SecurityDefinition) GetSecurityExchange() string
func (*SecurityDefinition) GetSecurityExchangeID ¶
func (m *SecurityDefinition) GetSecurityExchangeID() string
func (*SecurityDefinition) GetSecurityReqID ¶
func (m *SecurityDefinition) GetSecurityReqID() string
func (*SecurityDefinition) GetSecurityResponseID ¶
func (m *SecurityDefinition) GetSecurityResponseID() string
func (*SecurityDefinition) GetSecurityResponseType ¶
func (m *SecurityDefinition) GetSecurityResponseType() string
func (*SecurityDefinition) GetSecurityType ¶
func (m *SecurityDefinition) GetSecurityType() string
func (*SecurityDefinition) GetSettlDate ¶
func (m *SecurityDefinition) GetSettlDate() string
func (*SecurityDefinition) GetSettlType ¶
func (m *SecurityDefinition) GetSettlType() string
func (*SecurityDefinition) GetSymbol ¶
func (m *SecurityDefinition) GetSymbol() string
func (*SecurityDefinition) GetTrailer ¶
func (m *SecurityDefinition) GetTrailer() *Trailer
func (*SecurityDefinition) GetUnitOfMeasure ¶
func (m *SecurityDefinition) GetUnitOfMeasure() string
func (*SecurityDefinition) Marshal ¶
func (m *SecurityDefinition) Marshal() (dAtA []byte, err error)
func (*SecurityDefinition) MarshalTo ¶
func (m *SecurityDefinition) MarshalTo(dAtA []byte) (int, error)
func (*SecurityDefinition) MarshalToSizedBuffer ¶
func (m *SecurityDefinition) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityDefinition) ProtoMessage ¶
func (*SecurityDefinition) ProtoMessage()
func (*SecurityDefinition) Reset ¶
func (m *SecurityDefinition) Reset()
func (*SecurityDefinition) Size ¶
func (m *SecurityDefinition) Size() (n int)
func (*SecurityDefinition) String ¶
func (m *SecurityDefinition) String() string
func (*SecurityDefinition) Unmarshal ¶
func (m *SecurityDefinition) Unmarshal(dAtA []byte) error
func (*SecurityDefinition) XXX_DiscardUnknown ¶
func (m *SecurityDefinition) XXX_DiscardUnknown()
func (*SecurityDefinition) XXX_Marshal ¶
func (m *SecurityDefinition) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityDefinition) XXX_Merge ¶
func (m *SecurityDefinition) XXX_Merge(src proto.Message)
func (*SecurityDefinition) XXX_Size ¶
func (m *SecurityDefinition) XXX_Size() int
func (*SecurityDefinition) XXX_Unmarshal ¶
func (m *SecurityDefinition) XXX_Unmarshal(b []byte) error
type SecurityDefinitionRequest ¶
type SecurityDefinitionRequest struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (Tag 320): Unique identifier assigned by the requester to the security // definition request message SecurityReqID string `protobuf:"bytes,2,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` // (Tag 321): Specifies the type of security definition being requested (e.g., // requesting all securities, by symbol, by security type, etc.) SecurityRequestType string `protobuf:"bytes,3,opt,name=securityRequestType,proto3" json:"securityRequestType,omitempty"` // (Tag 55): Unique identifier for the security being requested. Symbol string `protobuf:"bytes,4,opt,name=symbol,proto3" json:"symbol,omitempty"` // (Tag 207): Code or identifier representing the exchange where the security // is listed. SecurityExchange string `protobuf:"bytes,5,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` // (Tag 106): Identifier of the issuer or issuer-specific identifier for the // security. Issuer string `protobuf:"bytes,6,opt,name=issuer,proto3" json:"issuer,omitempty"` // (Tag 107): Description or name of the security SecurityDesc string `protobuf:"bytes,7,opt,name=securityDesc,proto3" json:"securityDesc,omitempty"` // (Tag 167): Type of the security (e.g., stock, bond, option, future) SecurityType string `protobuf:"bytes,8,opt,name=securityType,proto3" json:"securityType,omitempty"` // (Tag 15): Currency in which the security is denominated Currency string `protobuf:"bytes,9,opt,name=currency,proto3" json:"currency,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,10,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security Definition Request with fields, tags and descriptions.
func (*SecurityDefinitionRequest) Descriptor ¶
func (*SecurityDefinitionRequest) Descriptor() ([]byte, []int)
func (*SecurityDefinitionRequest) GetCurrency ¶
func (m *SecurityDefinitionRequest) GetCurrency() string
func (*SecurityDefinitionRequest) GetHeader ¶
func (m *SecurityDefinitionRequest) GetHeader() *Header
func (*SecurityDefinitionRequest) GetIssuer ¶
func (m *SecurityDefinitionRequest) GetIssuer() string
func (*SecurityDefinitionRequest) GetSecurityDesc ¶
func (m *SecurityDefinitionRequest) GetSecurityDesc() string
func (*SecurityDefinitionRequest) GetSecurityExchange ¶
func (m *SecurityDefinitionRequest) GetSecurityExchange() string
func (*SecurityDefinitionRequest) GetSecurityReqID ¶
func (m *SecurityDefinitionRequest) GetSecurityReqID() string
func (*SecurityDefinitionRequest) GetSecurityRequestType ¶
func (m *SecurityDefinitionRequest) GetSecurityRequestType() string
func (*SecurityDefinitionRequest) GetSecurityType ¶
func (m *SecurityDefinitionRequest) GetSecurityType() string
func (*SecurityDefinitionRequest) GetSymbol ¶
func (m *SecurityDefinitionRequest) GetSymbol() string
func (*SecurityDefinitionRequest) GetTrailer ¶
func (m *SecurityDefinitionRequest) GetTrailer() *Trailer
func (*SecurityDefinitionRequest) Marshal ¶
func (m *SecurityDefinitionRequest) Marshal() (dAtA []byte, err error)
func (*SecurityDefinitionRequest) MarshalTo ¶
func (m *SecurityDefinitionRequest) MarshalTo(dAtA []byte) (int, error)
func (*SecurityDefinitionRequest) MarshalToSizedBuffer ¶
func (m *SecurityDefinitionRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityDefinitionRequest) ProtoMessage ¶
func (*SecurityDefinitionRequest) ProtoMessage()
func (*SecurityDefinitionRequest) Reset ¶
func (m *SecurityDefinitionRequest) Reset()
func (*SecurityDefinitionRequest) Size ¶
func (m *SecurityDefinitionRequest) Size() (n int)
func (*SecurityDefinitionRequest) String ¶
func (m *SecurityDefinitionRequest) String() string
func (*SecurityDefinitionRequest) Unmarshal ¶
func (m *SecurityDefinitionRequest) Unmarshal(dAtA []byte) error
func (*SecurityDefinitionRequest) XXX_DiscardUnknown ¶
func (m *SecurityDefinitionRequest) XXX_DiscardUnknown()
func (*SecurityDefinitionRequest) XXX_Marshal ¶
func (m *SecurityDefinitionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityDefinitionRequest) XXX_Merge ¶
func (m *SecurityDefinitionRequest) XXX_Merge(src proto.Message)
func (*SecurityDefinitionRequest) XXX_Size ¶
func (m *SecurityDefinitionRequest) XXX_Size() int
func (*SecurityDefinitionRequest) XXX_Unmarshal ¶
func (m *SecurityDefinitionRequest) XXX_Unmarshal(b []byte) error
type SecurityDefinitionRequestReject ¶
type SecurityDefinitionRequestReject struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (Tag 320): Unique identifier of the rejected security definition request SecurityReqID string `protobuf:"bytes,2,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` // (Tag 560): Result of the security definition request (e.g., successful, // invalid security, etc.) SecurityRequestResult string `protobuf:"bytes,3,opt,name=securityRequestResult,proto3" json:"securityRequestResult,omitempty"` // (Tag 561): Description of the error or reason for rejecting the security // definition request. SecurityRequestError string `protobuf:"bytes,4,opt,name=securityRequestError,proto3" json:"securityRequestError,omitempty"` // (Tag 562): Code indicating the specific error or reason for rejecting the // request. SecurityRequestErrorCode string `protobuf:"bytes,5,opt,name=securityRequestErrorCode,proto3" json:"securityRequestErrorCode,omitempty"` // (Tag 58): Additional free-text description or information related to the // rejection Text string `protobuf:"bytes,6,opt,name=text,proto3" json:"text,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,7,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security Definition Request Rejeect with fields, tags and descriptions.
func (*SecurityDefinitionRequestReject) Descriptor ¶
func (*SecurityDefinitionRequestReject) Descriptor() ([]byte, []int)
func (*SecurityDefinitionRequestReject) GetHeader ¶
func (m *SecurityDefinitionRequestReject) GetHeader() *Header
func (*SecurityDefinitionRequestReject) GetSecurityReqID ¶
func (m *SecurityDefinitionRequestReject) GetSecurityReqID() string
func (*SecurityDefinitionRequestReject) GetSecurityRequestError ¶
func (m *SecurityDefinitionRequestReject) GetSecurityRequestError() string
func (*SecurityDefinitionRequestReject) GetSecurityRequestErrorCode ¶
func (m *SecurityDefinitionRequestReject) GetSecurityRequestErrorCode() string
func (*SecurityDefinitionRequestReject) GetSecurityRequestResult ¶
func (m *SecurityDefinitionRequestReject) GetSecurityRequestResult() string
func (*SecurityDefinitionRequestReject) GetText ¶
func (m *SecurityDefinitionRequestReject) GetText() string
func (*SecurityDefinitionRequestReject) GetTrailer ¶
func (m *SecurityDefinitionRequestReject) GetTrailer() *Trailer
func (*SecurityDefinitionRequestReject) Marshal ¶
func (m *SecurityDefinitionRequestReject) Marshal() (dAtA []byte, err error)
func (*SecurityDefinitionRequestReject) MarshalTo ¶
func (m *SecurityDefinitionRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*SecurityDefinitionRequestReject) MarshalToSizedBuffer ¶
func (m *SecurityDefinitionRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityDefinitionRequestReject) ProtoMessage ¶
func (*SecurityDefinitionRequestReject) ProtoMessage()
func (*SecurityDefinitionRequestReject) Reset ¶
func (m *SecurityDefinitionRequestReject) Reset()
func (*SecurityDefinitionRequestReject) Size ¶
func (m *SecurityDefinitionRequestReject) Size() (n int)
func (*SecurityDefinitionRequestReject) String ¶
func (m *SecurityDefinitionRequestReject) String() string
func (*SecurityDefinitionRequestReject) Unmarshal ¶
func (m *SecurityDefinitionRequestReject) Unmarshal(dAtA []byte) error
func (*SecurityDefinitionRequestReject) XXX_DiscardUnknown ¶
func (m *SecurityDefinitionRequestReject) XXX_DiscardUnknown()
func (*SecurityDefinitionRequestReject) XXX_Marshal ¶
func (m *SecurityDefinitionRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityDefinitionRequestReject) XXX_Merge ¶
func (m *SecurityDefinitionRequestReject) XXX_Merge(src proto.Message)
func (*SecurityDefinitionRequestReject) XXX_Size ¶
func (m *SecurityDefinitionRequestReject) XXX_Size() int
func (*SecurityDefinitionRequestReject) XXX_Unmarshal ¶
func (m *SecurityDefinitionRequestReject) XXX_Unmarshal(b []byte) error
type SecurityList ¶
type SecurityList struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityListRequest *SecurityListRequest `protobuf:"bytes,2,opt,name=securityListRequest,proto3" json:"securityListRequest,omitempty"` SecurityListResponse *SecurityListResponse `protobuf:"bytes,3,opt,name=SecurityListResponse,proto3" json:"SecurityListResponse,omitempty"` SecurityListRequestReject *SecurityListRequestReject `protobuf:"bytes,4,opt,name=securityListRequestReject,proto3" json:"securityListRequestReject,omitempty"` }
func (*SecurityList) Descriptor ¶
func (*SecurityList) Descriptor() ([]byte, []int)
func (*SecurityList) GetSecurityListRequest ¶
func (m *SecurityList) GetSecurityListRequest() *SecurityListRequest
func (*SecurityList) GetSecurityListRequestReject ¶
func (m *SecurityList) GetSecurityListRequestReject() *SecurityListRequestReject
func (*SecurityList) GetSecurityListResponse ¶
func (m *SecurityList) GetSecurityListResponse() *SecurityListResponse
func (*SecurityList) GetSessionID ¶
func (m *SecurityList) GetSessionID() string
func (*SecurityList) Marshal ¶
func (m *SecurityList) Marshal() (dAtA []byte, err error)
func (*SecurityList) MarshalToSizedBuffer ¶
func (m *SecurityList) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityList) ProtoMessage ¶
func (*SecurityList) ProtoMessage()
func (*SecurityList) Reset ¶
func (m *SecurityList) Reset()
func (*SecurityList) Size ¶
func (m *SecurityList) Size() (n int)
func (*SecurityList) String ¶
func (m *SecurityList) String() string
func (*SecurityList) Unmarshal ¶
func (m *SecurityList) Unmarshal(dAtA []byte) error
func (*SecurityList) XXX_DiscardUnknown ¶
func (m *SecurityList) XXX_DiscardUnknown()
func (*SecurityList) XXX_Marshal ¶
func (m *SecurityList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityList) XXX_Merge ¶
func (m *SecurityList) XXX_Merge(src proto.Message)
func (*SecurityList) XXX_Size ¶
func (m *SecurityList) XXX_Size() int
func (*SecurityList) XXX_Unmarshal ¶
func (m *SecurityList) XXX_Unmarshal(b []byte) error
type SecurityListRequest ¶
type SecurityListRequest struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (Tag 320): Unique identifier assigned by the requester to the security // List Request message SecurityReqID string `protobuf:"bytes,2,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` // (559) Type of Security List Request (x) being made SecurityListRequestType string `protobuf:"bytes,3,opt,name=securityListRequestType,proto3" json:"securityListRequestType,omitempty"` // (711) Undly N Number of underlyings NoUnderlyings string `protobuf:"bytes,4,opt,name=noUnderlyings,proto3" json:"noUnderlyings,omitempty"` // (555) Number of legs that make up the Security NoLegs string `protobuf:"bytes,5,opt,name=noLegs,proto3" json:"noLegs,omitempty"` // (15) Currency string `protobuf:"bytes,6,opt,name=currency,proto3" json:"currency,omitempty"` // (58) Comment, instructions, or other identifying information. Text string `protobuf:"bytes,7,opt,name=text,proto3" json:"text,omitempty"` // (354) Must be set if EncodedText (355) field is specified and must // immediately precede it. EncodedTextLen string `protobuf:"bytes,8,opt,name=encodedTextLen,proto3" json:"encodedTextLen,omitempty"` // (355) Encoded (non-ASCII characters) representation of the Text (58) field // in the encoded format specified via the MessageEncoding (347) field. EncodedText string `protobuf:"bytes,9,opt,name=encodedText,proto3" json:"encodedText,omitempty"` // (336) Optional Trading Session Identifier to specify a particular trading // session for which you want to obtain a list of securities that are // tradeable. TradingSessionID string `protobuf:"bytes,10,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // (625) TradingSessionSubID string `protobuf:"bytes,11,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` // (263) Subscribe or unsubscribe for security status to security specified in // request. SubscriptionRequestType string `protobuf:"bytes,12,opt,name=subscriptionRequestType,proto3" json:"subscriptionRequestType,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,13,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security List Request with fields, tags and descriptions and MsgType = x
func (*SecurityListRequest) Descriptor ¶
func (*SecurityListRequest) Descriptor() ([]byte, []int)
func (*SecurityListRequest) GetCurrency ¶
func (m *SecurityListRequest) GetCurrency() string
func (*SecurityListRequest) GetEncodedText ¶
func (m *SecurityListRequest) GetEncodedText() string
func (*SecurityListRequest) GetEncodedTextLen ¶
func (m *SecurityListRequest) GetEncodedTextLen() string
func (*SecurityListRequest) GetHeader ¶
func (m *SecurityListRequest) GetHeader() *Header
func (*SecurityListRequest) GetNoLegs ¶
func (m *SecurityListRequest) GetNoLegs() string
func (*SecurityListRequest) GetNoUnderlyings ¶
func (m *SecurityListRequest) GetNoUnderlyings() string
func (*SecurityListRequest) GetSecurityListRequestType ¶
func (m *SecurityListRequest) GetSecurityListRequestType() string
func (*SecurityListRequest) GetSecurityReqID ¶
func (m *SecurityListRequest) GetSecurityReqID() string
func (*SecurityListRequest) GetSubscriptionRequestType ¶
func (m *SecurityListRequest) GetSubscriptionRequestType() string
func (*SecurityListRequest) GetText ¶
func (m *SecurityListRequest) GetText() string
func (*SecurityListRequest) GetTradingSessionID ¶
func (m *SecurityListRequest) GetTradingSessionID() string
func (*SecurityListRequest) GetTradingSessionSubID ¶
func (m *SecurityListRequest) GetTradingSessionSubID() string
func (*SecurityListRequest) GetTrailer ¶
func (m *SecurityListRequest) GetTrailer() *Trailer
func (*SecurityListRequest) Marshal ¶
func (m *SecurityListRequest) Marshal() (dAtA []byte, err error)
func (*SecurityListRequest) MarshalTo ¶
func (m *SecurityListRequest) MarshalTo(dAtA []byte) (int, error)
func (*SecurityListRequest) MarshalToSizedBuffer ¶
func (m *SecurityListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityListRequest) ProtoMessage ¶
func (*SecurityListRequest) ProtoMessage()
func (*SecurityListRequest) Reset ¶
func (m *SecurityListRequest) Reset()
func (*SecurityListRequest) Size ¶
func (m *SecurityListRequest) Size() (n int)
func (*SecurityListRequest) String ¶
func (m *SecurityListRequest) String() string
func (*SecurityListRequest) Unmarshal ¶
func (m *SecurityListRequest) Unmarshal(dAtA []byte) error
func (*SecurityListRequest) XXX_DiscardUnknown ¶
func (m *SecurityListRequest) XXX_DiscardUnknown()
func (*SecurityListRequest) XXX_Marshal ¶
func (m *SecurityListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityListRequest) XXX_Merge ¶
func (m *SecurityListRequest) XXX_Merge(src proto.Message)
func (*SecurityListRequest) XXX_Size ¶
func (m *SecurityListRequest) XXX_Size() int
func (*SecurityListRequest) XXX_Unmarshal ¶
func (m *SecurityListRequest) XXX_Unmarshal(b []byte) error
type SecurityListRequestReject ¶
type SecurityListRequestReject struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (Tag 320): Unique identifier assigned by the requester to the security // List Request message SecurityReqID string `protobuf:"bytes,2,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` // (559) Type of security list request being made SecurityListRequestType string `protobuf:"bytes,3,opt,name=securityListRequestType,proto3" json:"securityListRequestType,omitempty"` // (560) Result of the security list request SecurityRequestResult string `protobuf:"bytes,4,opt,name=securityRequestResult,proto3" json:"securityRequestResult,omitempty"` // (58) Comment, instructions, or other identifying information Text string `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"` // (354) Must be set if EncodedText (355) field is specified and must // immediately precede it EncodedTextLen string `protobuf:"bytes,6,opt,name=encodedTextLen,proto3" json:"encodedTextLen,omitempty"` // (355) Encoded (non-ASCII characters) representation of the Text (58) // field EncodedText string `protobuf:"bytes,7,opt,name=encodedText,proto3" json:"encodedText,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,8,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security List Request Reject with fields, tags and descriptions and MsgType = y
func (*SecurityListRequestReject) Descriptor ¶
func (*SecurityListRequestReject) Descriptor() ([]byte, []int)
func (*SecurityListRequestReject) GetEncodedText ¶
func (m *SecurityListRequestReject) GetEncodedText() string
func (*SecurityListRequestReject) GetEncodedTextLen ¶
func (m *SecurityListRequestReject) GetEncodedTextLen() string
func (*SecurityListRequestReject) GetHeader ¶
func (m *SecurityListRequestReject) GetHeader() *Header
func (*SecurityListRequestReject) GetSecurityListRequestType ¶
func (m *SecurityListRequestReject) GetSecurityListRequestType() string
func (*SecurityListRequestReject) GetSecurityReqID ¶
func (m *SecurityListRequestReject) GetSecurityReqID() string
func (*SecurityListRequestReject) GetSecurityRequestResult ¶
func (m *SecurityListRequestReject) GetSecurityRequestResult() string
func (*SecurityListRequestReject) GetText ¶
func (m *SecurityListRequestReject) GetText() string
func (*SecurityListRequestReject) GetTrailer ¶
func (m *SecurityListRequestReject) GetTrailer() *Trailer
func (*SecurityListRequestReject) Marshal ¶
func (m *SecurityListRequestReject) Marshal() (dAtA []byte, err error)
func (*SecurityListRequestReject) MarshalTo ¶
func (m *SecurityListRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*SecurityListRequestReject) MarshalToSizedBuffer ¶
func (m *SecurityListRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityListRequestReject) ProtoMessage ¶
func (*SecurityListRequestReject) ProtoMessage()
func (*SecurityListRequestReject) Reset ¶
func (m *SecurityListRequestReject) Reset()
func (*SecurityListRequestReject) Size ¶
func (m *SecurityListRequestReject) Size() (n int)
func (*SecurityListRequestReject) String ¶
func (m *SecurityListRequestReject) String() string
func (*SecurityListRequestReject) Unmarshal ¶
func (m *SecurityListRequestReject) Unmarshal(dAtA []byte) error
func (*SecurityListRequestReject) XXX_DiscardUnknown ¶
func (m *SecurityListRequestReject) XXX_DiscardUnknown()
func (*SecurityListRequestReject) XXX_Marshal ¶
func (m *SecurityListRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityListRequestReject) XXX_Merge ¶
func (m *SecurityListRequestReject) XXX_Merge(src proto.Message)
func (*SecurityListRequestReject) XXX_Size ¶
func (m *SecurityListRequestReject) XXX_Size() int
func (*SecurityListRequestReject) XXX_Unmarshal ¶
func (m *SecurityListRequestReject) XXX_Unmarshal(b []byte) error
type SecurityListResponse ¶
type SecurityListResponse struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (Tag 320): Unique identifier assigned by the requester to the security // List Request message SecurityReqID string `protobuf:"bytes,2,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` // (322) Identifier for the Security List (y) message SecurityResponseID string `protobuf:"bytes,3,opt,name=securityResponseID,proto3" json:"securityResponseID,omitempty"` // (560) Result of the Security Request identified by the SecurityReqID (320) SecurityRequestResult string `protobuf:"bytes,4,opt,name=securityRequestResult,proto3" json:"securityRequestResult,omitempty"` // (393) Used to indicate if the total number of securities being returned for // this request. Used in the event that message fragmentation is required. TotNoRelatedSym string `protobuf:"bytes,5,opt,name=totNoRelatedSym,proto3" json:"totNoRelatedSym,omitempty"` // string (893) Indicates if this message in a fragmented response LastFragment string `protobuf:"bytes,6,opt,name=lastFragment,proto3" json:"lastFragment,omitempty"` // (146) Specifies the number of repeating symbols (instruments) specified NoRelatedSym string `protobuf:"bytes,7,opt,name=noRelatedSym,proto3" json:"noRelatedSym,omitempty"` // (711) Number of underlyings NoUnderlyings string `protobuf:"bytes,8,opt,name=noUnderlyings,proto3" json:"noUnderlyings,omitempty"` // (15) Currency string `protobuf:"bytes,9,opt,name=currency,proto3" json:"currency,omitempty"` // (555) Number of legs that make up the Security NoLegs string `protobuf:"bytes,10,opt,name=noLegs,proto3" json:"noLegs,omitempty"` // (561) RoundLot string `protobuf:"bytes,11,opt,name=roundLot,proto3" json:"roundLot,omitempty"` // (562) MinTradeVol string `protobuf:"bytes,12,opt,name=minTradeVol,proto3" json:"minTradeVol,omitempty"` // (336) TradingSessionID string `protobuf:"bytes,13,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // (625) TradingSessionSubID string `protobuf:"bytes,14,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` // (827) ExpirationCycle string `protobuf:"bytes,15,opt,name=expirationCycle,proto3" json:"expirationCycle,omitempty"` // (58) Comment, instructions, or other identifying information. Text string `protobuf:"bytes,16,opt,name=text,proto3" json:"text,omitempty"` // (354) Must be set if EncodedText (355) field is specified and must // immediately precede it. EncodedTextLen string `protobuf:"bytes,17,opt,name=encodedTextLen,proto3" json:"encodedTextLen,omitempty"` // (355) Encoded (non-ASCII characters) representation of the Text (58) field // in the encoded format specified via the MessageEncoding (347) field EncodedText string `protobuf:"bytes,18,opt,name=encodedText,proto3" json:"encodedText,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,19,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security List Response with fields, tags and descriptions and MsgType = y
func (*SecurityListResponse) Descriptor ¶
func (*SecurityListResponse) Descriptor() ([]byte, []int)
func (*SecurityListResponse) GetCurrency ¶
func (m *SecurityListResponse) GetCurrency() string
func (*SecurityListResponse) GetEncodedText ¶
func (m *SecurityListResponse) GetEncodedText() string
func (*SecurityListResponse) GetEncodedTextLen ¶
func (m *SecurityListResponse) GetEncodedTextLen() string
func (*SecurityListResponse) GetExpirationCycle ¶
func (m *SecurityListResponse) GetExpirationCycle() string
func (*SecurityListResponse) GetHeader ¶
func (m *SecurityListResponse) GetHeader() *Header
func (*SecurityListResponse) GetLastFragment ¶
func (m *SecurityListResponse) GetLastFragment() string
func (*SecurityListResponse) GetMinTradeVol ¶
func (m *SecurityListResponse) GetMinTradeVol() string
func (*SecurityListResponse) GetNoLegs ¶
func (m *SecurityListResponse) GetNoLegs() string
func (*SecurityListResponse) GetNoRelatedSym ¶
func (m *SecurityListResponse) GetNoRelatedSym() string
func (*SecurityListResponse) GetNoUnderlyings ¶
func (m *SecurityListResponse) GetNoUnderlyings() string
func (*SecurityListResponse) GetRoundLot ¶
func (m *SecurityListResponse) GetRoundLot() string
func (*SecurityListResponse) GetSecurityReqID ¶
func (m *SecurityListResponse) GetSecurityReqID() string
func (*SecurityListResponse) GetSecurityRequestResult ¶
func (m *SecurityListResponse) GetSecurityRequestResult() string
func (*SecurityListResponse) GetSecurityResponseID ¶
func (m *SecurityListResponse) GetSecurityResponseID() string
func (*SecurityListResponse) GetText ¶
func (m *SecurityListResponse) GetText() string
func (*SecurityListResponse) GetTotNoRelatedSym ¶
func (m *SecurityListResponse) GetTotNoRelatedSym() string
func (*SecurityListResponse) GetTradingSessionID ¶
func (m *SecurityListResponse) GetTradingSessionID() string
func (*SecurityListResponse) GetTradingSessionSubID ¶
func (m *SecurityListResponse) GetTradingSessionSubID() string
func (*SecurityListResponse) GetTrailer ¶
func (m *SecurityListResponse) GetTrailer() *Trailer
func (*SecurityListResponse) Marshal ¶
func (m *SecurityListResponse) Marshal() (dAtA []byte, err error)
func (*SecurityListResponse) MarshalTo ¶
func (m *SecurityListResponse) MarshalTo(dAtA []byte) (int, error)
func (*SecurityListResponse) MarshalToSizedBuffer ¶
func (m *SecurityListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityListResponse) ProtoMessage ¶
func (*SecurityListResponse) ProtoMessage()
func (*SecurityListResponse) Reset ¶
func (m *SecurityListResponse) Reset()
func (*SecurityListResponse) Size ¶
func (m *SecurityListResponse) Size() (n int)
func (*SecurityListResponse) String ¶
func (m *SecurityListResponse) String() string
func (*SecurityListResponse) Unmarshal ¶
func (m *SecurityListResponse) Unmarshal(dAtA []byte) error
func (*SecurityListResponse) XXX_DiscardUnknown ¶
func (m *SecurityListResponse) XXX_DiscardUnknown()
func (*SecurityListResponse) XXX_Marshal ¶
func (m *SecurityListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityListResponse) XXX_Merge ¶
func (m *SecurityListResponse) XXX_Merge(src proto.Message)
func (*SecurityListResponse) XXX_Size ¶
func (m *SecurityListResponse) XXX_Size() int
func (*SecurityListResponse) XXX_Unmarshal ¶
func (m *SecurityListResponse) XXX_Unmarshal(b []byte) error
type SecurityStatus ¶
type SecurityStatus struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityStatusRequest *SecurityStatusRequest `protobuf:"bytes,2,opt,name=securityStatusRequest,proto3" json:"securityStatusRequest,omitempty"` SecurityStatusResponse *SecurityStatusResponse `protobuf:"bytes,3,opt,name=securityStatusResponse,proto3" json:"securityStatusResponse,omitempty"` SecurityStatusRequestReject *SecurityStatusRequestReject `protobuf:"bytes,4,opt,name=securityStatusRequestReject,proto3" json:"securityStatusRequestReject,omitempty"` }
func (*SecurityStatus) Descriptor ¶
func (*SecurityStatus) Descriptor() ([]byte, []int)
func (*SecurityStatus) GetSecurityStatusRequest ¶
func (m *SecurityStatus) GetSecurityStatusRequest() *SecurityStatusRequest
func (*SecurityStatus) GetSecurityStatusRequestReject ¶
func (m *SecurityStatus) GetSecurityStatusRequestReject() *SecurityStatusRequestReject
func (*SecurityStatus) GetSecurityStatusResponse ¶
func (m *SecurityStatus) GetSecurityStatusResponse() *SecurityStatusResponse
func (*SecurityStatus) GetSessionID ¶
func (m *SecurityStatus) GetSessionID() string
func (*SecurityStatus) Marshal ¶
func (m *SecurityStatus) Marshal() (dAtA []byte, err error)
func (*SecurityStatus) MarshalToSizedBuffer ¶
func (m *SecurityStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityStatus) ProtoMessage ¶
func (*SecurityStatus) ProtoMessage()
func (*SecurityStatus) Reset ¶
func (m *SecurityStatus) Reset()
func (*SecurityStatus) Size ¶
func (m *SecurityStatus) Size() (n int)
func (*SecurityStatus) String ¶
func (m *SecurityStatus) String() string
func (*SecurityStatus) Unmarshal ¶
func (m *SecurityStatus) Unmarshal(dAtA []byte) error
func (*SecurityStatus) XXX_DiscardUnknown ¶
func (m *SecurityStatus) XXX_DiscardUnknown()
func (*SecurityStatus) XXX_Marshal ¶
func (m *SecurityStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityStatus) XXX_Merge ¶
func (m *SecurityStatus) XXX_Merge(src proto.Message)
func (*SecurityStatus) XXX_Size ¶
func (m *SecurityStatus) XXX_Size() int
func (*SecurityStatus) XXX_Unmarshal ¶
func (m *SecurityStatus) XXX_Unmarshal(b []byte) error
type SecurityStatusRequest ¶
type SecurityStatusRequest struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (324) Must be unique, or the ID of previous Security Status Request (e) to // disable if SubscriptionRequestType (263) = Disable previous Snapshot + // Updates Request (2). SecurityStatusReqID string `protobuf:"bytes,2,opt,name=SecurityStatusReqID,proto3" json:"SecurityStatusReqID,omitempty"` Instrument string `protobuf:"bytes,3,opt,name=instrument,proto3" json:"instrument,omitempty"` // (711) Number of underlyings NoUnderlyings string `protobuf:"bytes,4,opt,name=noUnderlyings,proto3" json:"noUnderlyings,omitempty"` // Must be provided if Number of underlyings > 0 UnderlyingInstrument string `protobuf:"bytes,5,opt,name=underlyingInstrument,proto3" json:"underlyingInstrument,omitempty"` // (555) Number of legs that make up the Security NoLegs string `protobuf:"bytes,6,opt,name=noLegs,proto3" json:"noLegs,omitempty"` // Required if NoLegs (555) > 0 InstrumentLeg string `protobuf:"bytes,7,opt,name=instrumentLeg,proto3" json:"instrumentLeg,omitempty"` // (15) Currency string `protobuf:"bytes,8,opt,name=currency,proto3" json:"currency,omitempty"` // (263) SubscriptionRequestType indicates to the other party what type of // response is expected. A snapshot request only asks for current information. // A subscribe request asks for updates as the status changes. Unsubscribe // will cancel any future update messages from the counter party.) SubscriptionRequestType string `protobuf:"bytes,9,opt,name=subscriptionRequestType,proto3" json:"subscriptionRequestType,omitempty"` // (336) TradingSessionID string `protobuf:"bytes,10,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // (625) TradingSessionSubID string `protobuf:"bytes,11,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,12,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security Status Request with fields, tags and descriptions and MsgType = e
func (*SecurityStatusRequest) Descriptor ¶
func (*SecurityStatusRequest) Descriptor() ([]byte, []int)
func (*SecurityStatusRequest) GetCurrency ¶
func (m *SecurityStatusRequest) GetCurrency() string
func (*SecurityStatusRequest) GetHeader ¶
func (m *SecurityStatusRequest) GetHeader() *Header
func (*SecurityStatusRequest) GetInstrument ¶
func (m *SecurityStatusRequest) GetInstrument() string
func (*SecurityStatusRequest) GetInstrumentLeg ¶
func (m *SecurityStatusRequest) GetInstrumentLeg() string
func (*SecurityStatusRequest) GetNoLegs ¶
func (m *SecurityStatusRequest) GetNoLegs() string
func (*SecurityStatusRequest) GetNoUnderlyings ¶
func (m *SecurityStatusRequest) GetNoUnderlyings() string
func (*SecurityStatusRequest) GetSecurityStatusReqID ¶
func (m *SecurityStatusRequest) GetSecurityStatusReqID() string
func (*SecurityStatusRequest) GetSubscriptionRequestType ¶
func (m *SecurityStatusRequest) GetSubscriptionRequestType() string
func (*SecurityStatusRequest) GetTradingSessionID ¶
func (m *SecurityStatusRequest) GetTradingSessionID() string
func (*SecurityStatusRequest) GetTradingSessionSubID ¶
func (m *SecurityStatusRequest) GetTradingSessionSubID() string
func (*SecurityStatusRequest) GetTrailer ¶
func (m *SecurityStatusRequest) GetTrailer() *Trailer
func (*SecurityStatusRequest) GetUnderlyingInstrument ¶
func (m *SecurityStatusRequest) GetUnderlyingInstrument() string
func (*SecurityStatusRequest) Marshal ¶
func (m *SecurityStatusRequest) Marshal() (dAtA []byte, err error)
func (*SecurityStatusRequest) MarshalTo ¶
func (m *SecurityStatusRequest) MarshalTo(dAtA []byte) (int, error)
func (*SecurityStatusRequest) MarshalToSizedBuffer ¶
func (m *SecurityStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityStatusRequest) ProtoMessage ¶
func (*SecurityStatusRequest) ProtoMessage()
func (*SecurityStatusRequest) Reset ¶
func (m *SecurityStatusRequest) Reset()
func (*SecurityStatusRequest) Size ¶
func (m *SecurityStatusRequest) Size() (n int)
func (*SecurityStatusRequest) String ¶
func (m *SecurityStatusRequest) String() string
func (*SecurityStatusRequest) Unmarshal ¶
func (m *SecurityStatusRequest) Unmarshal(dAtA []byte) error
func (*SecurityStatusRequest) XXX_DiscardUnknown ¶
func (m *SecurityStatusRequest) XXX_DiscardUnknown()
func (*SecurityStatusRequest) XXX_Marshal ¶
func (m *SecurityStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityStatusRequest) XXX_Merge ¶
func (m *SecurityStatusRequest) XXX_Merge(src proto.Message)
func (*SecurityStatusRequest) XXX_Size ¶
func (m *SecurityStatusRequest) XXX_Size() int
func (*SecurityStatusRequest) XXX_Unmarshal ¶
func (m *SecurityStatusRequest) XXX_Unmarshal(b []byte) error
type SecurityStatusRequestReject ¶
type SecurityStatusRequestReject struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (324) SecurityStatusReqID string `protobuf:"bytes,2,opt,name=securityStatusReqID,proto3" json:"securityStatusReqID,omitempty"` // (560) Reason for rejecting the Security Status Request, The // SecurityRejectReason field (Tag 560) in the Security Status Request Reject // message (MsgType = AJ) indicates the reason for rejecting the Security // Status Request. The values for the SecurityRejectReason field can vary // depending on the implementation and version of the FIX protocol. Here are // some common values that may be used: 0: Unknown symbol 1: Exchange closed // 2: Order exceeded limit // 3: Invalid request // 4: Unsupported request // 5: Unauthorized request // 6: Duplicate request // 7: System unavailable // 8: Security not found // 9: Other SecurityRejectReason string `protobuf:"bytes,3,opt,name=securityRejectReason,proto3" json:"securityRejectReason,omitempty"` // (58) Additional text or comment regarding the rejection Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,5,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security Status Request Reject with fields, tags and descriptions and MsgType = AJ
func (*SecurityStatusRequestReject) Descriptor ¶
func (*SecurityStatusRequestReject) Descriptor() ([]byte, []int)
func (*SecurityStatusRequestReject) GetHeader ¶
func (m *SecurityStatusRequestReject) GetHeader() *Header
func (*SecurityStatusRequestReject) GetSecurityRejectReason ¶
func (m *SecurityStatusRequestReject) GetSecurityRejectReason() string
func (*SecurityStatusRequestReject) GetSecurityStatusReqID ¶
func (m *SecurityStatusRequestReject) GetSecurityStatusReqID() string
func (*SecurityStatusRequestReject) GetText ¶
func (m *SecurityStatusRequestReject) GetText() string
func (*SecurityStatusRequestReject) GetTrailer ¶
func (m *SecurityStatusRequestReject) GetTrailer() *Trailer
func (*SecurityStatusRequestReject) Marshal ¶
func (m *SecurityStatusRequestReject) Marshal() (dAtA []byte, err error)
func (*SecurityStatusRequestReject) MarshalTo ¶
func (m *SecurityStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*SecurityStatusRequestReject) MarshalToSizedBuffer ¶
func (m *SecurityStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityStatusRequestReject) ProtoMessage ¶
func (*SecurityStatusRequestReject) ProtoMessage()
func (*SecurityStatusRequestReject) Reset ¶
func (m *SecurityStatusRequestReject) Reset()
func (*SecurityStatusRequestReject) Size ¶
func (m *SecurityStatusRequestReject) Size() (n int)
func (*SecurityStatusRequestReject) String ¶
func (m *SecurityStatusRequestReject) String() string
func (*SecurityStatusRequestReject) Unmarshal ¶
func (m *SecurityStatusRequestReject) Unmarshal(dAtA []byte) error
func (*SecurityStatusRequestReject) XXX_DiscardUnknown ¶
func (m *SecurityStatusRequestReject) XXX_DiscardUnknown()
func (*SecurityStatusRequestReject) XXX_Marshal ¶
func (m *SecurityStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityStatusRequestReject) XXX_Merge ¶
func (m *SecurityStatusRequestReject) XXX_Merge(src proto.Message)
func (*SecurityStatusRequestReject) XXX_Size ¶
func (m *SecurityStatusRequestReject) XXX_Size() int
func (*SecurityStatusRequestReject) XXX_Unmarshal ¶
func (m *SecurityStatusRequestReject) XXX_Unmarshal(b []byte) error
type SecurityStatusResponse ¶
type SecurityStatusResponse struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (324) SecurityStatusReqID string `protobuf:"bytes,2,opt,name=securityStatusReqID,proto3" json:"securityStatusReqID,omitempty"` // (711) Number of underlyings NoUnderlyings string `protobuf:"bytes,3,opt,name=noUnderlyings,proto3" json:"noUnderlyings,omitempty"` // Must be provided if Number of underlyings > 0 UnderlyingInstrument string `protobuf:"bytes,4,opt,name=underlyingInstrument,proto3" json:"underlyingInstrument,omitempty"` // (555) Required for multileg quotes NoLegs string `protobuf:"bytes,5,opt,name=noLegs,proto3" json:"noLegs,omitempty"` // Required if NoLegs (555) > 0 InstrumentLeg string `protobuf:"bytes,6,opt,name=instrumentLeg,proto3" json:"instrumentLeg,omitempty"` // (15) Currency string `protobuf:"bytes,7,opt,name=currency,proto3" json:"currency,omitempty"` // (336) TradingSessionID string `protobuf:"bytes,8,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // (625) TradingSessionSubID string `protobuf:"bytes,9,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` // (325) Set to 'Y' if message is sent as a result of a subscription request // not a snapshot request UnsolicitedIndicator string `protobuf:"bytes,10,opt,name=unsolicitedIndicator,proto3" json:"unsolicitedIndicator,omitempty"` // (326) Identifies the trading status applicable to the transaction. SecurityTradingStatus string `protobuf:"bytes,11,opt,name=securityTradingStatus,proto3" json:"securityTradingStatus,omitempty"` // (291) FinancialStatus string `protobuf:"bytes,12,opt,name=financialStatus,proto3" json:"financialStatus,omitempty"` // (292) CorporateAction string `protobuf:"bytes,13,opt,name=corporateAction,proto3" json:"corporateAction,omitempty"` // (327) Denotes the reason for the Opening Delay or Trading Halt. HaltReason string `protobuf:"bytes,14,opt,name=haltReason,proto3" json:"haltReason,omitempty"` // (328) InViewOfCommon string `protobuf:"bytes,15,opt,name=inViewOfCommon,proto3" json:"inViewOfCommon,omitempty"` // (329) DueToRelated string `protobuf:"bytes,16,opt,name=dueToRelated,proto3" json:"dueToRelated,omitempty"` // (330) BuyVolume string `protobuf:"bytes,17,opt,name=buyVolume,proto3" json:"buyVolume,omitempty"` // (331) SellVolume string `protobuf:"bytes,18,opt,name=sellVolume,proto3" json:"sellVolume,omitempty"` // (332) HighPx string `protobuf:"bytes,19,opt,name=highPx,proto3" json:"highPx,omitempty"` // (333) LowPx string `protobuf:"bytes,20,opt,name=lowPx,proto3" json:"lowPx,omitempty"` // (31) Represents the last price for that security either on a Consolidated // or an individual participant basis at the time it is disseminated. LastPx string `protobuf:"bytes,21,opt,name=lastPx,proto3" json:"lastPx,omitempty"` // (60) Trade Dissemination Time TransactTime string `protobuf:"bytes,22,opt,name=transactTime,proto3" json:"transactTime,omitempty"` // (334) Adjustment string `protobuf:"bytes,23,opt,name=adjustment,proto3" json:"adjustment,omitempty"` // (58) Comment, instructions, or other identifying information. Text string `protobuf:"bytes,24,opt,name=text,proto3" json:"text,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,25,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security Status Response with fields, tags and descriptions and MsgType = f
func (*SecurityStatusResponse) Descriptor ¶
func (*SecurityStatusResponse) Descriptor() ([]byte, []int)
func (*SecurityStatusResponse) GetAdjustment ¶
func (m *SecurityStatusResponse) GetAdjustment() string
func (*SecurityStatusResponse) GetBuyVolume ¶
func (m *SecurityStatusResponse) GetBuyVolume() string
func (*SecurityStatusResponse) GetCorporateAction ¶
func (m *SecurityStatusResponse) GetCorporateAction() string
func (*SecurityStatusResponse) GetCurrency ¶
func (m *SecurityStatusResponse) GetCurrency() string
func (*SecurityStatusResponse) GetDueToRelated ¶
func (m *SecurityStatusResponse) GetDueToRelated() string
func (*SecurityStatusResponse) GetFinancialStatus ¶
func (m *SecurityStatusResponse) GetFinancialStatus() string
func (*SecurityStatusResponse) GetHaltReason ¶
func (m *SecurityStatusResponse) GetHaltReason() string
func (*SecurityStatusResponse) GetHeader ¶
func (m *SecurityStatusResponse) GetHeader() *Header
func (*SecurityStatusResponse) GetHighPx ¶
func (m *SecurityStatusResponse) GetHighPx() string
func (*SecurityStatusResponse) GetInViewOfCommon ¶
func (m *SecurityStatusResponse) GetInViewOfCommon() string
func (*SecurityStatusResponse) GetInstrumentLeg ¶
func (m *SecurityStatusResponse) GetInstrumentLeg() string
func (*SecurityStatusResponse) GetLastPx ¶
func (m *SecurityStatusResponse) GetLastPx() string
func (*SecurityStatusResponse) GetLowPx ¶
func (m *SecurityStatusResponse) GetLowPx() string
func (*SecurityStatusResponse) GetNoLegs ¶
func (m *SecurityStatusResponse) GetNoLegs() string
func (*SecurityStatusResponse) GetNoUnderlyings ¶
func (m *SecurityStatusResponse) GetNoUnderlyings() string
func (*SecurityStatusResponse) GetSecurityStatusReqID ¶
func (m *SecurityStatusResponse) GetSecurityStatusReqID() string
func (*SecurityStatusResponse) GetSecurityTradingStatus ¶
func (m *SecurityStatusResponse) GetSecurityTradingStatus() string
func (*SecurityStatusResponse) GetSellVolume ¶
func (m *SecurityStatusResponse) GetSellVolume() string
func (*SecurityStatusResponse) GetText ¶
func (m *SecurityStatusResponse) GetText() string
func (*SecurityStatusResponse) GetTradingSessionID ¶
func (m *SecurityStatusResponse) GetTradingSessionID() string
func (*SecurityStatusResponse) GetTradingSessionSubID ¶
func (m *SecurityStatusResponse) GetTradingSessionSubID() string
func (*SecurityStatusResponse) GetTrailer ¶
func (m *SecurityStatusResponse) GetTrailer() *Trailer
func (*SecurityStatusResponse) GetTransactTime ¶
func (m *SecurityStatusResponse) GetTransactTime() string
func (*SecurityStatusResponse) GetUnderlyingInstrument ¶
func (m *SecurityStatusResponse) GetUnderlyingInstrument() string
func (*SecurityStatusResponse) GetUnsolicitedIndicator ¶
func (m *SecurityStatusResponse) GetUnsolicitedIndicator() string
func (*SecurityStatusResponse) Marshal ¶
func (m *SecurityStatusResponse) Marshal() (dAtA []byte, err error)
func (*SecurityStatusResponse) MarshalTo ¶
func (m *SecurityStatusResponse) MarshalTo(dAtA []byte) (int, error)
func (*SecurityStatusResponse) MarshalToSizedBuffer ¶
func (m *SecurityStatusResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityStatusResponse) ProtoMessage ¶
func (*SecurityStatusResponse) ProtoMessage()
func (*SecurityStatusResponse) Reset ¶
func (m *SecurityStatusResponse) Reset()
func (*SecurityStatusResponse) Size ¶
func (m *SecurityStatusResponse) Size() (n int)
func (*SecurityStatusResponse) String ¶
func (m *SecurityStatusResponse) String() string
func (*SecurityStatusResponse) Unmarshal ¶
func (m *SecurityStatusResponse) Unmarshal(dAtA []byte) error
func (*SecurityStatusResponse) XXX_DiscardUnknown ¶
func (m *SecurityStatusResponse) XXX_DiscardUnknown()
func (*SecurityStatusResponse) XXX_Marshal ¶
func (m *SecurityStatusResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityStatusResponse) XXX_Merge ¶
func (m *SecurityStatusResponse) XXX_Merge(src proto.Message)
func (*SecurityStatusResponse) XXX_Size ¶
func (m *SecurityStatusResponse) XXX_Size() int
func (*SecurityStatusResponse) XXX_Unmarshal ¶
func (m *SecurityStatusResponse) XXX_Unmarshal(b []byte) error
type SecurityTypes ¶
type SecurityTypes struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` SecurityTypesRequest *SecurityTypesRequest `protobuf:"bytes,2,opt,name=securityTypesRequest,proto3" json:"securityTypesRequest,omitempty"` SecurityTypesResponse *SecurityTypesResponse `protobuf:"bytes,3,opt,name=SecurityTypesResponse,proto3" json:"SecurityTypesResponse,omitempty"` SecurityTypesRequestReject *SecurityTypesRequestReject `protobuf:"bytes,4,opt,name=SecurityTypesRequestReject,proto3" json:"SecurityTypesRequestReject,omitempty"` }
func (*SecurityTypes) Descriptor ¶
func (*SecurityTypes) Descriptor() ([]byte, []int)
func (*SecurityTypes) GetSecurityTypesRequest ¶
func (m *SecurityTypes) GetSecurityTypesRequest() *SecurityTypesRequest
func (*SecurityTypes) GetSecurityTypesRequestReject ¶
func (m *SecurityTypes) GetSecurityTypesRequestReject() *SecurityTypesRequestReject
func (*SecurityTypes) GetSecurityTypesResponse ¶
func (m *SecurityTypes) GetSecurityTypesResponse() *SecurityTypesResponse
func (*SecurityTypes) GetSessionID ¶
func (m *SecurityTypes) GetSessionID() string
func (*SecurityTypes) Marshal ¶
func (m *SecurityTypes) Marshal() (dAtA []byte, err error)
func (*SecurityTypes) MarshalToSizedBuffer ¶
func (m *SecurityTypes) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityTypes) ProtoMessage ¶
func (*SecurityTypes) ProtoMessage()
func (*SecurityTypes) Reset ¶
func (m *SecurityTypes) Reset()
func (*SecurityTypes) Size ¶
func (m *SecurityTypes) Size() (n int)
func (*SecurityTypes) String ¶
func (m *SecurityTypes) String() string
func (*SecurityTypes) Unmarshal ¶
func (m *SecurityTypes) Unmarshal(dAtA []byte) error
func (*SecurityTypes) XXX_DiscardUnknown ¶
func (m *SecurityTypes) XXX_DiscardUnknown()
func (*SecurityTypes) XXX_Marshal ¶
func (m *SecurityTypes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityTypes) XXX_Merge ¶
func (m *SecurityTypes) XXX_Merge(src proto.Message)
func (*SecurityTypes) XXX_Size ¶
func (m *SecurityTypes) XXX_Size() int
func (*SecurityTypes) XXX_Unmarshal ¶
func (m *SecurityTypes) XXX_Unmarshal(b []byte) error
type SecurityTypesRequest ¶
type SecurityTypesRequest struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (320) SecurityReqID string `protobuf:"bytes,2,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` // (58) Comment, instructions, or other identifying information. Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"` // (336) Optional Trading Session Identifier to specify a particular trading // session for which you want to obtain a list of securities that are // tradeable. TradingSessionID string `protobuf:"bytes,4,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // (625) TradingSessionSubID string `protobuf:"bytes,5,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` // (460) Used to qualify which security types are returned Product string `protobuf:"bytes,6,opt,name=product,proto3" json:"product,omitempty"` // (167) Used to qualify which security type is returned SecurityType string `protobuf:"bytes,7,opt,name=securityType,proto3" json:"securityType,omitempty"` // (762) Used to qualify which security types are returned SecuritySubType string `protobuf:"bytes,8,opt,name=securitySubType,proto3" json:"securitySubType,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,9,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security Types Request with fields, tags and descriptions.
func (*SecurityTypesRequest) Descriptor ¶
func (*SecurityTypesRequest) Descriptor() ([]byte, []int)
func (*SecurityTypesRequest) GetHeader ¶
func (m *SecurityTypesRequest) GetHeader() *Header
func (*SecurityTypesRequest) GetProduct ¶
func (m *SecurityTypesRequest) GetProduct() string
func (*SecurityTypesRequest) GetSecurityReqID ¶
func (m *SecurityTypesRequest) GetSecurityReqID() string
func (*SecurityTypesRequest) GetSecuritySubType ¶
func (m *SecurityTypesRequest) GetSecuritySubType() string
func (*SecurityTypesRequest) GetSecurityType ¶
func (m *SecurityTypesRequest) GetSecurityType() string
func (*SecurityTypesRequest) GetText ¶
func (m *SecurityTypesRequest) GetText() string
func (*SecurityTypesRequest) GetTradingSessionID ¶
func (m *SecurityTypesRequest) GetTradingSessionID() string
func (*SecurityTypesRequest) GetTradingSessionSubID ¶
func (m *SecurityTypesRequest) GetTradingSessionSubID() string
func (*SecurityTypesRequest) GetTrailer ¶
func (m *SecurityTypesRequest) GetTrailer() *Trailer
func (*SecurityTypesRequest) Marshal ¶
func (m *SecurityTypesRequest) Marshal() (dAtA []byte, err error)
func (*SecurityTypesRequest) MarshalTo ¶
func (m *SecurityTypesRequest) MarshalTo(dAtA []byte) (int, error)
func (*SecurityTypesRequest) MarshalToSizedBuffer ¶
func (m *SecurityTypesRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityTypesRequest) ProtoMessage ¶
func (*SecurityTypesRequest) ProtoMessage()
func (*SecurityTypesRequest) Reset ¶
func (m *SecurityTypesRequest) Reset()
func (*SecurityTypesRequest) Size ¶
func (m *SecurityTypesRequest) Size() (n int)
func (*SecurityTypesRequest) String ¶
func (m *SecurityTypesRequest) String() string
func (*SecurityTypesRequest) Unmarshal ¶
func (m *SecurityTypesRequest) Unmarshal(dAtA []byte) error
func (*SecurityTypesRequest) XXX_DiscardUnknown ¶
func (m *SecurityTypesRequest) XXX_DiscardUnknown()
func (*SecurityTypesRequest) XXX_Marshal ¶
func (m *SecurityTypesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityTypesRequest) XXX_Merge ¶
func (m *SecurityTypesRequest) XXX_Merge(src proto.Message)
func (*SecurityTypesRequest) XXX_Size ¶
func (m *SecurityTypesRequest) XXX_Size() int
func (*SecurityTypesRequest) XXX_Unmarshal ¶
func (m *SecurityTypesRequest) XXX_Unmarshal(b []byte) error
type SecurityTypesRequestReject ¶
type SecurityTypesRequestReject struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (320) Identifier for the security request message that was rejected SecurityReqID string `protobuf:"bytes,2,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` // (350) Reason for rejecting the security request RejectReason string `protobuf:"bytes,3,opt,name=rejectReason,proto3" json:"rejectReason,omitempty"` // (58) Comment, instructions, or other identifying information Text string `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,5,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security Types Request Reject with fields, tags and descriptions.
func (*SecurityTypesRequestReject) Descriptor ¶
func (*SecurityTypesRequestReject) Descriptor() ([]byte, []int)
func (*SecurityTypesRequestReject) GetHeader ¶
func (m *SecurityTypesRequestReject) GetHeader() *Header
func (*SecurityTypesRequestReject) GetRejectReason ¶
func (m *SecurityTypesRequestReject) GetRejectReason() string
func (*SecurityTypesRequestReject) GetSecurityReqID ¶
func (m *SecurityTypesRequestReject) GetSecurityReqID() string
func (*SecurityTypesRequestReject) GetText ¶
func (m *SecurityTypesRequestReject) GetText() string
func (*SecurityTypesRequestReject) GetTrailer ¶
func (m *SecurityTypesRequestReject) GetTrailer() *Trailer
func (*SecurityTypesRequestReject) Marshal ¶
func (m *SecurityTypesRequestReject) Marshal() (dAtA []byte, err error)
func (*SecurityTypesRequestReject) MarshalTo ¶
func (m *SecurityTypesRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*SecurityTypesRequestReject) MarshalToSizedBuffer ¶
func (m *SecurityTypesRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityTypesRequestReject) ProtoMessage ¶
func (*SecurityTypesRequestReject) ProtoMessage()
func (*SecurityTypesRequestReject) Reset ¶
func (m *SecurityTypesRequestReject) Reset()
func (*SecurityTypesRequestReject) Size ¶
func (m *SecurityTypesRequestReject) Size() (n int)
func (*SecurityTypesRequestReject) String ¶
func (m *SecurityTypesRequestReject) String() string
func (*SecurityTypesRequestReject) Unmarshal ¶
func (m *SecurityTypesRequestReject) Unmarshal(dAtA []byte) error
func (*SecurityTypesRequestReject) XXX_DiscardUnknown ¶
func (m *SecurityTypesRequestReject) XXX_DiscardUnknown()
func (*SecurityTypesRequestReject) XXX_Marshal ¶
func (m *SecurityTypesRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityTypesRequestReject) XXX_Merge ¶
func (m *SecurityTypesRequestReject) XXX_Merge(src proto.Message)
func (*SecurityTypesRequestReject) XXX_Size ¶
func (m *SecurityTypesRequestReject) XXX_Size() int
func (*SecurityTypesRequestReject) XXX_Unmarshal ¶
func (m *SecurityTypesRequestReject) XXX_Unmarshal(b []byte) error
type SecurityTypesResponse ¶
type SecurityTypesResponse struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (320) SecurityReqID string `protobuf:"bytes,2,opt,name=securityReqID,proto3" json:"securityReqID,omitempty"` // (322) Identifier for the security response message SecurityResponseID string `protobuf:"bytes,3,opt,name=securityResponseID,proto3" json:"securityResponseID,omitempty"` // (323) The result of the security request identified by SecurityReqID (320) SecurityResponseType string `protobuf:"bytes,4,opt,name=securityResponseType,proto3" json:"securityResponseType,omitempty"` // (557) Indicates total number of security types in the event that multiple // Security Type messages are used to return results TotNoSecurityTypes string `protobuf:"bytes,5,opt,name=totNoSecurityTypes,proto3" json:"totNoSecurityTypes,omitempty"` // (893) Indicates if this message in a fragmented response LastFragment string `protobuf:"bytes,6,opt,name=lastFragment,proto3" json:"lastFragment,omitempty"` // (558) NoSecurityTypes string `protobuf:"bytes,7,opt,name=noSecurityTypes,proto3" json:"noSecurityTypes,omitempty"` // (167) Required if NoSecurityTypes (558) > 0 SecurityType string `protobuf:"bytes,8,opt,name=securityType,proto3" json:"securityType,omitempty"` // (762) SecuritySubType string `protobuf:"bytes,9,opt,name=securitySubType,proto3" json:"securitySubType,omitempty"` // (460) Product string `protobuf:"bytes,10,opt,name=product,proto3" json:"product,omitempty"` // (461) Indicates the type of security using ISO 10962 standard, // Classification of Financial Instruments (CFI code) values. ISO 10962 is // maintained by ANNA (Association of National Numbering Agencies) acting as // Registration Authority CFICode string `protobuf:"bytes,11,opt,name=cFICode,proto3" json:"cFICode,omitempty"` // (58) Comment, instructions, or other identifying information. Text string `protobuf:"bytes,12,opt,name=text,proto3" json:"text,omitempty"` // (336) Optional Trading Session Identifier to specify a particular trading // session for which you want to obtain a list of securities that are // tradeable. TradingSessionID string `protobuf:"bytes,13,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // (625) TradingSessionSubID string `protobuf:"bytes,14,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` // (263) Subscribe or unsubscribe for security status to security specified in // request. SubscriptionRequestType string `protobuf:"bytes,15,opt,name=subscriptionRequestType,proto3" json:"subscriptionRequestType,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,16,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Security Types Response with fields, tags and descriptions.
func (*SecurityTypesResponse) Descriptor ¶
func (*SecurityTypesResponse) Descriptor() ([]byte, []int)
func (*SecurityTypesResponse) GetCFICode ¶
func (m *SecurityTypesResponse) GetCFICode() string
func (*SecurityTypesResponse) GetHeader ¶
func (m *SecurityTypesResponse) GetHeader() *Header
func (*SecurityTypesResponse) GetLastFragment ¶
func (m *SecurityTypesResponse) GetLastFragment() string
func (*SecurityTypesResponse) GetNoSecurityTypes ¶
func (m *SecurityTypesResponse) GetNoSecurityTypes() string
func (*SecurityTypesResponse) GetProduct ¶
func (m *SecurityTypesResponse) GetProduct() string
func (*SecurityTypesResponse) GetSecurityReqID ¶
func (m *SecurityTypesResponse) GetSecurityReqID() string
func (*SecurityTypesResponse) GetSecurityResponseID ¶
func (m *SecurityTypesResponse) GetSecurityResponseID() string
func (*SecurityTypesResponse) GetSecurityResponseType ¶
func (m *SecurityTypesResponse) GetSecurityResponseType() string
func (*SecurityTypesResponse) GetSecuritySubType ¶
func (m *SecurityTypesResponse) GetSecuritySubType() string
func (*SecurityTypesResponse) GetSecurityType ¶
func (m *SecurityTypesResponse) GetSecurityType() string
func (*SecurityTypesResponse) GetSubscriptionRequestType ¶
func (m *SecurityTypesResponse) GetSubscriptionRequestType() string
func (*SecurityTypesResponse) GetText ¶
func (m *SecurityTypesResponse) GetText() string
func (*SecurityTypesResponse) GetTotNoSecurityTypes ¶
func (m *SecurityTypesResponse) GetTotNoSecurityTypes() string
func (*SecurityTypesResponse) GetTradingSessionID ¶
func (m *SecurityTypesResponse) GetTradingSessionID() string
func (*SecurityTypesResponse) GetTradingSessionSubID ¶
func (m *SecurityTypesResponse) GetTradingSessionSubID() string
func (*SecurityTypesResponse) GetTrailer ¶
func (m *SecurityTypesResponse) GetTrailer() *Trailer
func (*SecurityTypesResponse) Marshal ¶
func (m *SecurityTypesResponse) Marshal() (dAtA []byte, err error)
func (*SecurityTypesResponse) MarshalTo ¶
func (m *SecurityTypesResponse) MarshalTo(dAtA []byte) (int, error)
func (*SecurityTypesResponse) MarshalToSizedBuffer ¶
func (m *SecurityTypesResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SecurityTypesResponse) ProtoMessage ¶
func (*SecurityTypesResponse) ProtoMessage()
func (*SecurityTypesResponse) Reset ¶
func (m *SecurityTypesResponse) Reset()
func (*SecurityTypesResponse) Size ¶
func (m *SecurityTypesResponse) Size() (n int)
func (*SecurityTypesResponse) String ¶
func (m *SecurityTypesResponse) String() string
func (*SecurityTypesResponse) Unmarshal ¶
func (m *SecurityTypesResponse) Unmarshal(dAtA []byte) error
func (*SecurityTypesResponse) XXX_DiscardUnknown ¶
func (m *SecurityTypesResponse) XXX_DiscardUnknown()
func (*SecurityTypesResponse) XXX_Marshal ¶
func (m *SecurityTypesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SecurityTypesResponse) XXX_Merge ¶
func (m *SecurityTypesResponse) XXX_Merge(src proto.Message)
func (*SecurityTypesResponse) XXX_Size ¶
func (m *SecurityTypesResponse) XXX_Size() int
func (*SecurityTypesResponse) XXX_Unmarshal ¶
func (m *SecurityTypesResponse) XXX_Unmarshal(b []byte) error
type SessionLogout ¶
type SessionLogout struct { // A string that identifies the session being logged out of SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` // The message sent by the party that initiates the logout SessionLogoutInitiator *SessionLogoutInitiator `protobuf:"bytes,2,opt,name=sessionLogoutInitiator,proto3" json:"sessionLogoutInitiator,omitempty"` // The message sent by the party that confirms the logout SessionLogoutAcceptor *SessionLogoutAcceptor `protobuf:"bytes,3,opt,name=sessionLogoutAcceptor,proto3" json:"sessionLogoutAcceptor,omitempty"` }
This message is used to initiate a logout session between two parties
func (*SessionLogout) Descriptor ¶
func (*SessionLogout) Descriptor() ([]byte, []int)
func (*SessionLogout) GetSessionID ¶
func (m *SessionLogout) GetSessionID() string
func (*SessionLogout) GetSessionLogoutAcceptor ¶
func (m *SessionLogout) GetSessionLogoutAcceptor() *SessionLogoutAcceptor
func (*SessionLogout) GetSessionLogoutInitiator ¶
func (m *SessionLogout) GetSessionLogoutInitiator() *SessionLogoutInitiator
func (*SessionLogout) Marshal ¶
func (m *SessionLogout) Marshal() (dAtA []byte, err error)
func (*SessionLogout) MarshalToSizedBuffer ¶
func (m *SessionLogout) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SessionLogout) ProtoMessage ¶
func (*SessionLogout) ProtoMessage()
func (*SessionLogout) Reset ¶
func (m *SessionLogout) Reset()
func (*SessionLogout) Size ¶
func (m *SessionLogout) Size() (n int)
func (*SessionLogout) String ¶
func (m *SessionLogout) String() string
func (*SessionLogout) Unmarshal ¶
func (m *SessionLogout) Unmarshal(dAtA []byte) error
func (*SessionLogout) XXX_DiscardUnknown ¶
func (m *SessionLogout) XXX_DiscardUnknown()
func (*SessionLogout) XXX_Marshal ¶
func (m *SessionLogout) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SessionLogout) XXX_Merge ¶
func (m *SessionLogout) XXX_Merge(src proto.Message)
func (*SessionLogout) XXX_Size ¶
func (m *SessionLogout) XXX_Size() int
func (*SessionLogout) XXX_Unmarshal ¶
func (m *SessionLogout) XXX_Unmarshal(b []byte) error
type SessionLogoutAcceptor ¶
type SessionLogoutAcceptor struct { // A FIX protocol header containing standard message fields such as // beginString, bodyLength, msgType, etc Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // A free-form text field that can be used to provide additional information // about the logout Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` // A FIX protocol trailer containing standard message fields such as checkSum Trailer *Trailer `protobuf:"bytes,3,opt,name=trailer,proto3" json:"trailer,omitempty"` }
This message is sent by the party that confirms the logout
func (*SessionLogoutAcceptor) Descriptor ¶
func (*SessionLogoutAcceptor) Descriptor() ([]byte, []int)
func (*SessionLogoutAcceptor) GetHeader ¶
func (m *SessionLogoutAcceptor) GetHeader() *Header
func (*SessionLogoutAcceptor) GetText ¶
func (m *SessionLogoutAcceptor) GetText() string
func (*SessionLogoutAcceptor) GetTrailer ¶
func (m *SessionLogoutAcceptor) GetTrailer() *Trailer
func (*SessionLogoutAcceptor) Marshal ¶
func (m *SessionLogoutAcceptor) Marshal() (dAtA []byte, err error)
func (*SessionLogoutAcceptor) MarshalTo ¶
func (m *SessionLogoutAcceptor) MarshalTo(dAtA []byte) (int, error)
func (*SessionLogoutAcceptor) MarshalToSizedBuffer ¶
func (m *SessionLogoutAcceptor) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SessionLogoutAcceptor) ProtoMessage ¶
func (*SessionLogoutAcceptor) ProtoMessage()
func (*SessionLogoutAcceptor) Reset ¶
func (m *SessionLogoutAcceptor) Reset()
func (*SessionLogoutAcceptor) Size ¶
func (m *SessionLogoutAcceptor) Size() (n int)
func (*SessionLogoutAcceptor) String ¶
func (m *SessionLogoutAcceptor) String() string
func (*SessionLogoutAcceptor) Unmarshal ¶
func (m *SessionLogoutAcceptor) Unmarshal(dAtA []byte) error
func (*SessionLogoutAcceptor) XXX_DiscardUnknown ¶
func (m *SessionLogoutAcceptor) XXX_DiscardUnknown()
func (*SessionLogoutAcceptor) XXX_Marshal ¶
func (m *SessionLogoutAcceptor) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SessionLogoutAcceptor) XXX_Merge ¶
func (m *SessionLogoutAcceptor) XXX_Merge(src proto.Message)
func (*SessionLogoutAcceptor) XXX_Size ¶
func (m *SessionLogoutAcceptor) XXX_Size() int
func (*SessionLogoutAcceptor) XXX_Unmarshal ¶
func (m *SessionLogoutAcceptor) XXX_Unmarshal(b []byte) error
type SessionLogoutInitiator ¶
type SessionLogoutInitiator struct { // A FIX protocol header containing standard message fields such as // beginString, bodyLength, msgType, etc Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // A free-form text field that can be used to provide additional information // about the logout Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` // A FIX protocol trailer containing standard message fields such as checkSum Trailer *Trailer `protobuf:"bytes,3,opt,name=trailer,proto3" json:"trailer,omitempty"` }
This message is sent by the party that initiates the logout
func (*SessionLogoutInitiator) Descriptor ¶
func (*SessionLogoutInitiator) Descriptor() ([]byte, []int)
func (*SessionLogoutInitiator) GetHeader ¶
func (m *SessionLogoutInitiator) GetHeader() *Header
func (*SessionLogoutInitiator) GetText ¶
func (m *SessionLogoutInitiator) GetText() string
func (*SessionLogoutInitiator) GetTrailer ¶
func (m *SessionLogoutInitiator) GetTrailer() *Trailer
func (*SessionLogoutInitiator) Marshal ¶
func (m *SessionLogoutInitiator) Marshal() (dAtA []byte, err error)
func (*SessionLogoutInitiator) MarshalTo ¶
func (m *SessionLogoutInitiator) MarshalTo(dAtA []byte) (int, error)
func (*SessionLogoutInitiator) MarshalToSizedBuffer ¶
func (m *SessionLogoutInitiator) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SessionLogoutInitiator) ProtoMessage ¶
func (*SessionLogoutInitiator) ProtoMessage()
func (*SessionLogoutInitiator) Reset ¶
func (m *SessionLogoutInitiator) Reset()
func (*SessionLogoutInitiator) Size ¶
func (m *SessionLogoutInitiator) Size() (n int)
func (*SessionLogoutInitiator) String ¶
func (m *SessionLogoutInitiator) String() string
func (*SessionLogoutInitiator) Unmarshal ¶
func (m *SessionLogoutInitiator) Unmarshal(dAtA []byte) error
func (*SessionLogoutInitiator) XXX_DiscardUnknown ¶
func (m *SessionLogoutInitiator) XXX_DiscardUnknown()
func (*SessionLogoutInitiator) XXX_Marshal ¶
func (m *SessionLogoutInitiator) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SessionLogoutInitiator) XXX_Merge ¶
func (m *SessionLogoutInitiator) XXX_Merge(src proto.Message)
func (*SessionLogoutInitiator) XXX_Size ¶
func (m *SessionLogoutInitiator) XXX_Size() int
func (*SessionLogoutInitiator) XXX_Unmarshal ¶
func (m *SessionLogoutInitiator) XXX_Unmarshal(b []byte) error
type SessionReject ¶
type SessionReject struct { // A string that identifies the session to which the rejected message belongs. SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` // A FIX protocol header containing standard message fields such as // beginString, bodyLength, msgType, etc Header *Header `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"` // A free-form text field that provides information about the rejection, such // as the reason for the rejection or a description of the error Text string `protobuf:"bytes,3,opt,name=text,proto3" json:"text,omitempty"` // A FIX protocol trailer containing standard message fields such as checkSum Trailer *Trailer `protobuf:"bytes,4,opt,name=trailer,proto3" json:"trailer,omitempty"` }
This message is used to reject a FIX session
func (*SessionReject) Descriptor ¶
func (*SessionReject) Descriptor() ([]byte, []int)
func (*SessionReject) GetHeader ¶
func (m *SessionReject) GetHeader() *Header
func (*SessionReject) GetSessionID ¶
func (m *SessionReject) GetSessionID() string
func (*SessionReject) GetText ¶
func (m *SessionReject) GetText() string
func (*SessionReject) GetTrailer ¶
func (m *SessionReject) GetTrailer() *Trailer
func (*SessionReject) Marshal ¶
func (m *SessionReject) Marshal() (dAtA []byte, err error)
func (*SessionReject) MarshalToSizedBuffer ¶
func (m *SessionReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*SessionReject) ProtoMessage ¶
func (*SessionReject) ProtoMessage()
func (*SessionReject) Reset ¶
func (m *SessionReject) Reset()
func (*SessionReject) Size ¶
func (m *SessionReject) Size() (n int)
func (*SessionReject) String ¶
func (m *SessionReject) String() string
func (*SessionReject) Unmarshal ¶
func (m *SessionReject) Unmarshal(dAtA []byte) error
func (*SessionReject) XXX_DiscardUnknown ¶
func (m *SessionReject) XXX_DiscardUnknown()
func (*SessionReject) XXX_Marshal ¶
func (m *SessionReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SessionReject) XXX_Merge ¶
func (m *SessionReject) XXX_Merge(src proto.Message)
func (*SessionReject) XXX_Size ¶
func (m *SessionReject) XXX_Size() int
func (*SessionReject) XXX_Unmarshal ¶
func (m *SessionReject) XXX_Unmarshal(b []byte) error
type Sessions ¶
type Sessions struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` LogonInitiator *LogonInitiator `protobuf:"bytes,2,opt,name=logonInitiator,proto3" json:"logonInitiator,omitempty"` LogonAcceptor *LogonAcceptor `protobuf:"bytes,3,opt,name=logonAcceptor,proto3" json:"logonAcceptor,omitempty"` Status string `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"` IsAccepted bool `protobuf:"varint,5,opt,name=IsAccepted,proto3" json:"IsAccepted,omitempty"` }
func (*Sessions) Descriptor ¶
func (*Sessions) GetIsAccepted ¶
func (*Sessions) GetLogonAcceptor ¶
func (m *Sessions) GetLogonAcceptor() *LogonAcceptor
func (*Sessions) GetLogonInitiator ¶
func (m *Sessions) GetLogonInitiator() *LogonInitiator
func (*Sessions) GetSessionID ¶
func (*Sessions) MarshalToSizedBuffer ¶
func (*Sessions) ProtoMessage ¶
func (*Sessions) ProtoMessage()
func (*Sessions) XXX_DiscardUnknown ¶
func (m *Sessions) XXX_DiscardUnknown()
func (*Sessions) XXX_Marshal ¶
func (*Sessions) XXX_Unmarshal ¶
type TradeCapture ¶
type TradeCapture struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` TradeCaptureReport *TradeCaptureReport `protobuf:"bytes,2,opt,name=tradeCaptureReport,proto3" json:"tradeCaptureReport,omitempty"` TradeCaptureReportAcknowledgement *TradeCaptureReportAcknowledgement `protobuf:"bytes,3,opt,name=tradeCaptureReportAcknowledgement,proto3" json:"tradeCaptureReportAcknowledgement,omitempty"` TradeCaptureReportRejection *TradeCaptureReportRejection `protobuf:"bytes,4,opt,name=tradeCaptureReportRejection,proto3" json:"tradeCaptureReportRejection,omitempty"` }
func (*TradeCapture) Descriptor ¶
func (*TradeCapture) Descriptor() ([]byte, []int)
func (*TradeCapture) GetSessionID ¶
func (m *TradeCapture) GetSessionID() string
func (*TradeCapture) GetTradeCaptureReport ¶
func (m *TradeCapture) GetTradeCaptureReport() *TradeCaptureReport
func (*TradeCapture) GetTradeCaptureReportAcknowledgement ¶
func (m *TradeCapture) GetTradeCaptureReportAcknowledgement() *TradeCaptureReportAcknowledgement
func (*TradeCapture) GetTradeCaptureReportRejection ¶
func (m *TradeCapture) GetTradeCaptureReportRejection() *TradeCaptureReportRejection
func (*TradeCapture) Marshal ¶
func (m *TradeCapture) Marshal() (dAtA []byte, err error)
func (*TradeCapture) MarshalToSizedBuffer ¶
func (m *TradeCapture) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradeCapture) ProtoMessage ¶
func (*TradeCapture) ProtoMessage()
func (*TradeCapture) Reset ¶
func (m *TradeCapture) Reset()
func (*TradeCapture) Size ¶
func (m *TradeCapture) Size() (n int)
func (*TradeCapture) String ¶
func (m *TradeCapture) String() string
func (*TradeCapture) Unmarshal ¶
func (m *TradeCapture) Unmarshal(dAtA []byte) error
func (*TradeCapture) XXX_DiscardUnknown ¶
func (m *TradeCapture) XXX_DiscardUnknown()
func (*TradeCapture) XXX_Marshal ¶
func (m *TradeCapture) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradeCapture) XXX_Merge ¶
func (m *TradeCapture) XXX_Merge(src proto.Message)
func (*TradeCapture) XXX_Size ¶
func (m *TradeCapture) XXX_Size() int
func (*TradeCapture) XXX_Unmarshal ¶
func (m *TradeCapture) XXX_Unmarshal(b []byte) error
type TradeCaptureReport ¶
type TradeCaptureReport struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (571) Unique identifier for the trade report. TradeReportID string `protobuf:"bytes,2,opt,name=tradeReportID,proto3" json:"tradeReportID,omitempty"` // (487) Type of trade report (new, cancel, correction). TradeReportTransType string `protobuf:"bytes,3,opt,name=tradeReportTransType,proto3" json:"tradeReportTransType,omitempty"` // (856) Type of trade report (real-time, end-of-day). TradeReportType string `protobuf:"bytes,4,opt,name=tradeReportType,proto3" json:"tradeReportType,omitempty"` // Trade details // (828) Type of the trade (Block Trade, Exchange for Physical). TrdType string `protobuf:"bytes,5,opt,name=trdType,proto3" json:"trdType,omitempty"` // (829) Further information about the trade type. TrdSubType string `protobuf:"bytes,6,opt,name=trdSubType,proto3" json:"trdSubType,omitempty"` // (54) Buy or sell. Side string `protobuf:"bytes,7,opt,name=side,proto3" json:"side,omitempty"` // (38) Quantity of the order involved in the trade. OrderQty string `protobuf:"bytes,8,opt,name=orderQty,proto3" json:"orderQty,omitempty"` // (32) Quantity of the last execution in the trade. LastQty string `protobuf:"bytes,9,opt,name=lastQty,proto3" json:"lastQty,omitempty"` // (31) Price of the last execution in the trade. LastPx string `protobuf:"bytes,10,opt,name=lastPx,proto3" json:"lastPx,omitempty"` // (381) Total amount of the trade, including any commissions and fees. GrossTradeAmt string `protobuf:"bytes,11,opt,name=grossTradeAmt,proto3" json:"grossTradeAmt,omitempty"` // Trade identifiers // (17) Identifier for the execution of the trade. ExecID string `protobuf:"bytes,12,opt,name=execID,proto3" json:"execID,omitempty"` // (37) Identifier for the order associated with the trade. OrderID string `protobuf:"bytes,13,opt,name=orderID,proto3" json:"orderID,omitempty"` // (1003) Unique identifier for the trade. TradeID string `protobuf:"bytes,14,opt,name=tradeID,proto3" json:"tradeID,omitempty"` // (1126) Identifier for the original trade, in the case of a trade // correction. OrigTradeID string `protobuf:"bytes,15,opt,name=origTradeID,proto3" json:"origTradeID,omitempty"` // Instrument details // (55) Symbol or code for the financial instrument traded. Symbol string `protobuf:"bytes,16,opt,name=symbol,proto3" json:"symbol,omitempty"` // (48) Identifier for the security traded. SecurityID string `protobuf:"bytes,17,opt,name=securityID,proto3" json:"securityID,omitempty"` // (22) Source of the security identifier. SecurityIDSource string `protobuf:"bytes,18,opt,name=securityIDSource,proto3" json:"securityIDSource,omitempty"` // Trade dates and settlement // (75) Date of the trade. TradeDate string `protobuf:"bytes,19,opt,name=tradeDate,proto3" json:"tradeDate,omitempty"` // (60) Time at which the trade occurred. TransactTime string `protobuf:"bytes,20,opt,name=transactTime,proto3" json:"transactTime,omitempty"` // (63) Settlement type of the trade. SettlType string `protobuf:"bytes,21,opt,name=settlType,proto3" json:"settlType,omitempty"` // (64) Settlement date of the trade. SettlDate string `protobuf:"bytes,22,opt,name=settlDate,proto3" json:"settlDate,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,23,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Trade Capture Report with fields, tags and descriptions.
func (*TradeCaptureReport) Descriptor ¶
func (*TradeCaptureReport) Descriptor() ([]byte, []int)
func (*TradeCaptureReport) GetExecID ¶
func (m *TradeCaptureReport) GetExecID() string
func (*TradeCaptureReport) GetGrossTradeAmt ¶
func (m *TradeCaptureReport) GetGrossTradeAmt() string
func (*TradeCaptureReport) GetHeader ¶
func (m *TradeCaptureReport) GetHeader() *Header
func (*TradeCaptureReport) GetLastPx ¶
func (m *TradeCaptureReport) GetLastPx() string
func (*TradeCaptureReport) GetLastQty ¶
func (m *TradeCaptureReport) GetLastQty() string
func (*TradeCaptureReport) GetOrderID ¶
func (m *TradeCaptureReport) GetOrderID() string
func (*TradeCaptureReport) GetOrderQty ¶
func (m *TradeCaptureReport) GetOrderQty() string
func (*TradeCaptureReport) GetOrigTradeID ¶
func (m *TradeCaptureReport) GetOrigTradeID() string
func (*TradeCaptureReport) GetSecurityID ¶
func (m *TradeCaptureReport) GetSecurityID() string
func (*TradeCaptureReport) GetSecurityIDSource ¶
func (m *TradeCaptureReport) GetSecurityIDSource() string
func (*TradeCaptureReport) GetSettlDate ¶
func (m *TradeCaptureReport) GetSettlDate() string
func (*TradeCaptureReport) GetSettlType ¶
func (m *TradeCaptureReport) GetSettlType() string
func (*TradeCaptureReport) GetSide ¶
func (m *TradeCaptureReport) GetSide() string
func (*TradeCaptureReport) GetSymbol ¶
func (m *TradeCaptureReport) GetSymbol() string
func (*TradeCaptureReport) GetTradeDate ¶
func (m *TradeCaptureReport) GetTradeDate() string
func (*TradeCaptureReport) GetTradeID ¶
func (m *TradeCaptureReport) GetTradeID() string
func (*TradeCaptureReport) GetTradeReportID ¶
func (m *TradeCaptureReport) GetTradeReportID() string
func (*TradeCaptureReport) GetTradeReportTransType ¶
func (m *TradeCaptureReport) GetTradeReportTransType() string
func (*TradeCaptureReport) GetTradeReportType ¶
func (m *TradeCaptureReport) GetTradeReportType() string
func (*TradeCaptureReport) GetTrailer ¶
func (m *TradeCaptureReport) GetTrailer() *Trailer
func (*TradeCaptureReport) GetTransactTime ¶
func (m *TradeCaptureReport) GetTransactTime() string
func (*TradeCaptureReport) GetTrdSubType ¶
func (m *TradeCaptureReport) GetTrdSubType() string
func (*TradeCaptureReport) GetTrdType ¶
func (m *TradeCaptureReport) GetTrdType() string
func (*TradeCaptureReport) Marshal ¶
func (m *TradeCaptureReport) Marshal() (dAtA []byte, err error)
func (*TradeCaptureReport) MarshalTo ¶
func (m *TradeCaptureReport) MarshalTo(dAtA []byte) (int, error)
func (*TradeCaptureReport) MarshalToSizedBuffer ¶
func (m *TradeCaptureReport) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradeCaptureReport) ProtoMessage ¶
func (*TradeCaptureReport) ProtoMessage()
func (*TradeCaptureReport) Reset ¶
func (m *TradeCaptureReport) Reset()
func (*TradeCaptureReport) Size ¶
func (m *TradeCaptureReport) Size() (n int)
func (*TradeCaptureReport) String ¶
func (m *TradeCaptureReport) String() string
func (*TradeCaptureReport) Unmarshal ¶
func (m *TradeCaptureReport) Unmarshal(dAtA []byte) error
func (*TradeCaptureReport) XXX_DiscardUnknown ¶
func (m *TradeCaptureReport) XXX_DiscardUnknown()
func (*TradeCaptureReport) XXX_Marshal ¶
func (m *TradeCaptureReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradeCaptureReport) XXX_Merge ¶
func (m *TradeCaptureReport) XXX_Merge(src proto.Message)
func (*TradeCaptureReport) XXX_Size ¶
func (m *TradeCaptureReport) XXX_Size() int
func (*TradeCaptureReport) XXX_Unmarshal ¶
func (m *TradeCaptureReport) XXX_Unmarshal(b []byte) error
type TradeCaptureReportAcknowledgement ¶
type TradeCaptureReportAcknowledgement struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // Trade report details // (571) Identifier for the trade report being acknowledged. TradeReportID string `protobuf:"bytes,2,opt,name=tradeReportID,proto3" json:"tradeReportID,omitempty"` // (1003) Unique identifier for the trade. TradeID string `protobuf:"bytes,3,opt,name=tradeID,proto3" json:"tradeID,omitempty"` // (1040) Alternative identifier for the trade. SecondaryTradeID string `protobuf:"bytes,4,opt,name=secondaryTradeID,proto3" json:"secondaryTradeID,omitempty"` // (856) Type of trade report (real-time, end-of-day). TradeReportType string `protobuf:"bytes,5,opt,name=tradeReportType,proto3" json:"tradeReportType,omitempty"` // (828) Type of the trade (Block Trade, Exchange for Physical). TrdType string `protobuf:"bytes,6,opt,name=trdType,proto3" json:"trdType,omitempty"` // (829) Further information about the trade type. TrdSubType string `protobuf:"bytes,7,opt,name=trdSubType,proto3" json:"trdSubType,omitempty"` // (150) Status of the trade report (new, cancelled, corrected, etc.). ExecType string `protobuf:"bytes,8,opt,name=execType,proto3" json:"execType,omitempty"` // (572) Identifier for the previous trade report being referred to. TradeReportRefID string `protobuf:"bytes,9,opt,name=tradeReportRefID,proto3" json:"tradeReportRefID,omitempty"` // (818) Alternative identifier for the trade report. SecondaryTradeReportID string `protobuf:"bytes,10,opt,name=secondaryTradeReportID,proto3" json:"secondaryTradeReportID,omitempty"` // (939) Status of the trade report (accepted, rejected, etc.). TradeReportStatus string `protobuf:"bytes,11,opt,name=tradeReportStatus,proto3" json:"tradeReportStatus,omitempty"` // (487) Type of trade transaction (new, cancel, correction). TradeTransType string `protobuf:"bytes,12,opt,name=tradeTransType,proto3" json:"tradeTransType,omitempty"` // (751) Reason why the trade report was rejected. TradeReportRejectReason int64 `protobuf:"varint,13,opt,name=tradeReportRejectReason,proto3" json:"tradeReportRejectReason,omitempty"` // Additional information // (58) Additional information about the trade report or acknowledgement. Text string `protobuf:"bytes,14,opt,name=text,proto3" json:"text,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,15,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Trade Capture Report Acknowledgement with fields, tags and descriptions.
func (*TradeCaptureReportAcknowledgement) Descriptor ¶
func (*TradeCaptureReportAcknowledgement) Descriptor() ([]byte, []int)
func (*TradeCaptureReportAcknowledgement) GetExecType ¶
func (m *TradeCaptureReportAcknowledgement) GetExecType() string
func (*TradeCaptureReportAcknowledgement) GetHeader ¶
func (m *TradeCaptureReportAcknowledgement) GetHeader() *Header
func (*TradeCaptureReportAcknowledgement) GetSecondaryTradeID ¶
func (m *TradeCaptureReportAcknowledgement) GetSecondaryTradeID() string
func (*TradeCaptureReportAcknowledgement) GetSecondaryTradeReportID ¶
func (m *TradeCaptureReportAcknowledgement) GetSecondaryTradeReportID() string
func (*TradeCaptureReportAcknowledgement) GetText ¶
func (m *TradeCaptureReportAcknowledgement) GetText() string
func (*TradeCaptureReportAcknowledgement) GetTradeID ¶
func (m *TradeCaptureReportAcknowledgement) GetTradeID() string
func (*TradeCaptureReportAcknowledgement) GetTradeReportID ¶
func (m *TradeCaptureReportAcknowledgement) GetTradeReportID() string
func (*TradeCaptureReportAcknowledgement) GetTradeReportRefID ¶
func (m *TradeCaptureReportAcknowledgement) GetTradeReportRefID() string
func (*TradeCaptureReportAcknowledgement) GetTradeReportRejectReason ¶
func (m *TradeCaptureReportAcknowledgement) GetTradeReportRejectReason() int64
func (*TradeCaptureReportAcknowledgement) GetTradeReportStatus ¶
func (m *TradeCaptureReportAcknowledgement) GetTradeReportStatus() string
func (*TradeCaptureReportAcknowledgement) GetTradeReportType ¶
func (m *TradeCaptureReportAcknowledgement) GetTradeReportType() string
func (*TradeCaptureReportAcknowledgement) GetTradeTransType ¶
func (m *TradeCaptureReportAcknowledgement) GetTradeTransType() string
func (*TradeCaptureReportAcknowledgement) GetTrailer ¶
func (m *TradeCaptureReportAcknowledgement) GetTrailer() *Trailer
func (*TradeCaptureReportAcknowledgement) GetTrdSubType ¶
func (m *TradeCaptureReportAcknowledgement) GetTrdSubType() string
func (*TradeCaptureReportAcknowledgement) GetTrdType ¶
func (m *TradeCaptureReportAcknowledgement) GetTrdType() string
func (*TradeCaptureReportAcknowledgement) Marshal ¶
func (m *TradeCaptureReportAcknowledgement) Marshal() (dAtA []byte, err error)
func (*TradeCaptureReportAcknowledgement) MarshalTo ¶
func (m *TradeCaptureReportAcknowledgement) MarshalTo(dAtA []byte) (int, error)
func (*TradeCaptureReportAcknowledgement) MarshalToSizedBuffer ¶
func (m *TradeCaptureReportAcknowledgement) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradeCaptureReportAcknowledgement) ProtoMessage ¶
func (*TradeCaptureReportAcknowledgement) ProtoMessage()
func (*TradeCaptureReportAcknowledgement) Reset ¶
func (m *TradeCaptureReportAcknowledgement) Reset()
func (*TradeCaptureReportAcknowledgement) Size ¶
func (m *TradeCaptureReportAcknowledgement) Size() (n int)
func (*TradeCaptureReportAcknowledgement) String ¶
func (m *TradeCaptureReportAcknowledgement) String() string
func (*TradeCaptureReportAcknowledgement) Unmarshal ¶
func (m *TradeCaptureReportAcknowledgement) Unmarshal(dAtA []byte) error
func (*TradeCaptureReportAcknowledgement) XXX_DiscardUnknown ¶
func (m *TradeCaptureReportAcknowledgement) XXX_DiscardUnknown()
func (*TradeCaptureReportAcknowledgement) XXX_Marshal ¶
func (m *TradeCaptureReportAcknowledgement) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradeCaptureReportAcknowledgement) XXX_Merge ¶
func (m *TradeCaptureReportAcknowledgement) XXX_Merge(src proto.Message)
func (*TradeCaptureReportAcknowledgement) XXX_Size ¶
func (m *TradeCaptureReportAcknowledgement) XXX_Size() int
func (*TradeCaptureReportAcknowledgement) XXX_Unmarshal ¶
func (m *TradeCaptureReportAcknowledgement) XXX_Unmarshal(b []byte) error
type TradeCaptureReportRejection ¶
type TradeCaptureReportRejection struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (571) The identifier for the trade report being rejected. TradeReportID string `protobuf:"bytes,2,opt,name=tradeReportID,proto3" json:"tradeReportID,omitempty"` // (751) A code indicating why the trade report was rejected. TradeReportRejectReason int64 `protobuf:"varint,3,opt,name=tradeReportRejectReason,proto3" json:"tradeReportRejectReason,omitempty"` // (754) The identifier of the previous message (e.g., Trade Capture Report) // to which this message refers. TradeReportRejectRefID string `protobuf:"bytes,4,opt,name=tradeReportRejectRefID,proto3" json:"tradeReportRejectRefID,omitempty"` // (58) A description of the reason for the trade report rejection. Text string `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,6,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Trade Capture Report Rejection with fields, tags and descriptions.
func (*TradeCaptureReportRejection) Descriptor ¶
func (*TradeCaptureReportRejection) Descriptor() ([]byte, []int)
func (*TradeCaptureReportRejection) GetHeader ¶
func (m *TradeCaptureReportRejection) GetHeader() *Header
func (*TradeCaptureReportRejection) GetText ¶
func (m *TradeCaptureReportRejection) GetText() string
func (*TradeCaptureReportRejection) GetTradeReportID ¶
func (m *TradeCaptureReportRejection) GetTradeReportID() string
func (*TradeCaptureReportRejection) GetTradeReportRejectReason ¶
func (m *TradeCaptureReportRejection) GetTradeReportRejectReason() int64
func (*TradeCaptureReportRejection) GetTradeReportRejectRefID ¶
func (m *TradeCaptureReportRejection) GetTradeReportRejectRefID() string
func (*TradeCaptureReportRejection) GetTrailer ¶
func (m *TradeCaptureReportRejection) GetTrailer() *Trailer
func (*TradeCaptureReportRejection) Marshal ¶
func (m *TradeCaptureReportRejection) Marshal() (dAtA []byte, err error)
func (*TradeCaptureReportRejection) MarshalTo ¶
func (m *TradeCaptureReportRejection) MarshalTo(dAtA []byte) (int, error)
func (*TradeCaptureReportRejection) MarshalToSizedBuffer ¶
func (m *TradeCaptureReportRejection) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradeCaptureReportRejection) ProtoMessage ¶
func (*TradeCaptureReportRejection) ProtoMessage()
func (*TradeCaptureReportRejection) Reset ¶
func (m *TradeCaptureReportRejection) Reset()
func (*TradeCaptureReportRejection) Size ¶
func (m *TradeCaptureReportRejection) Size() (n int)
func (*TradeCaptureReportRejection) String ¶
func (m *TradeCaptureReportRejection) String() string
func (*TradeCaptureReportRejection) Unmarshal ¶
func (m *TradeCaptureReportRejection) Unmarshal(dAtA []byte) error
func (*TradeCaptureReportRejection) XXX_DiscardUnknown ¶
func (m *TradeCaptureReportRejection) XXX_DiscardUnknown()
func (*TradeCaptureReportRejection) XXX_Marshal ¶
func (m *TradeCaptureReportRejection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradeCaptureReportRejection) XXX_Merge ¶
func (m *TradeCaptureReportRejection) XXX_Merge(src proto.Message)
func (*TradeCaptureReportRejection) XXX_Size ¶
func (m *TradeCaptureReportRejection) XXX_Size() int
func (*TradeCaptureReportRejection) XXX_Unmarshal ¶
func (m *TradeCaptureReportRejection) XXX_Unmarshal(b []byte) error
type TradingSession ¶
type TradingSession struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` TradingSessionStatusRequest *TradingSessionStatusRequest `protobuf:"bytes,2,opt,name=tradingSessionStatusRequest,proto3" json:"tradingSessionStatusRequest,omitempty"` TradingSessionStatus *TradingSessionStatus `protobuf:"bytes,3,opt,name=tradingSessionStatus,proto3" json:"tradingSessionStatus,omitempty"` TradingSessionStatusRequestReject *TradingSessionStatusRequestReject `protobuf:"bytes,4,opt,name=tradingSessionStatusRequestReject,proto3" json:"tradingSessionStatusRequestReject,omitempty"` }
func (*TradingSession) Descriptor ¶
func (*TradingSession) Descriptor() ([]byte, []int)
func (*TradingSession) GetSessionID ¶
func (m *TradingSession) GetSessionID() string
func (*TradingSession) GetTradingSessionStatus ¶
func (m *TradingSession) GetTradingSessionStatus() *TradingSessionStatus
func (*TradingSession) GetTradingSessionStatusRequest ¶
func (m *TradingSession) GetTradingSessionStatusRequest() *TradingSessionStatusRequest
func (*TradingSession) GetTradingSessionStatusRequestReject ¶
func (m *TradingSession) GetTradingSessionStatusRequestReject() *TradingSessionStatusRequestReject
func (*TradingSession) Marshal ¶
func (m *TradingSession) Marshal() (dAtA []byte, err error)
func (*TradingSession) MarshalToSizedBuffer ¶
func (m *TradingSession) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradingSession) ProtoMessage ¶
func (*TradingSession) ProtoMessage()
func (*TradingSession) Reset ¶
func (m *TradingSession) Reset()
func (*TradingSession) Size ¶
func (m *TradingSession) Size() (n int)
func (*TradingSession) String ¶
func (m *TradingSession) String() string
func (*TradingSession) Unmarshal ¶
func (m *TradingSession) Unmarshal(dAtA []byte) error
func (*TradingSession) XXX_DiscardUnknown ¶
func (m *TradingSession) XXX_DiscardUnknown()
func (*TradingSession) XXX_Marshal ¶
func (m *TradingSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradingSession) XXX_Merge ¶
func (m *TradingSession) XXX_Merge(src proto.Message)
func (*TradingSession) XXX_Size ¶
func (m *TradingSession) XXX_Size() int
func (*TradingSession) XXX_Unmarshal ¶
func (m *TradingSession) XXX_Unmarshal(b []byte) error
type TradingSessionList ¶
type TradingSessionList struct { SessionID string `protobuf:"bytes,1,opt,name=sessionID,proto3" json:"sessionID,omitempty"` TradingSessionListRequest *TradingSessionListRequest `protobuf:"bytes,2,opt,name=tradingSessionListRequest,proto3" json:"tradingSessionListRequest,omitempty"` TradingSessionListResponse *TradingSessionListResponse `protobuf:"bytes,3,opt,name=tradingSessionListResponse,proto3" json:"tradingSessionListResponse,omitempty"` TradingSessionListRequestReject *TradingSessionListRequestReject `protobuf:"bytes,4,opt,name=tradingSessionListRequestReject,proto3" json:"tradingSessionListRequestReject,omitempty"` }
func (*TradingSessionList) Descriptor ¶
func (*TradingSessionList) Descriptor() ([]byte, []int)
func (*TradingSessionList) GetSessionID ¶
func (m *TradingSessionList) GetSessionID() string
func (*TradingSessionList) GetTradingSessionListRequest ¶
func (m *TradingSessionList) GetTradingSessionListRequest() *TradingSessionListRequest
func (*TradingSessionList) GetTradingSessionListRequestReject ¶
func (m *TradingSessionList) GetTradingSessionListRequestReject() *TradingSessionListRequestReject
func (*TradingSessionList) GetTradingSessionListResponse ¶
func (m *TradingSessionList) GetTradingSessionListResponse() *TradingSessionListResponse
func (*TradingSessionList) Marshal ¶
func (m *TradingSessionList) Marshal() (dAtA []byte, err error)
func (*TradingSessionList) MarshalTo ¶
func (m *TradingSessionList) MarshalTo(dAtA []byte) (int, error)
func (*TradingSessionList) MarshalToSizedBuffer ¶
func (m *TradingSessionList) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradingSessionList) ProtoMessage ¶
func (*TradingSessionList) ProtoMessage()
func (*TradingSessionList) Reset ¶
func (m *TradingSessionList) Reset()
func (*TradingSessionList) Size ¶
func (m *TradingSessionList) Size() (n int)
func (*TradingSessionList) String ¶
func (m *TradingSessionList) String() string
func (*TradingSessionList) Unmarshal ¶
func (m *TradingSessionList) Unmarshal(dAtA []byte) error
func (*TradingSessionList) XXX_DiscardUnknown ¶
func (m *TradingSessionList) XXX_DiscardUnknown()
func (*TradingSessionList) XXX_Marshal ¶
func (m *TradingSessionList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradingSessionList) XXX_Merge ¶
func (m *TradingSessionList) XXX_Merge(src proto.Message)
func (*TradingSessionList) XXX_Size ¶
func (m *TradingSessionList) XXX_Size() int
func (*TradingSessionList) XXX_Unmarshal ¶
func (m *TradingSessionList) XXX_Unmarshal(b []byte) error
type TradingSessionListRequest ¶
type TradingSessionListRequest struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (335) Must be unique, or the ID of previous Trading Session Status // Request (g) to disable if SubscriptionRequestType (263) = Disable previous // Snapshot + Update Request (2). TradSesReqID string `protobuf:"bytes,2,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` // (336) Trading Session for which status is being requested TradingSessionID string `protobuf:"bytes,3,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // (625) TradingSessionSubID string `protobuf:"bytes,4,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` // (207) SecurityExchange string `protobuf:"bytes,5,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` // (338) Method of Trading TradSesMethod string `protobuf:"bytes,6,opt,name=tradSesMethod,proto3" json:"tradSesMethod,omitempty"` // (339) Trading Session Mode TradSesMode string `protobuf:"bytes,7,opt,name=tradSesMode,proto3" json:"tradSesMode,omitempty"` // (263) SubscriptionRequestType string `protobuf:"bytes,8,opt,name=subscriptionRequestType,proto3" json:"subscriptionRequestType,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,9,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Trading Session List Request with fields, tags and descriptions. MsgType = BI
func (*TradingSessionListRequest) Descriptor ¶
func (*TradingSessionListRequest) Descriptor() ([]byte, []int)
func (*TradingSessionListRequest) GetHeader ¶
func (m *TradingSessionListRequest) GetHeader() *Header
func (*TradingSessionListRequest) GetSecurityExchange ¶
func (m *TradingSessionListRequest) GetSecurityExchange() string
func (*TradingSessionListRequest) GetSubscriptionRequestType ¶
func (m *TradingSessionListRequest) GetSubscriptionRequestType() string
func (*TradingSessionListRequest) GetTradSesMethod ¶
func (m *TradingSessionListRequest) GetTradSesMethod() string
func (*TradingSessionListRequest) GetTradSesMode ¶
func (m *TradingSessionListRequest) GetTradSesMode() string
func (*TradingSessionListRequest) GetTradSesReqID ¶
func (m *TradingSessionListRequest) GetTradSesReqID() string
func (*TradingSessionListRequest) GetTradingSessionID ¶
func (m *TradingSessionListRequest) GetTradingSessionID() string
func (*TradingSessionListRequest) GetTradingSessionSubID ¶
func (m *TradingSessionListRequest) GetTradingSessionSubID() string
func (*TradingSessionListRequest) GetTrailer ¶
func (m *TradingSessionListRequest) GetTrailer() *Trailer
func (*TradingSessionListRequest) Marshal ¶
func (m *TradingSessionListRequest) Marshal() (dAtA []byte, err error)
func (*TradingSessionListRequest) MarshalTo ¶
func (m *TradingSessionListRequest) MarshalTo(dAtA []byte) (int, error)
func (*TradingSessionListRequest) MarshalToSizedBuffer ¶
func (m *TradingSessionListRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradingSessionListRequest) ProtoMessage ¶
func (*TradingSessionListRequest) ProtoMessage()
func (*TradingSessionListRequest) Reset ¶
func (m *TradingSessionListRequest) Reset()
func (*TradingSessionListRequest) Size ¶
func (m *TradingSessionListRequest) Size() (n int)
func (*TradingSessionListRequest) String ¶
func (m *TradingSessionListRequest) String() string
func (*TradingSessionListRequest) Unmarshal ¶
func (m *TradingSessionListRequest) Unmarshal(dAtA []byte) error
func (*TradingSessionListRequest) XXX_DiscardUnknown ¶
func (m *TradingSessionListRequest) XXX_DiscardUnknown()
func (*TradingSessionListRequest) XXX_Marshal ¶
func (m *TradingSessionListRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradingSessionListRequest) XXX_Merge ¶
func (m *TradingSessionListRequest) XXX_Merge(src proto.Message)
func (*TradingSessionListRequest) XXX_Size ¶
func (m *TradingSessionListRequest) XXX_Size() int
func (*TradingSessionListRequest) XXX_Unmarshal ¶
func (m *TradingSessionListRequest) XXX_Unmarshal(b []byte) error
type TradingSessionListRequestReject ¶
type TradingSessionListRequestReject struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (335) Matches the ID of the rejected Trading Session List Request (BI) // message. TradSesReqID string `protobuf:"bytes,2,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` // (340) Indicates the status of the trading session request. Set to "0" // (Rejected) for a request reject message. TradSesStatus string `protobuf:"bytes,3,opt,name=tradSesStatus,proto3" json:"tradSesStatus,omitempty"` // (567) Reason for rejecting the trading session request. TradSesStatusRejReason string `protobuf:"bytes,4,opt,name=tradSesStatusRejReason,proto3" json:"tradSesStatusRejReason,omitempty"` // (58) Optional additional text providing further details about the // rejection. Text string `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,6,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Trading Session List Request Reject with fields, tags and descriptions. MsgType = BK
func (*TradingSessionListRequestReject) Descriptor ¶
func (*TradingSessionListRequestReject) Descriptor() ([]byte, []int)
func (*TradingSessionListRequestReject) GetHeader ¶
func (m *TradingSessionListRequestReject) GetHeader() *Header
func (*TradingSessionListRequestReject) GetText ¶
func (m *TradingSessionListRequestReject) GetText() string
func (*TradingSessionListRequestReject) GetTradSesReqID ¶
func (m *TradingSessionListRequestReject) GetTradSesReqID() string
func (*TradingSessionListRequestReject) GetTradSesStatus ¶
func (m *TradingSessionListRequestReject) GetTradSesStatus() string
func (*TradingSessionListRequestReject) GetTradSesStatusRejReason ¶
func (m *TradingSessionListRequestReject) GetTradSesStatusRejReason() string
func (*TradingSessionListRequestReject) GetTrailer ¶
func (m *TradingSessionListRequestReject) GetTrailer() *Trailer
func (*TradingSessionListRequestReject) Marshal ¶
func (m *TradingSessionListRequestReject) Marshal() (dAtA []byte, err error)
func (*TradingSessionListRequestReject) MarshalTo ¶
func (m *TradingSessionListRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*TradingSessionListRequestReject) MarshalToSizedBuffer ¶
func (m *TradingSessionListRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradingSessionListRequestReject) ProtoMessage ¶
func (*TradingSessionListRequestReject) ProtoMessage()
func (*TradingSessionListRequestReject) Reset ¶
func (m *TradingSessionListRequestReject) Reset()
func (*TradingSessionListRequestReject) Size ¶
func (m *TradingSessionListRequestReject) Size() (n int)
func (*TradingSessionListRequestReject) String ¶
func (m *TradingSessionListRequestReject) String() string
func (*TradingSessionListRequestReject) Unmarshal ¶
func (m *TradingSessionListRequestReject) Unmarshal(dAtA []byte) error
func (*TradingSessionListRequestReject) XXX_DiscardUnknown ¶
func (m *TradingSessionListRequestReject) XXX_DiscardUnknown()
func (*TradingSessionListRequestReject) XXX_Marshal ¶
func (m *TradingSessionListRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradingSessionListRequestReject) XXX_Merge ¶
func (m *TradingSessionListRequestReject) XXX_Merge(src proto.Message)
func (*TradingSessionListRequestReject) XXX_Size ¶
func (m *TradingSessionListRequestReject) XXX_Size() int
func (*TradingSessionListRequestReject) XXX_Unmarshal ¶
func (m *TradingSessionListRequestReject) XXX_Unmarshal(b []byte) error
type TradingSessionListResponse ¶
type TradingSessionListResponse struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (335) Provided for a response to a specific Trading Session List // Request (BI) message (snapshot) TradSesReqID string `protobuf:"bytes,2,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` // (386) NoTradingSessions string `protobuf:"bytes,3,opt,name=noTradingSessions,proto3" json:"noTradingSessions,omitempty"` // (336) Identifier for Trading Session TradingSessionID string `protobuf:"bytes,4,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // (625) TradingSessionSubID string `protobuf:"bytes,5,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` // (207) SecurityExchange string `protobuf:"bytes,6,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` // (338) Method of Trading TradSesMethod string `protobuf:"bytes,7,opt,name=tradSesMethod,proto3" json:"tradSesMethod,omitempty"` // (339) Trading Session Mode TradSesMode string `protobuf:"bytes,8,opt,name=tradSesMode,proto3" json:"tradSesMode,omitempty"` // (325) "Y" if message is sent unsolicited as a result of a previous // subscription request UnsolicitedIndicator string `protobuf:"bytes,9,opt,name=unsolicitedIndicator,proto3" json:"unsolicitedIndicator,omitempty"` // (340) State of trading session. TradSesStatus string `protobuf:"bytes,10,opt,name=tradSesStatus,proto3" json:"tradSesStatus,omitempty"` // (567) Used with TradSesStatus (340) = "Request Rejected". TradSesStatusRejReason string `protobuf:"bytes,11,opt,name=tradSesStatusRejReason,proto3" json:"tradSesStatusRejReason,omitempty"` // (341) Starting time of trading session TradSesStartTime string `protobuf:"bytes,12,opt,name=tradSesStartTime,proto3" json:"tradSesStartTime,omitempty"` // (342) Time of the opening of the trading session TradSesOpenTime string `protobuf:"bytes,13,opt,name=tradSesOpenTime,proto3" json:"tradSesOpenTime,omitempty"` // (343) Time of pre-close of trading session TradSesPreCloseTime string `protobuf:"bytes,14,opt,name=tradSesPreCloseTime,proto3" json:"tradSesPreCloseTime,omitempty"` // (344) Closing time of trading session TradSesCloseTime string `protobuf:"bytes,15,opt,name=tradSesCloseTime,proto3" json:"tradSesCloseTime,omitempty"` // (345) TradSesEndTime string `protobuf:"bytes,16,opt,name=tradSesEndTime,proto3" json:"tradSesEndTime,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,17,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Trading Session List Response with fields, tags and descriptions. MsgType = BJ
func (*TradingSessionListResponse) Descriptor ¶
func (*TradingSessionListResponse) Descriptor() ([]byte, []int)
func (*TradingSessionListResponse) GetHeader ¶
func (m *TradingSessionListResponse) GetHeader() *Header
func (*TradingSessionListResponse) GetNoTradingSessions ¶
func (m *TradingSessionListResponse) GetNoTradingSessions() string
func (*TradingSessionListResponse) GetSecurityExchange ¶
func (m *TradingSessionListResponse) GetSecurityExchange() string
func (*TradingSessionListResponse) GetTradSesCloseTime ¶
func (m *TradingSessionListResponse) GetTradSesCloseTime() string
func (*TradingSessionListResponse) GetTradSesEndTime ¶
func (m *TradingSessionListResponse) GetTradSesEndTime() string
func (*TradingSessionListResponse) GetTradSesMethod ¶
func (m *TradingSessionListResponse) GetTradSesMethod() string
func (*TradingSessionListResponse) GetTradSesMode ¶
func (m *TradingSessionListResponse) GetTradSesMode() string
func (*TradingSessionListResponse) GetTradSesOpenTime ¶
func (m *TradingSessionListResponse) GetTradSesOpenTime() string
func (*TradingSessionListResponse) GetTradSesPreCloseTime ¶
func (m *TradingSessionListResponse) GetTradSesPreCloseTime() string
func (*TradingSessionListResponse) GetTradSesReqID ¶
func (m *TradingSessionListResponse) GetTradSesReqID() string
func (*TradingSessionListResponse) GetTradSesStartTime ¶
func (m *TradingSessionListResponse) GetTradSesStartTime() string
func (*TradingSessionListResponse) GetTradSesStatus ¶
func (m *TradingSessionListResponse) GetTradSesStatus() string
func (*TradingSessionListResponse) GetTradSesStatusRejReason ¶
func (m *TradingSessionListResponse) GetTradSesStatusRejReason() string
func (*TradingSessionListResponse) GetTradingSessionID ¶
func (m *TradingSessionListResponse) GetTradingSessionID() string
func (*TradingSessionListResponse) GetTradingSessionSubID ¶
func (m *TradingSessionListResponse) GetTradingSessionSubID() string
func (*TradingSessionListResponse) GetTrailer ¶
func (m *TradingSessionListResponse) GetTrailer() *Trailer
func (*TradingSessionListResponse) GetUnsolicitedIndicator ¶
func (m *TradingSessionListResponse) GetUnsolicitedIndicator() string
func (*TradingSessionListResponse) Marshal ¶
func (m *TradingSessionListResponse) Marshal() (dAtA []byte, err error)
func (*TradingSessionListResponse) MarshalTo ¶
func (m *TradingSessionListResponse) MarshalTo(dAtA []byte) (int, error)
func (*TradingSessionListResponse) MarshalToSizedBuffer ¶
func (m *TradingSessionListResponse) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradingSessionListResponse) ProtoMessage ¶
func (*TradingSessionListResponse) ProtoMessage()
func (*TradingSessionListResponse) Reset ¶
func (m *TradingSessionListResponse) Reset()
func (*TradingSessionListResponse) Size ¶
func (m *TradingSessionListResponse) Size() (n int)
func (*TradingSessionListResponse) String ¶
func (m *TradingSessionListResponse) String() string
func (*TradingSessionListResponse) Unmarshal ¶
func (m *TradingSessionListResponse) Unmarshal(dAtA []byte) error
func (*TradingSessionListResponse) XXX_DiscardUnknown ¶
func (m *TradingSessionListResponse) XXX_DiscardUnknown()
func (*TradingSessionListResponse) XXX_Marshal ¶
func (m *TradingSessionListResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradingSessionListResponse) XXX_Merge ¶
func (m *TradingSessionListResponse) XXX_Merge(src proto.Message)
func (*TradingSessionListResponse) XXX_Size ¶
func (m *TradingSessionListResponse) XXX_Size() int
func (*TradingSessionListResponse) XXX_Unmarshal ¶
func (m *TradingSessionListResponse) XXX_Unmarshal(b []byte) error
type TradingSessionStatus ¶
type TradingSessionStatus struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (335) Unique identifier assigned by the party generating the request TradSesReqID string `protobuf:"bytes,2,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` // (336) Identifies the specific trading session TradingSessionID string `protobuf:"bytes,3,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // (340) Indicates the current status of the trading session TradSesStatus int32 `protobuf:"varint,4,opt,name=tradSesStatus,proto3" json:"tradSesStatus,omitempty"` // (567) Provides a reason for rejecting or invalidating a trading session // status TradSesStatusRejReason int32 `protobuf:"varint,5,opt,name=tradSesStatusRejReason,proto3" json:"tradSesStatusRejReason,omitempty"` // (341) Time at which the trading session is scheduled to start TradSesStartTime string `protobuf:"bytes,6,opt,name=tradSesStartTime,proto3" json:"tradSesStartTime,omitempty"` // (342) Time at which the trading session opens TradSesOpenTime string `protobuf:"bytes,7,opt,name=tradSesOpenTime,proto3" json:"tradSesOpenTime,omitempty"` // (343) Time at which the trading session pre-closes TradSesPreCloseTime string `protobuf:"bytes,8,opt,name=tradSesPreCloseTime,proto3" json:"tradSesPreCloseTime,omitempty"` // (344) Time at which the trading session closes TradSesCloseTime string `protobuf:"bytes,9,opt,name=tradSesCloseTime,proto3" json:"tradSesCloseTime,omitempty"` // (345) Time at which the trading session is scheduled to end TradSesEndTime string `protobuf:"bytes,10,opt,name=tradSesEndTime,proto3" json:"tradSesEndTime,omitempty"` // (387) Total quantity of contracts or shares traded during the trading // session TotalVolumeTraded int32 `protobuf:"varint,11,opt,name=totalVolumeTraded,proto3" json:"totalVolumeTraded,omitempty"` // (1149) Highest price traded during the trading session TradSesHighPx string `protobuf:"bytes,12,opt,name=tradSesHighPx,proto3" json:"tradSesHighPx,omitempty"` // (1148) Lowest price traded during the trading session TradSesLowPx string `protobuf:"bytes,13,opt,name=tradSesLowPx,proto3" json:"tradSesLowPx,omitempty"` // (48) Identifier for the security being traded in the session SecurityID string `protobuf:"bytes,14,opt,name=securityID,proto3" json:"securityID,omitempty"` // (22) Identifies the source of the security identifier SecurityIDSource string `protobuf:"bytes,15,opt,name=securityIDSource,proto3" json:"securityIDSource,omitempty"` // (55) Symbol representing the security being traded in the session Symbol string `protobuf:"bytes,16,opt,name=symbol,proto3" json:"symbol,omitempty"` // (207) Exchange where the security is listed SecurityExchange string `protobuf:"bytes,17,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` // 1300 Identifies the specific market segment or sector within the // trading session MarketSegmentID string `protobuf:"bytes,18,opt,name=marketSegmentID,proto3" json:"marketSegmentID,omitempty"` // 1301 Identifies the market or exchange for the trading session MarketID string `protobuf:"bytes,19,opt,name=marketID,proto3" json:"marketID,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,20,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Trading Session Status with fields, tags and descriptions.
func (*TradingSessionStatus) Descriptor ¶
func (*TradingSessionStatus) Descriptor() ([]byte, []int)
func (*TradingSessionStatus) GetHeader ¶
func (m *TradingSessionStatus) GetHeader() *Header
func (*TradingSessionStatus) GetMarketID ¶
func (m *TradingSessionStatus) GetMarketID() string
func (*TradingSessionStatus) GetMarketSegmentID ¶
func (m *TradingSessionStatus) GetMarketSegmentID() string
func (*TradingSessionStatus) GetSecurityExchange ¶
func (m *TradingSessionStatus) GetSecurityExchange() string
func (*TradingSessionStatus) GetSecurityID ¶
func (m *TradingSessionStatus) GetSecurityID() string
func (*TradingSessionStatus) GetSecurityIDSource ¶
func (m *TradingSessionStatus) GetSecurityIDSource() string
func (*TradingSessionStatus) GetSymbol ¶
func (m *TradingSessionStatus) GetSymbol() string
func (*TradingSessionStatus) GetTotalVolumeTraded ¶
func (m *TradingSessionStatus) GetTotalVolumeTraded() int32
func (*TradingSessionStatus) GetTradSesCloseTime ¶
func (m *TradingSessionStatus) GetTradSesCloseTime() string
func (*TradingSessionStatus) GetTradSesEndTime ¶
func (m *TradingSessionStatus) GetTradSesEndTime() string
func (*TradingSessionStatus) GetTradSesHighPx ¶
func (m *TradingSessionStatus) GetTradSesHighPx() string
func (*TradingSessionStatus) GetTradSesLowPx ¶
func (m *TradingSessionStatus) GetTradSesLowPx() string
func (*TradingSessionStatus) GetTradSesOpenTime ¶
func (m *TradingSessionStatus) GetTradSesOpenTime() string
func (*TradingSessionStatus) GetTradSesPreCloseTime ¶
func (m *TradingSessionStatus) GetTradSesPreCloseTime() string
func (*TradingSessionStatus) GetTradSesReqID ¶
func (m *TradingSessionStatus) GetTradSesReqID() string
func (*TradingSessionStatus) GetTradSesStartTime ¶
func (m *TradingSessionStatus) GetTradSesStartTime() string
func (*TradingSessionStatus) GetTradSesStatus ¶
func (m *TradingSessionStatus) GetTradSesStatus() int32
func (*TradingSessionStatus) GetTradSesStatusRejReason ¶
func (m *TradingSessionStatus) GetTradSesStatusRejReason() int32
func (*TradingSessionStatus) GetTradingSessionID ¶
func (m *TradingSessionStatus) GetTradingSessionID() string
func (*TradingSessionStatus) GetTrailer ¶
func (m *TradingSessionStatus) GetTrailer() *Trailer
func (*TradingSessionStatus) Marshal ¶
func (m *TradingSessionStatus) Marshal() (dAtA []byte, err error)
func (*TradingSessionStatus) MarshalTo ¶
func (m *TradingSessionStatus) MarshalTo(dAtA []byte) (int, error)
func (*TradingSessionStatus) MarshalToSizedBuffer ¶
func (m *TradingSessionStatus) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradingSessionStatus) ProtoMessage ¶
func (*TradingSessionStatus) ProtoMessage()
func (*TradingSessionStatus) Reset ¶
func (m *TradingSessionStatus) Reset()
func (*TradingSessionStatus) Size ¶
func (m *TradingSessionStatus) Size() (n int)
func (*TradingSessionStatus) String ¶
func (m *TradingSessionStatus) String() string
func (*TradingSessionStatus) Unmarshal ¶
func (m *TradingSessionStatus) Unmarshal(dAtA []byte) error
func (*TradingSessionStatus) XXX_DiscardUnknown ¶
func (m *TradingSessionStatus) XXX_DiscardUnknown()
func (*TradingSessionStatus) XXX_Marshal ¶
func (m *TradingSessionStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradingSessionStatus) XXX_Merge ¶
func (m *TradingSessionStatus) XXX_Merge(src proto.Message)
func (*TradingSessionStatus) XXX_Size ¶
func (m *TradingSessionStatus) XXX_Size() int
func (*TradingSessionStatus) XXX_Unmarshal ¶
func (m *TradingSessionStatus) XXX_Unmarshal(b []byte) error
type TradingSessionStatusRequest ¶
type TradingSessionStatusRequest struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (336) Identifies the specific trading session for which status is // requested TradingSessionID string `protobuf:"bytes,2,opt,name=tradingSessionID,proto3" json:"tradingSessionID,omitempty"` // (625) Identifies a specific sub-session or sub-segment within a // trading session TradingSessionSubID string `protobuf:"bytes,3,opt,name=tradingSessionSubID,proto3" json:"tradingSessionSubID,omitempty"` // (335) Unique identifier assigned by the party generating the request TradSesReqID string `protobuf:"bytes,4,opt,name=tradSesReqID,proto3" json:"tradSesReqID,omitempty"` // (1301) Identifies the market or exchange for which the trading session // status is requested MarketID string `protobuf:"bytes,5,opt,name=marketID,proto3" json:"marketID,omitempty"` // (263) Indicates whether the request is for a one-time snapshot or // subscription for updates SubscriptionRequest string `protobuf:"bytes,6,opt,name=subscriptionRequest,proto3" json:"subscriptionRequest,omitempty"` // (48) Identifier for the security being traded in the session SecurityID string `protobuf:"bytes,7,opt,name=securityID,proto3" json:"securityID,omitempty"` // (22) Identifies the source of the security identifier SecurityIDSource string `protobuf:"bytes,8,opt,name=securityIDSource,proto3" json:"securityIDSource,omitempty"` // (55) Symbol representing the security being traded in the session Symbol string `protobuf:"bytes,9,opt,name=symbol,proto3" json:"symbol,omitempty"` // 207 Exchange where the security is listed SecurityExchange string `protobuf:"bytes,10,opt,name=securityExchange,proto3" json:"securityExchange,omitempty"` // (1300) Identifies the specific market segment or sector within the // trading session MarketSegmentID string `protobuf:"bytes,11,opt,name=marketSegmentID,proto3" json:"marketSegmentID,omitempty"` // (263) Type of trading session status request TradSesReqType int32 `protobuf:"varint,12,opt,name=tradSesReqType,proto3" json:"tradSesReqType,omitempty"` // (123) Sub-type of trading session status request TradSesSubReqType int32 `protobuf:"varint,13,opt,name=tradSesSubReqType,proto3" json:"tradSesSubReqType,omitempty"` // (338) Method used to determine the trading session TradSesMode int32 `protobuf:"varint,14,opt,name=tradSesMode,proto3" json:"tradSesMode,omitempty"` // (336) Date of the trading session for which status is requested TradingSessionDate string `protobuf:"bytes,15,opt,name=tradingSessionDate,proto3" json:"tradingSessionDate,omitempty"` // (338)Time of the trading session for which status is requested TradingSessionTime string `protobuf:"bytes,16,opt,name=tradingSessionTime,proto3" json:"tradingSessionTime,omitempty"` // (1147) Time of the sub-session or sub-segment within a trading session TradingSessionSubTime string `protobuf:"bytes,17,opt,name=tradingSessionSubTime,proto3" json:"tradingSessionSubTime,omitempty"` // (432) Date and time when the trading session status request is no longer // valid and should be disregarded ExpirationDate string `protobuf:"bytes,18,opt,name=expirationDate,proto3" json:"expirationDate,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,19,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Trading Session Status Request with fields, tags and descriptions.
func (*TradingSessionStatusRequest) Descriptor ¶
func (*TradingSessionStatusRequest) Descriptor() ([]byte, []int)
func (*TradingSessionStatusRequest) GetExpirationDate ¶
func (m *TradingSessionStatusRequest) GetExpirationDate() string
func (*TradingSessionStatusRequest) GetHeader ¶
func (m *TradingSessionStatusRequest) GetHeader() *Header
func (*TradingSessionStatusRequest) GetMarketID ¶
func (m *TradingSessionStatusRequest) GetMarketID() string
func (*TradingSessionStatusRequest) GetMarketSegmentID ¶
func (m *TradingSessionStatusRequest) GetMarketSegmentID() string
func (*TradingSessionStatusRequest) GetSecurityExchange ¶
func (m *TradingSessionStatusRequest) GetSecurityExchange() string
func (*TradingSessionStatusRequest) GetSecurityID ¶
func (m *TradingSessionStatusRequest) GetSecurityID() string
func (*TradingSessionStatusRequest) GetSecurityIDSource ¶
func (m *TradingSessionStatusRequest) GetSecurityIDSource() string
func (*TradingSessionStatusRequest) GetSubscriptionRequest ¶
func (m *TradingSessionStatusRequest) GetSubscriptionRequest() string
func (*TradingSessionStatusRequest) GetSymbol ¶
func (m *TradingSessionStatusRequest) GetSymbol() string
func (*TradingSessionStatusRequest) GetTradSesMode ¶
func (m *TradingSessionStatusRequest) GetTradSesMode() int32
func (*TradingSessionStatusRequest) GetTradSesReqID ¶
func (m *TradingSessionStatusRequest) GetTradSesReqID() string
func (*TradingSessionStatusRequest) GetTradSesReqType ¶
func (m *TradingSessionStatusRequest) GetTradSesReqType() int32
func (*TradingSessionStatusRequest) GetTradSesSubReqType ¶
func (m *TradingSessionStatusRequest) GetTradSesSubReqType() int32
func (*TradingSessionStatusRequest) GetTradingSessionDate ¶
func (m *TradingSessionStatusRequest) GetTradingSessionDate() string
func (*TradingSessionStatusRequest) GetTradingSessionID ¶
func (m *TradingSessionStatusRequest) GetTradingSessionID() string
func (*TradingSessionStatusRequest) GetTradingSessionSubID ¶
func (m *TradingSessionStatusRequest) GetTradingSessionSubID() string
func (*TradingSessionStatusRequest) GetTradingSessionSubTime ¶
func (m *TradingSessionStatusRequest) GetTradingSessionSubTime() string
func (*TradingSessionStatusRequest) GetTradingSessionTime ¶
func (m *TradingSessionStatusRequest) GetTradingSessionTime() string
func (*TradingSessionStatusRequest) GetTrailer ¶
func (m *TradingSessionStatusRequest) GetTrailer() *Trailer
func (*TradingSessionStatusRequest) Marshal ¶
func (m *TradingSessionStatusRequest) Marshal() (dAtA []byte, err error)
func (*TradingSessionStatusRequest) MarshalTo ¶
func (m *TradingSessionStatusRequest) MarshalTo(dAtA []byte) (int, error)
func (*TradingSessionStatusRequest) MarshalToSizedBuffer ¶
func (m *TradingSessionStatusRequest) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradingSessionStatusRequest) ProtoMessage ¶
func (*TradingSessionStatusRequest) ProtoMessage()
func (*TradingSessionStatusRequest) Reset ¶
func (m *TradingSessionStatusRequest) Reset()
func (*TradingSessionStatusRequest) Size ¶
func (m *TradingSessionStatusRequest) Size() (n int)
func (*TradingSessionStatusRequest) String ¶
func (m *TradingSessionStatusRequest) String() string
func (*TradingSessionStatusRequest) Unmarshal ¶
func (m *TradingSessionStatusRequest) Unmarshal(dAtA []byte) error
func (*TradingSessionStatusRequest) XXX_DiscardUnknown ¶
func (m *TradingSessionStatusRequest) XXX_DiscardUnknown()
func (*TradingSessionStatusRequest) XXX_Marshal ¶
func (m *TradingSessionStatusRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradingSessionStatusRequest) XXX_Merge ¶
func (m *TradingSessionStatusRequest) XXX_Merge(src proto.Message)
func (*TradingSessionStatusRequest) XXX_Size ¶
func (m *TradingSessionStatusRequest) XXX_Size() int
func (*TradingSessionStatusRequest) XXX_Unmarshal ¶
func (m *TradingSessionStatusRequest) XXX_Unmarshal(b []byte) error
type TradingSessionStatusRequestReject ¶
type TradingSessionStatusRequestReject struct { // Standard FIX message header. Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` // (45) Reference id of the rejected request message RefSeqNum string `protobuf:"bytes,2,opt,name=refSeqNum,proto3" json:"refSeqNum,omitempty"` // (372) Message type of the rejected request RefMsgType string `protobuf:"bytes,3,opt,name=refMsgType,proto3" json:"refMsgType,omitempty"` // (373) Code indicating the reason for rejecting the trading session // status request SessionRejectReason int32 `protobuf:"varint,4,opt,name=sessionRejectReason,proto3" json:"sessionRejectReason,omitempty"` // 58 Free-form text providing additional information about the rejection Text string `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"` // Standard FIX message trailer. Trailer *Trailer `protobuf:"bytes,6,opt,name=trailer,proto3" json:"trailer,omitempty"` }
Trading Session Status Request Reject with fields, tags and descriptions.
func (*TradingSessionStatusRequestReject) Descriptor ¶
func (*TradingSessionStatusRequestReject) Descriptor() ([]byte, []int)
func (*TradingSessionStatusRequestReject) GetHeader ¶
func (m *TradingSessionStatusRequestReject) GetHeader() *Header
func (*TradingSessionStatusRequestReject) GetRefMsgType ¶
func (m *TradingSessionStatusRequestReject) GetRefMsgType() string
func (*TradingSessionStatusRequestReject) GetRefSeqNum ¶
func (m *TradingSessionStatusRequestReject) GetRefSeqNum() string
func (*TradingSessionStatusRequestReject) GetSessionRejectReason ¶
func (m *TradingSessionStatusRequestReject) GetSessionRejectReason() int32
func (*TradingSessionStatusRequestReject) GetText ¶
func (m *TradingSessionStatusRequestReject) GetText() string
func (*TradingSessionStatusRequestReject) GetTrailer ¶
func (m *TradingSessionStatusRequestReject) GetTrailer() *Trailer
func (*TradingSessionStatusRequestReject) Marshal ¶
func (m *TradingSessionStatusRequestReject) Marshal() (dAtA []byte, err error)
func (*TradingSessionStatusRequestReject) MarshalTo ¶
func (m *TradingSessionStatusRequestReject) MarshalTo(dAtA []byte) (int, error)
func (*TradingSessionStatusRequestReject) MarshalToSizedBuffer ¶
func (m *TradingSessionStatusRequestReject) MarshalToSizedBuffer(dAtA []byte) (int, error)
func (*TradingSessionStatusRequestReject) ProtoMessage ¶
func (*TradingSessionStatusRequestReject) ProtoMessage()
func (*TradingSessionStatusRequestReject) Reset ¶
func (m *TradingSessionStatusRequestReject) Reset()
func (*TradingSessionStatusRequestReject) Size ¶
func (m *TradingSessionStatusRequestReject) Size() (n int)
func (*TradingSessionStatusRequestReject) String ¶
func (m *TradingSessionStatusRequestReject) String() string
func (*TradingSessionStatusRequestReject) Unmarshal ¶
func (m *TradingSessionStatusRequestReject) Unmarshal(dAtA []byte) error
func (*TradingSessionStatusRequestReject) XXX_DiscardUnknown ¶
func (m *TradingSessionStatusRequestReject) XXX_DiscardUnknown()
func (*TradingSessionStatusRequestReject) XXX_Marshal ¶
func (m *TradingSessionStatusRequestReject) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TradingSessionStatusRequestReject) XXX_Merge ¶
func (m *TradingSessionStatusRequestReject) XXX_Merge(src proto.Message)
func (*TradingSessionStatusRequestReject) XXX_Size ¶
func (m *TradingSessionStatusRequestReject) XXX_Size() int
func (*TradingSessionStatusRequestReject) XXX_Unmarshal ¶
func (m *TradingSessionStatusRequestReject) XXX_Unmarshal(b []byte) error
type Trailer ¶
type Trailer struct { // The checksum value is calculated by summing the ASCII values of all // characters in the message (excluding the SOH (start of header) and ETX (end // of text) characters), taking the sum modulo 256, and converting the result // to a two-character hexadecimal string. CheckSum int64 `protobuf:"varint,1,opt,name=checkSum,proto3" json:"checkSum,omitempty"` }
This message trailer contains a checksum field that is used to ensure message integrity
func NewTrailer ¶
func (*Trailer) Descriptor ¶
func (*Trailer) GetCheckSum ¶
func (*Trailer) MarshalToSizedBuffer ¶
func (*Trailer) ProtoMessage ¶
func (*Trailer) ProtoMessage()
func (*Trailer) XXX_DiscardUnknown ¶
func (m *Trailer) XXX_DiscardUnknown()
func (*Trailer) XXX_Marshal ¶
func (*Trailer) XXX_Unmarshal ¶
type UnimplementedMsgServer ¶
type UnimplementedMsgServer struct { }
UnimplementedMsgServer can be embedded to have forward compatible implementations.
func (*UnimplementedMsgServer) DeleteAccount ¶
func (*UnimplementedMsgServer) DeleteAccount(ctx context.Context, req *MsgDeleteAccount) (*MsgDeleteAccountResponse, error)
func (*UnimplementedMsgServer) LogonAcceptor ¶
func (*UnimplementedMsgServer) LogonAcceptor(ctx context.Context, req *MsgLogonAcceptor) (*MsgLogonAcceptorResponse, error)
func (*UnimplementedMsgServer) LogonInitiator ¶
func (*UnimplementedMsgServer) LogonInitiator(ctx context.Context, req *MsgLogonInitiator) (*MsgLogonInitiatorResponse, error)
func (*UnimplementedMsgServer) LogonReject ¶
func (*UnimplementedMsgServer) LogonReject(ctx context.Context, req *MsgLogonReject) (*MsgLogonRejectResponse, error)
func (*UnimplementedMsgServer) LogoutAcceptor ¶
func (*UnimplementedMsgServer) LogoutAcceptor(ctx context.Context, req *MsgLogoutAcceptor) (*MsgLogoutAcceptorResponse, error)
func (*UnimplementedMsgServer) LogoutInitiator ¶
func (*UnimplementedMsgServer) LogoutInitiator(ctx context.Context, req *MsgLogoutInitiator) (*MsgLogoutInitiatorResponse, error)
func (*UnimplementedMsgServer) MarketDataIncremental ¶
func (*UnimplementedMsgServer) MarketDataIncremental(ctx context.Context, req *MsgMarketDataIncremental) (*MsgMarketDataIncrementalResponse, error)
func (*UnimplementedMsgServer) MarketDataRequest ¶
func (*UnimplementedMsgServer) MarketDataRequest(ctx context.Context, req *MsgMarketDataRequest) (*MsgMarketDataRequestResponse, error)
func (*UnimplementedMsgServer) MarketDataRequestReject ¶
func (*UnimplementedMsgServer) MarketDataRequestReject(ctx context.Context, req *MsgMarketDataRequestReject) (*MsgMarketDataRequestRejectResponse, error)
func (*UnimplementedMsgServer) MarketDataSnapshotFullRefresh ¶
func (*UnimplementedMsgServer) MarketDataSnapshotFullRefresh(ctx context.Context, req *MsgMarketDataSnapshotFullRefresh) (*MsgMarketDataSnapshotFullRefreshResponse, error)
func (*UnimplementedMsgServer) NewOrderSingle ¶
func (*UnimplementedMsgServer) NewOrderSingle(ctx context.Context, req *MsgNewOrderSingle) (*MsgNewOrderSingleResponse, error)
func (*UnimplementedMsgServer) OrderCancelReject ¶
func (*UnimplementedMsgServer) OrderCancelReject(ctx context.Context, req *MsgOrderCancelReject) (*MsgOrderCancelRejectResponse, error)
func (*UnimplementedMsgServer) OrderCancelRequest ¶
func (*UnimplementedMsgServer) OrderCancelRequest(ctx context.Context, req *MsgOrderCancelRequest) (*MsgOrderCancelRequestResponse, error)
func (*UnimplementedMsgServer) OrderExecutionReport ¶
func (*UnimplementedMsgServer) OrderExecutionReport(ctx context.Context, req *MsgOrderExecutionReport) (*MsgOrderExecutionReportResponse, error)
func (*UnimplementedMsgServer) OrderMassStatusReport ¶
func (*UnimplementedMsgServer) OrderMassStatusReport(ctx context.Context, req *MsgOrderMassStatusReport) (*MsgOrderMassStatusReportResponse, error)
func (*UnimplementedMsgServer) OrderMassStatusRequest ¶
func (*UnimplementedMsgServer) OrderMassStatusRequest(ctx context.Context, req *MsgOrderMassStatusRequest) (*MsgOrderMassStatusRequestResponse, error)
func (*UnimplementedMsgServer) OrderMassStatusRequestReject ¶
func (*UnimplementedMsgServer) OrderMassStatusRequestReject(ctx context.Context, req *MsgOrderMassStatusRequestReject) (*MsgOrderMassStatusRequestRejectResponse, error)
func (*UnimplementedMsgServer) QuoteAcknowledgement ¶
func (*UnimplementedMsgServer) QuoteAcknowledgement(ctx context.Context, req *MsgQuoteAcknowledgement) (*MsgQuoteAcknowledgementResponse, error)
func (*UnimplementedMsgServer) QuoteRequest ¶
func (*UnimplementedMsgServer) QuoteRequest(ctx context.Context, req *MsgQuoteRequest) (*MsgQuoteRequestResponse, error)
func (*UnimplementedMsgServer) QuoteRequestReject ¶
func (*UnimplementedMsgServer) QuoteRequestReject(ctx context.Context, req *MsgQuoteRequestReject) (*MsgQuoteRequestRejectResponse, error)
func (*UnimplementedMsgServer) RegisterAccount ¶
func (*UnimplementedMsgServer) RegisterAccount(ctx context.Context, req *MsgRegisterAccount) (*MsgRegisterAccountResponse, error)
func (*UnimplementedMsgServer) SecurityDefinition ¶
func (*UnimplementedMsgServer) SecurityDefinition(ctx context.Context, req *MsgSecurityDefinition) (*MsgSecurityDefinitionResponse, error)
func (*UnimplementedMsgServer) SecurityDefinitionRequest ¶
func (*UnimplementedMsgServer) SecurityDefinitionRequest(ctx context.Context, req *MsgSecurityDefinitionRequest) (*MsgSecurityDefinitionRequestResponse, error)
func (*UnimplementedMsgServer) SecurityDefinitionRequestReject ¶
func (*UnimplementedMsgServer) SecurityDefinitionRequestReject(ctx context.Context, req *MsgSecurityDefinitionRequestReject) (*MsgSecurityDefinitionRequestRejectResponse, error)
func (*UnimplementedMsgServer) SecurityListRequest ¶
func (*UnimplementedMsgServer) SecurityListRequest(ctx context.Context, req *MsgSecurityListRequest) (*MsgSecurityListRequestResponse, error)
func (*UnimplementedMsgServer) SecurityListRequestReject ¶
func (*UnimplementedMsgServer) SecurityListRequestReject(ctx context.Context, req *MsgSecurityListRequestReject) (*MsgSecurityListRequestRejectResponse, error)
func (*UnimplementedMsgServer) SecurityListResponse ¶
func (*UnimplementedMsgServer) SecurityListResponse(ctx context.Context, req *MsgSecurityListResponse) (*MsgSecurityListResponseResponse, error)
func (*UnimplementedMsgServer) SecurityStatusRequest ¶
func (*UnimplementedMsgServer) SecurityStatusRequest(ctx context.Context, req *MsgSecurityStatusRequest) (*MsgSecurityStatusRequestResponse, error)
func (*UnimplementedMsgServer) SecurityStatusRequestReject ¶
func (*UnimplementedMsgServer) SecurityStatusRequestReject(ctx context.Context, req *MsgSecurityStatusRequestReject) (*MsgSecurityStatusRequestRejectResponse, error)
func (*UnimplementedMsgServer) SecurityStatusResponse ¶
func (*UnimplementedMsgServer) SecurityStatusResponse(ctx context.Context, req *MsgSecurityStatusResponse) (*MsgSecurityStatusResponseResponse, error)
func (*UnimplementedMsgServer) SecurityTypesRequest ¶
func (*UnimplementedMsgServer) SecurityTypesRequest(ctx context.Context, req *MsgSecurityTypesRequest) (*MsgSecurityTypesRequestResponse, error)
func (*UnimplementedMsgServer) SecurityTypesRequestReject ¶
func (*UnimplementedMsgServer) SecurityTypesRequestReject(ctx context.Context, req *MsgSecurityTypesRequestReject) (*MsgSecurityTypesRequestRejectResponse, error)
func (*UnimplementedMsgServer) SecurityTypesResponse ¶
func (*UnimplementedMsgServer) SecurityTypesResponse(ctx context.Context, req *MsgSecurityTypesResponse) (*MsgSecurityTypesResponseResponse, error)
func (*UnimplementedMsgServer) TerminateLogon ¶
func (*UnimplementedMsgServer) TerminateLogon(ctx context.Context, req *MsgTerminateLogon) (*MsgTerminateLogonResponse, error)
func (*UnimplementedMsgServer) TradeCaptureReport ¶
func (*UnimplementedMsgServer) TradeCaptureReport(ctx context.Context, req *MsgTradeCaptureReport) (*MsgTradeCaptureReportResponse, error)
func (*UnimplementedMsgServer) TradeCaptureReportAcknowledgement ¶
func (*UnimplementedMsgServer) TradeCaptureReportAcknowledgement(ctx context.Context, req *MsgTradeCaptureReportAcknowledgement) (*MsgTradeCaptureReportAcknowledgementResponse, error)
func (*UnimplementedMsgServer) TradeCaptureReportRejection ¶
func (*UnimplementedMsgServer) TradeCaptureReportRejection(ctx context.Context, req *MsgTradeCaptureReportRejection) (*MsgTradeCaptureReportRejectionResponse, error)
func (*UnimplementedMsgServer) TradingSessionListRequest ¶
func (*UnimplementedMsgServer) TradingSessionListRequest(ctx context.Context, req *MsgTradingSessionListRequest) (*MsgTradingSessionListRequestResponse, error)
func (*UnimplementedMsgServer) TradingSessionListRequestReject ¶
func (*UnimplementedMsgServer) TradingSessionListRequestReject(ctx context.Context, req *MsgTradingSessionListRequestReject) (*MsgTradingSessionListRequestRejectResponse, error)
func (*UnimplementedMsgServer) TradingSessionListResponse ¶
func (*UnimplementedMsgServer) TradingSessionListResponse(ctx context.Context, req *MsgTradingSessionListResponse) (*MsgTradingSessionListResponseResponse, error)
func (*UnimplementedMsgServer) TradingSessionStatus ¶
func (*UnimplementedMsgServer) TradingSessionStatus(ctx context.Context, req *MsgTradingSessionStatus) (*MsgTradingSessionStatusResponse, error)
func (*UnimplementedMsgServer) TradingSessionStatusRequest ¶
func (*UnimplementedMsgServer) TradingSessionStatusRequest(ctx context.Context, req *MsgTradingSessionStatusRequest) (*MsgTradingSessionStatusRequestResponse, error)
func (*UnimplementedMsgServer) TradingSessionStatusRequestReject ¶
func (*UnimplementedMsgServer) TradingSessionStatusRequestReject(ctx context.Context, req *MsgTradingSessionStatusRequestReject) (*MsgTradingSessionStatusRequestRejectResponse, error)
func (*UnimplementedMsgServer) UpdateAccount ¶
func (*UnimplementedMsgServer) UpdateAccount(ctx context.Context, req *MsgUpdateAccount) (*MsgUpdateAccountResponse, error)
type UnimplementedQueryServer ¶
type UnimplementedQueryServer struct { }
UnimplementedQueryServer can be embedded to have forward compatible implementations.
func (*UnimplementedQueryServer) AccountRegistration ¶
func (*UnimplementedQueryServer) AccountRegistration(ctx context.Context, req *QueryGetAccountRegistrationRequest) (*QueryGetAccountRegistrationResponse, error)
func (*UnimplementedQueryServer) AccountRegistrationAll ¶
func (*UnimplementedQueryServer) AccountRegistrationAll(ctx context.Context, req *QueryAllAccountRegistrationRequest) (*QueryAllAccountRegistrationResponse, error)
func (*UnimplementedQueryServer) MarketData ¶
func (*UnimplementedQueryServer) MarketData(ctx context.Context, req *QueryGetMarketDataRequest) (*QueryGetMarketDataResponse, error)
func (*UnimplementedQueryServer) MarketDataAll ¶
func (*UnimplementedQueryServer) MarketDataAll(ctx context.Context, req *QueryAllMarketDataRequest) (*QueryAllMarketDataResponse, error)
func (*UnimplementedQueryServer) OrderMassStatus ¶
func (*UnimplementedQueryServer) OrderMassStatus(ctx context.Context, req *QueryGetOrderMassStatusRequest) (*QueryGetOrderMassStatusResponse, error)
func (*UnimplementedQueryServer) OrderMassStatusAll ¶
func (*UnimplementedQueryServer) OrderMassStatusAll(ctx context.Context, req *QueryAllOrderMassStatusRequest) (*QueryAllOrderMassStatusResponse, error)
func (*UnimplementedQueryServer) Orders ¶
func (*UnimplementedQueryServer) Orders(ctx context.Context, req *QueryGetOrdersRequest) (*QueryGetOrdersResponse, error)
func (*UnimplementedQueryServer) OrdersAll ¶
func (*UnimplementedQueryServer) OrdersAll(ctx context.Context, req *QueryAllOrdersRequest) (*QueryAllOrdersResponse, error)
func (*UnimplementedQueryServer) OrdersByAddress ¶
func (*UnimplementedQueryServer) OrdersByAddress(ctx context.Context, req *QueryGetOrdersByAddressRequest) (*QueryGetOrdersByAddressResponse, error)
func (*UnimplementedQueryServer) OrdersCancelReject ¶
func (*UnimplementedQueryServer) OrdersCancelReject(ctx context.Context, req *QueryGetOrdersCancelRejectRequest) (*QueryGetOrdersCancelRejectResponse, error)
func (*UnimplementedQueryServer) OrdersCancelRejectAll ¶
func (*UnimplementedQueryServer) OrdersCancelRejectAll(ctx context.Context, req *QueryAllOrdersCancelRejectRequest) (*QueryAllOrdersCancelRejectResponse, error)
func (*UnimplementedQueryServer) OrdersCancelRequest ¶
func (*UnimplementedQueryServer) OrdersCancelRequest(ctx context.Context, req *QueryGetOrdersCancelRequestRequest) (*QueryGetOrdersCancelRequestResponse, error)
func (*UnimplementedQueryServer) OrdersCancelRequestAll ¶
func (*UnimplementedQueryServer) OrdersCancelRequestAll(ctx context.Context, req *QueryAllOrdersCancelRequestRequest) (*QueryAllOrdersCancelRequestResponse, error)
func (*UnimplementedQueryServer) OrdersExecutionReport ¶
func (*UnimplementedQueryServer) OrdersExecutionReport(ctx context.Context, req *QueryGetOrdersExecutionReportRequest) (*QueryGetOrdersExecutionReportResponse, error)
func (*UnimplementedQueryServer) OrdersExecutionReportAll ¶
func (*UnimplementedQueryServer) OrdersExecutionReportAll(ctx context.Context, req *QueryAllOrdersExecutionReportRequest) (*QueryAllOrdersExecutionReportResponse, error)
func (*UnimplementedQueryServer) OrdersExecutionReportByAddress ¶
func (*UnimplementedQueryServer) OrdersExecutionReportByAddress(ctx context.Context, req *QueryGetOrdersExecutionReportByAddressRequest) (*QueryGetOrdersExecutionReportByAddressResponse, error)
func (*UnimplementedQueryServer) Quote ¶
func (*UnimplementedQueryServer) Quote(ctx context.Context, req *QueryGetQuoteRequest) (*QueryGetQuoteResponse, error)
func (*UnimplementedQueryServer) QuoteAll ¶
func (*UnimplementedQueryServer) QuoteAll(ctx context.Context, req *QueryAllQuoteRequest) (*QueryAllQuoteResponse, error)
func (*UnimplementedQueryServer) QuotesBySessionID ¶
func (*UnimplementedQueryServer) QuotesBySessionID(ctx context.Context, req *QuerySessionByIDQuoteRequest) (*QuerySessionByIDQuoteResponse, error)
func (*UnimplementedQueryServer) Security ¶
func (*UnimplementedQueryServer) Security(ctx context.Context, req *QueryGetSecurityRequest) (*QueryGetSecurityResponse, error)
func (*UnimplementedQueryServer) SecurityAll ¶
func (*UnimplementedQueryServer) SecurityAll(ctx context.Context, req *QueryAllSecurityRequest) (*QueryAllSecurityResponse, error)
func (*UnimplementedQueryServer) SecurityList ¶
func (*UnimplementedQueryServer) SecurityList(ctx context.Context, req *QueryGetSecurityListRequest) (*QueryGetSecurityListResponse, error)
func (*UnimplementedQueryServer) SecurityListAll ¶
func (*UnimplementedQueryServer) SecurityListAll(ctx context.Context, req *QueryAllSecurityListRequest) (*QueryAllSecurityListResponse, error)
func (*UnimplementedQueryServer) SecurityStatus ¶
func (*UnimplementedQueryServer) SecurityStatus(ctx context.Context, req *QueryGetSecurityStatusRequest) (*QueryGetSecurityStatusResponse, error)
func (*UnimplementedQueryServer) SecurityStatusAll ¶
func (*UnimplementedQueryServer) SecurityStatusAll(ctx context.Context, req *QueryAllSecurityStatusRequest) (*QueryAllSecurityStatusResponse, error)
func (*UnimplementedQueryServer) SecurityTypes ¶
func (*UnimplementedQueryServer) SecurityTypes(ctx context.Context, req *QueryGetSecurityTypesRequest) (*QueryGetSecurityTypesResponse, error)
func (*UnimplementedQueryServer) SecurityTypesAll ¶
func (*UnimplementedQueryServer) SecurityTypesAll(ctx context.Context, req *QueryAllSecurityTypesRequest) (*QueryAllSecurityTypesResponse, error)
func (*UnimplementedQueryServer) SessionLogout ¶
func (*UnimplementedQueryServer) SessionLogout(ctx context.Context, req *QueryGetSessionLogoutRequest) (*QueryGetSessionLogoutResponse, error)
func (*UnimplementedQueryServer) SessionLogoutAll ¶
func (*UnimplementedQueryServer) SessionLogoutAll(ctx context.Context, req *QueryAllSessionLogoutRequest) (*QueryAllSessionLogoutResponse, error)
func (*UnimplementedQueryServer) SessionReject ¶
func (*UnimplementedQueryServer) SessionReject(ctx context.Context, req *QueryGetSessionRejectRequest) (*QueryGetSessionRejectResponse, error)
func (*UnimplementedQueryServer) SessionRejectAll ¶
func (*UnimplementedQueryServer) SessionRejectAll(ctx context.Context, req *QueryAllSessionRejectRequest) (*QueryAllSessionRejectResponse, error)
func (*UnimplementedQueryServer) Sessions ¶
func (*UnimplementedQueryServer) Sessions(ctx context.Context, req *QueryGetSessionsRequest) (*QueryGetSessionsResponse, error)
func (*UnimplementedQueryServer) SessionsAll ¶
func (*UnimplementedQueryServer) SessionsAll(ctx context.Context, req *QueryAllSessionsRequest) (*QueryAllSessionsResponse, error)
func (*UnimplementedQueryServer) TradeCapture ¶
func (*UnimplementedQueryServer) TradeCapture(ctx context.Context, req *QueryGetTradeCaptureRequest) (*QueryGetTradeCaptureResponse, error)
func (*UnimplementedQueryServer) TradeCaptureAll ¶
func (*UnimplementedQueryServer) TradeCaptureAll(ctx context.Context, req *QueryAllTradeCaptureRequest) (*QueryAllTradeCaptureResponse, error)
func (*UnimplementedQueryServer) TradingSession ¶
func (*UnimplementedQueryServer) TradingSession(ctx context.Context, req *QueryGetTradingSessionRequest) (*QueryGetTradingSessionResponse, error)
func (*UnimplementedQueryServer) TradingSessionAll ¶
func (*UnimplementedQueryServer) TradingSessionAll(ctx context.Context, req *QueryAllTradingSessionRequest) (*QueryAllTradingSessionResponse, error)
func (*UnimplementedQueryServer) TradingSessionList ¶
func (*UnimplementedQueryServer) TradingSessionList(ctx context.Context, req *QueryGetTradingSessionListRequest) (*QueryGetTradingSessionListResponse, error)
func (*UnimplementedQueryServer) TradingSessionListAll ¶
func (*UnimplementedQueryServer) TradingSessionListAll(ctx context.Context, req *QueryAllTradingSessionListRequest) (*QueryAllTradingSessionListResponse, error)
Source Files ¶
- account.pb.go
- account_registration.pb.go
- codec.go
- errors.go
- genesis.go
- genesis.pb.go
- keys.go
- market_data.pb.go
- message_account.go
- message_logon.go
- message_logout.go
- message_market_data.go
- message_order.go
- message_order_mass_status.go
- message_quote.go
- message_security_definition.go
- message_security_list.go
- message_security_status.go
- message_security_types.go
- message_trade_capture.go
- message_trading_session.go
- message_trading_session_list.go
- order_mass_status.pb.go
- orders.pb.go
- orders_cancel_reject.pb.go
- orders_cancel_request.pb.go
- orders_execution_report.pb.go
- query.pb.go
- query.pb.gw.go
- quote.pb.go
- security.pb.go
- security_list.pb.go
- security_status.pb.go
- security_types.pb.go
- session_logout.pb.go
- session_reject.pb.go
- sessions.pb.go
- standard_message.pb.go
- trade_capture.pb.go
- trading_session.pb.go
- trading_session_list.pb.go
- tx.pb.go
- types.go