public class BulkOrder
extends Object
-
Field Summary
Fields
Function which takes a BulkOrder and returns its id.
-
Constructor Summary
Constructors
-
Method Summary
com.caplin.ret.trapi.fx.FXOrder
-
Field Details
-
getOrderId
public static final com.google.common.base.Function<BulkOrder,String> getOrderId
Function which takes a BulkOrder and returns its id.
-
Constructor Details
-
BulkOrder
public BulkOrder(String orderId,
String allowableActions,
com.caplin.ret.trapi.fx.FXOrder trapiFXOrder,
String assetClass)
-
Method Details
-
-
getAllowableActions
public String getAllowableActions()
-
getTrapiFXOrder
public com.caplin.ret.trapi.fx.FXOrder getTrapiFXOrder()
-
-