Class BitfinexNewOrder
java.lang.Object
org.knowm.xchange.bitfinex.v1.dto.trade.BitfinexNewOrder
-
Field Summary
-
Constructor Summary
ConstructorDescriptionBitfinexNewOrder
(String symbol, String exchange, String side, String type, BigDecimal amount, BigDecimal price) -
Method Summary
Modifier and TypeMethodDescriptiongetPrice()
getSide()
getType()
void
setAmount
(BigDecimal amount) void
setExchange
(String exchange) void
setPrice
(BigDecimal price) void
void
void
-
Field Details
-
symbol
-
exchange
-
side
-
type
-
amount
-
price
-
-
Constructor Details
-
BitfinexNewOrder
public BitfinexNewOrder(String symbol, String exchange, String side, String type, BigDecimal amount, BigDecimal price)
-
-
Method Details
-
getSymbol
-
setSymbol
-
getExchange
-
setExchange
-
getSide
-
setSide
-
getType
-
setType
-
getAmount
-
setAmount
-
getPrice
-
setPrice
-