Documentation ¶
Index ¶
- func GetLimit(limit string) int
- func GetUser(user string) *types.Address
- type History
- type Markets
- type Orders
- func (ep *Orders) CreateOrder(rw http.ResponseWriter, r *http.Request) error
- func (ep *Orders) GetOrder(rw http.ResponseWriter, r *http.Request) error
- func (ep *Orders) GetOrderBook(rw http.ResponseWriter, r *http.Request) error
- func (ep *Orders) GetOrders(rw http.ResponseWriter, r *http.Request) error
- type Ticks
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Markets ¶
func (*Markets) GetMarkets ¶
type Orders ¶
type Orders struct { OrderBook orderbook.OrderBook BalanceValidator validators.BalanceValidator Vault *contracts.Vault }
func (*Orders) CreateOrder ¶
func (*Orders) GetOrderBook ¶
Click to show internal directories.
Click to hide internal directories.