Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( TestExchangeHost = "test.exchange" TestExchangePort = "9888" TestExchangeDetails = types.ExchangeQueryDetails{ Exchange: exchange_common.EXCHANGE_ID_TEST_EXCHANGE, Url: fmt.Sprintf("http://%s:%s/ticker?symbol=$", TestExchangeHost, TestExchangePort), PriceFunction: coinbase_pro.CoinbaseProPriceFunction, } )
Exchange used for testing purposes. We'll reuse the CoinbasePro price function.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.