- onBust(long, long, Side, long, int, int, Date, String, FillOptions) - Method in interface limebrokerage.trading.api.Callback
- 
Called when a previous fill on an US-Equities order is busted
 (reversed). 
- onCancelAck(long, long) - Method in interface limebrokerage.trading.api.Callback
- 
Called upon acknowledgement by the market of a successful
 cancel. 
- onCancelReject(long, long, String) - Method in interface limebrokerage.trading.api.Callback
- 
Called upon rejection of a cancel attempt by either the
 trading-server or the market. 
- onConnect() - Method in interface limebrokerage.trading.api.Callback
- 
Called when the client successfully connects to the
 trading-server. 
- onCorrect(long, long, Side, long, int, int, Date, String, FillOptions) - Method in interface limebrokerage.trading.api.Callback
- 
Called when a fill correction occurs on an US-Equities order. 
- onDisconnect(String) - Method in interface limebrokerage.trading.api.Callback
- 
Called if an existing connection to the trading-server is broken
 (whether intentionally or unexpectedly), or if a connection
 attempt to the trading-server fails. 
- onFill(long, long, Side, int, long, int, int, Date, String, FillOptions) - Method in interface limebrokerage.trading.api.Callback
- 
Called when a fill occurs on an US-Equities order. 
- onOrderAck(long, long, long, AckOptions) - Method in interface limebrokerage.trading.api.Callback
- 
Called upon acknowledgment by the market of a successful new
 order (not a cancel-replace). 
- onOrderEcho(long, long, Side, long, int, String, String) - Method in interface limebrokerage.trading.api.Callback
- 
Called when a new US-Equities order is placed via some
 alternative mechanism into the trading-server (for example, via
 Portal). 
- onOrderReject(long, long, String) - Method in interface limebrokerage.trading.api.Callback
- 
Called upon rejection of a new order (not cancel-replace) by
 either the trading-server or the market. 
- onPartialCancelAck(long, long, int) - Method in interface limebrokerage.trading.api.Callback
- 
Called upon acknowledgement by the market of a successful
 partial cancel. 
- onReplaceAck(long, long, long, long, AckOptions) - Method in interface limebrokerage.trading.api.Callback
- 
Called upon acknowledgement by the market of a successful
 cancel-replace. 
- onReplaceEcho(long, long, long, long, int) - Method in interface limebrokerage.trading.api.Callback
- 
Called when a cancel-replace is attempted via some alternative
 mechanism (for example, via Portal). 
- onReplaceReject(long, long, long, String) - Method in interface limebrokerage.trading.api.Callback
- 
Called upon rejection of a cancel-replace by either the
 trading-server or the market. 
- onUSOptionsBust(long, long, Side, long, int, int, Date, USOptionsSymbol, FillOptions) - Method in interface limebrokerage.trading.api.Callback
- 
Called when a previous fill on an US-Options order is busted
 (reversed). 
- onUSOptionsCorrect(long, long, Side, long, int, int, Date, USOptionsSymbol, FillOptions) - Method in interface limebrokerage.trading.api.Callback
- 
Called when a fill correction occurs on an US-Options order. 
- onUSOptionsFill(long, long, Side, int, long, int, int, Date, USOptionsSymbol, FillOptions) - Method in interface limebrokerage.trading.api.Callback
- 
Called when a fill occurs on an US-Options order. 
- onUSOptionsOrderEcho(long, long, Side, long, int, PositionEffect, String, USOptionsSymbol) - Method in interface limebrokerage.trading.api.Callback
- 
Called when a new US-Options order is placed via some
 alternative mechanism into the trading-server (for example, via
 Portal). 
- OrderOptions - Class in limebrokerage.trading.api
- 
Order options for US-Equities orders. 
- OrderOptions() - Constructor for class limebrokerage.trading.api.OrderOptions
- 
Constructs an instance without any options set. 
- SAME_PRICE - Static variable in class limebrokerage.trading.api.Client
- 
When cancel-replacing, means that the price of the replacement
 order should remain the same as the original order. 
- SAME_QUANTITY - Static variable in class limebrokerage.trading.api.Client
- 
When cancel-replacing, means that the quantity of the replacement
 order should remain the same as the original order. 
