| Modifier and Type | Method and Description |
|---|---|
Taker_side |
Trade.get_taker_side() |
static Taker_side |
Taker_side.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Taker_side[] |
Taker_side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Trade(String symbol_id,
Instant time_exchange,
Instant time_coinapi,
String uuid,
double price,
double size,
Taker_side taker_side) |
Copyright © 2019 MARMOT SOLUTIONS LTD. All rights reserved.