Class BleutradeOpenOrder
java.lang.Object
org.knowm.xchange.bleutrade.dto.trade.BleutradeOpenOrder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPrice()getType()voidsetAdditionalProperty(String name, Object value) voidsetComments(String Comments) voidsetCreated(String Created) voidsetExchange(String Exchange) voidsetOrderId(String OrderId) voidsetPrice(BigDecimal Price) voidsetQuantity(BigDecimal Quantity) voidsetQuantityBaseTraded(String QuantityBaseTraded) voidsetQuantityRemaining(BigDecimal QuantityRemaining) voidvoidtoString()
-
Constructor Details
-
BleutradeOpenOrder
public BleutradeOpenOrder()
-
-
Method Details
-
getOrderId
- Returns:
- The OrderId
-
setOrderId
- Parameters:
OrderId- The OrderId
-
getExchange
- Returns:
- The Exchange
-
setExchange
- Parameters:
Exchange- The Exchange
-
getType
- Returns:
- The Type
-
setType
- Parameters:
Type- The Type
-
getQuantity
- Returns:
- The Quantity
-
setQuantity
- Parameters:
Quantity- The Quantity
-
getQuantityRemaining
- Returns:
- The QuantityRemaining
-
setQuantityRemaining
- Parameters:
QuantityRemaining- The QuantityRemaining
-
getQuantityBaseTraded
- Returns:
- The QuantityBaseTraded
-
setQuantityBaseTraded
- Parameters:
QuantityBaseTraded- The QuantityBaseTraded
-
getPrice
- Returns:
- The Price
-
setPrice
- Parameters:
Price- The Price
-
getStatus
- Returns:
- The Status
-
setStatus
- Parameters:
Status- The Status
-
getCreated
- Returns:
- The Created
-
setCreated
- Parameters:
Created- The Created
-
getComments
- Returns:
- The Comments
-
setComments
- Parameters:
Comments- The Comments
-
getAdditionalProperties
-
setAdditionalProperty
-
toString
-