Documentation ¶
Index ¶
Constants ¶
View Source
const ( MarketETH Market = "ETH" MarketOrder OrderType = "MARKET" LimitOrder OrderType = "LIMIT" )
Variables ¶
This section is empty.
Functions ¶
func StartServer ¶
func StartServer()
Types ¶
type Exchange ¶
type GetOrdersResponse ¶
type OrderbookData ¶
type PlaceOrderRequest ¶
type PlaceOrderResponse ¶
type PlaceOrderResponse struct {
OrderID int64
}
type PriceResponse ¶
type PriceResponse struct {
Price float64
}
Click to show internal directories.
Click to hide internal directories.