Package dto.response
Class GateioOrderBookResponse
java.lang.Object
dto.response.GateioWebSocketTransaction
dto.response.GateioOrderBookResponse
public class GateioOrderBookResponse extends GateioWebSocketTransaction
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
GateioOrderBookResponse.Result
-
Constructor Summary
Constructors Constructor Description GateioOrderBookResponse()
-
Method Summary
Modifier and Type Method Description CurrencyPair
getCurrencyPair()
OrderBook
toOrderBook(CurrencyPair currencyPair)
-
Constructor Details
-
GateioOrderBookResponse
public GateioOrderBookResponse()
-
-
Method Details
-
getCurrencyPair
- Specified by:
getCurrencyPair
in classGateioWebSocketTransaction
-
toOrderBook
-