Uses of Class
org.drip.oms.switchable.StopOrderGTC
Package | Description |
---|---|
org.drip.oms.switchable |
Implementation of Switchable Stop Order
|
-
Uses of StopOrderGTC in org.drip.oms.switchable
Methods in org.drip.oms.switchable that return StopOrderGTC Modifier and Type Method Description static StopOrderGTC
StopOrderGTC. Buy(OrderIssuer issuer, java.lang.String ticker, double size, int durationDays, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, double switchPrice)
Create a Standard Instance of Buy Good-Till-Close (GTC) Stop Orderstatic StopOrderGTC
StopOrderGTC. Standard(OrderIssuer issuer, java.lang.String ticker, Side side, double size, int durationDays, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, double switchPrice)
Create a Standard Instance of Good-Till-Close (GTC) Stop Orderstatic StopOrderGTC
StopOrderGTC. StandardSell(OrderIssuer issuer, java.lang.String ticker, double size, int durationDays, OrderFillWholeSettings fillWholeSettings, DisplaySettings displaySettings, double switchPrice)
Create a Standard Instance of Sell Good-Till-Close (GTC) Stop Order