- setAggression(int) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the aggression option. 
- setAggression(int) - Method in class limebrokerage.trading.api.USOptionsAlgoOrderOptions
- 
Enables the aggression option. 
- setAllOrNone() - Method in class limebrokerage.trading.api.USOptionsAlgoOrderOptions
- 
Enables the all-or-none option. 
- setAllOrNone() - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the all-or-none option. 
- setAllowRouting() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the allow-routing option. 
- setAllowRouting() - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the allow-routing option. 
- setArcaPassiveLiquidity() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the ARCA passive liquidity option. 
- setArcaPreOpenSession() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the ArcaPreOpenSession option. 
- setArcaTracking() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the ARCA tracking option. 
- setArcaTracking() - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the ARCA tracking option. 
- setBatsDarkScan() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the BATS dark-scan option. 
- setBatsNoRescrapeAtLimit() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the BATS no-rescrape at-limit option. 
- setCeilingFloorPrice(int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the ceiling/floor price option. 
- setClientData1(String) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the client data 1 option. 
- setClientData1(String) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the client data 1 option. 
- setClientData1(String) - Method in class limebrokerage.trading.api.USOptionsAlgoOrderOptions
- 
Enables the client data 1 option. 
- setClientData1(String) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the client data 1 option. 
- setClientData2(String) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the client data 2 option. 
- setClientData2(String) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the client data 2 option. 
- setClientData2(String) - Method in class limebrokerage.trading.api.USOptionsAlgoOrderOptions
- 
Enables the client data 2 option. 
- setClientData2(String) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the client data 2 option. 
- setClientData3(String) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the client data 3 option. 
- setClientData3(String) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the client data 3 option. 
- setClientData3(String) - Method in class limebrokerage.trading.api.USOptionsAlgoOrderOptions
- 
Enables the client data 3 option. 
- setClientData3(String) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the client data 3 option. 
- setCustomerType(CustomerType) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the customer-type option. 
- setDiscretionOffset(int) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the discretion offset option. 
- setDiscretionOffset(int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the discretion offset option. 
- setDiscretionOffset(int) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the discretion offset option. 
- setEndTime(Date) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the end-time option. 
- setEndTime(Date) - Method in class limebrokerage.trading.api.AlgoReplaceOptions
- 
Enables the end-time option. 
- setEndTime(Date) - Method in class limebrokerage.trading.api.USOptionsAlgoOrderOptions
- 
Enables the end-time option. 
- setEndTime(Date) - Method in class limebrokerage.trading.api.USOptionsAlgoReplaceOptions
- 
Enables the end-time option. 
- setExcludedVenues(String) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the excluded Venues option. 
- setExpireTime(Date) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the expire-time option. 
- setExpireTime(Date) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the expire-time option. 
- setExpireTime(Date) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the expire-time option. 
- setImbalanceOnly() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the imbalance only option. 
- setInvisible() - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the invisible option. 
- setInvisible() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the invisible option. 
- setIseDisplayRange(int) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the ISE display-range option. 
- setIseDisplayWhen(byte) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the ISE display-when option. 
- setIseExposureFlag(String) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the ISE exposure flag option. 
- setISO(int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the ISO option. 
- setISO(int) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the ISO option. 
- setIWouldPx(int) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the iWouldPx option. 
- setLockedCrossedAction(LockedCrossedAction) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the locked/crossed action option. 
- setMarketDisplayPrice(int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the market display price option. 
- setMaxFloor(int) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the max-floor option. 
- setMaxFloor(int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the max-floor option. 
- setMaxFloor(int) - Method in class limebrokerage.trading.api.USOptionsAlgoOrderOptions
- 
Enables the max-floor option. 
- setMaxFloor(int) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the max-floor option. 
- setMaxMarketOrderSlippageAmount(int) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the max market order slippage amount option. 
- setMaxMarketOrderSlippageAmount(int) - Method in class limebrokerage.trading.api.AlgoReplaceOptions
- 
Enables the max market order slippage amount option. 
- setMinimumTriggerPercent(int) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the minimumTriggerPercent option. 
- setMinimumTriggerPercent(int) - Method in class limebrokerage.trading.api.AlgoReplaceOptions
- 
Enables the minimumTriggerPercent option. 
- setMinimumTriggerVol(int) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the minimumTriggerVol option. 
- setMinimumTriggerVol(int) - Method in class limebrokerage.trading.api.AlgoReplaceOptions
- 
Enables the minimumTriggerVol option. 
- setMinimumTriggerVol(int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the minimumTriggerVol option. 
- setMinimumTriggerVol(int) - Method in class limebrokerage.trading.api.ReplaceOptions
- 
Enables the minimumTriggerVol option. 
- setMinQuantity(int) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the min-quantity option. 
- setMinQuantity(int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the min-quantity option. 
- setMinQuantity(int) - Method in class limebrokerage.trading.api.ReplaceOptions
- 
Enables the min-quantity option. 
- setMinQuantity(int) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the min-quantity option. 
- setNasdaqPostOnly() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the Nasdaq post-only option. 
- setNYSEClosingOffset() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the NYSE closing-offset option. 
- setNyseParityStrategy(String) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the NYSE parity-strategy option. 
- setPegDifference(int) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the peg-difference option. 
- setPegDifference(int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the peg-difference option. 
- setPegOffsets(int, int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the peg-offsets option. 
- setPegType(PegType) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the peg-type option. 
- setPegType(PegType) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the peg-type option. 
- setPostOnly() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the post-only option. 
- setPostOnly() - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the post-only option. 
- setQuickstart(QuickstartSetting) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the quickstart option. 
- setQuickstart(QuickstartSetting) - Method in class limebrokerage.trading.api.AlgoReplaceOptions
- 
Enables the quickstart option. 
- setRegularSessionOnly() - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the regularSessionOnly option. 
- setRegularSessionOnly() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the regular session only option. 
- setRetailPriceOffset(int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the retail price offset option. 
- setRouteToNYSE() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the route-to-NYSE option. 
- setRoutingInstructions(RoutingInstructions) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the routing-instructions option. 
- setRoutingInstructions(RoutingInstructions) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the routing-instructions option. 
- setRoutingStrategy(String) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the routing strategy option. 
- setSaleAffirm() - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the sale affirm option. 
- setSaleAffirm() - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the sale affirm option. 
- setShortSaleAffirmLongQuantity(int) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the short-sale affirm long-quantity option. 
- setShortSaleAffirmLongQuantity(int) - Method in class limebrokerage.trading.api.AlgoReplaceOptions
- 
Enables the short-sale affirm long-quantity option. 
- setShortSaleAffirmLongQuantity(int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the short-sale affirm long-quantity option. 
- setShortSaleAffirmLongQuantity(int) - Method in class limebrokerage.trading.api.ReplaceOptions
- 
Enables the short-sale affirm long-quantity option. 
- setStartTime(Date) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the start-time option. 
- setStartTime(Date) - Method in class limebrokerage.trading.api.AlgoReplaceOptions
- 
Enables the start-time option. 
- setStartTime(Date) - Method in class limebrokerage.trading.api.USOptionsAlgoOrderOptions
- 
Enables the start-time option. 
- setStartTime(Date) - Method in class limebrokerage.trading.api.USOptionsAlgoReplaceOptions
- 
Enables the start-time option. 
- setSweepType(SweepType) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the sweepType option. 
- setTargetLocationId(String) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the target-location id option. 
- setTimeInForce(TimeInForce) - Method in class limebrokerage.trading.api.AlgoOrderOptions
- 
Enables the time-in-force option. 
- setTimeInForce(TimeInForce) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the time-in-force option. 
- setTimeInForce(TimeInForce) - Method in class limebrokerage.trading.api.USOptionsAlgoOrderOptions
- 
Enables the time-in-force option. 
- setTimeInForce(TimeInForce) - Method in class limebrokerage.trading.api.USOptionsOrderOptions
- 
Enables the time-in-force option. 
- setTimeInMarket(int) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the time-in-market option. 
- setWashTradePrevention(WashTradePrevention) - Method in class limebrokerage.trading.api.OrderOptions
- 
Enables the wash-trade prevention option. 
- side() - Method in class limebrokerage.trading.api.AckOptions
- 
Side option. 
- Side - Enum in limebrokerage.trading.api
- 
Type of order 
- strike() - Method in class limebrokerage.trading.api.USOptionsSymbol
- 
Get the contract's strike price. 
- STRIKE_PRICE_SCALE - Static variable in class limebrokerage.trading.api.USOptionsSymbol
- 
All strike prices are scaled by this constant. 
- SweepType - Enum in limebrokerage.trading.api
- 
LSR SweepType settings. 
- valueOf(String) - Static method in enum limebrokerage.trading.api.CustomerType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum limebrokerage.trading.api.LockedCrossedAction
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum limebrokerage.trading.api.PegType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum limebrokerage.trading.api.PositionEffect
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum limebrokerage.trading.api.QuickstartSetting
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum limebrokerage.trading.api.RoutingInstructions.Market
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum limebrokerage.trading.api.Side
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum limebrokerage.trading.api.SweepType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum limebrokerage.trading.api.TimeInForce
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum limebrokerage.trading.api.WashTradePrevention
- 
Returns the enum constant of this type with the specified name. 
- values() - Static method in enum limebrokerage.trading.api.CustomerType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum limebrokerage.trading.api.LockedCrossedAction
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum limebrokerage.trading.api.PegType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum limebrokerage.trading.api.PositionEffect
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum limebrokerage.trading.api.QuickstartSetting
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum limebrokerage.trading.api.RoutingInstructions.Market
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum limebrokerage.trading.api.Side
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum limebrokerage.trading.api.SweepType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum limebrokerage.trading.api.TimeInForce
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum limebrokerage.trading.api.WashTradePrevention
- 
Returns an array containing the constants of this enum type, in
the order they are declared.