Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleUpdateMessage ¶
Types ¶
type BrokerProduct ¶
type BrokerProductMessage ¶
type BrokerProductMessage struct { BrokerProduct BrokerProduct `json:"brokerProduct"` Connection Connection `json:"connection"` Exchange Exchange `json:"exchange"` Currency Currency `json:"currency"` }
type Connection ¶
type Connection struct { Id uint `json:"id"` Username string `json:"username"` Code string `json:"code"` Name string `json:"name"` SystemCode string `json:"systemCode"` SystemName string `json:"systemName"` InstanceCode string `json:"instanceCode"` SupportsData bool `json:"supportsData"` SupportsMultipleData bool `json:"supportsMultipleData"` SupportsInventory bool `json:"supportsInventory"` }
type DataProduct ¶
type DataProductMessage ¶
type DataProductMessage struct { DataProduct DataProduct `json:"dataProduct"` Connection Connection `json:"connection"` Exchange Exchange `json:"exchange"` }
Click to show internal directories.
Click to hide internal directories.