Class BatchStatus
java.lang.Object
org.knowm.xchange.krakenfutures.dto.trade.BatchStatus
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Stringfinal Stringfinal StringFor placement only.final DateAlways sendfinal BatchStatus.OrderStatus -
Constructor Summary
ConstructorsConstructorDescriptionBatchStatus(Date receivedTime, BatchStatus.OrderStatus status, String orderId, String orderTag, String cliOrdId) -
Method Summary
-
Field Details
-
receivedTime
Always send -
status
-
orderId
-
orderTag
For placement only. The arbitrary string provided client-side when the order was sent for the purpose of mapping order sending instructions to the API’s response -
cliOrdId
-
-
Constructor Details
-
BatchStatus
public BatchStatus(Date receivedTime, BatchStatus.OrderStatus status, String orderId, String orderTag, String cliOrdId)
-
-
Method Details