Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrossSpread ¶
type Order ¶
type Order struct {
// contains filtered or unexported fields
}
func NewAskOrder ¶
func NewBidOrder ¶
type Orderbook ¶
type Orderbook struct {
// contains filtered or unexported fields
}
func NewOrderbook ¶
func NewOrderbookFromFile ¶
type Orderbooks ¶
type Provider ¶
type Provider interface { Start() error GetOrderbooks() Orderbooks Name() string }
Click to show internal directories.
Click to hide internal directories.