Uses of Class
org.drip.oms.transaction.LimitOrderBlock
| Package | Description |
|---|---|
| org.drip.oms.depth |
L1/L2/L3 Deep Books
|
| org.drip.oms.exchange |
Implementation of Venue Order Handling
|
| org.drip.oms.transaction |
Order Specification and Session Metrics
|
-
Uses of LimitOrderBlock in org.drip.oms.depth
Methods in org.drip.oms.depth that return LimitOrderBlock Modifier and Type Method Description LimitOrderBlockMontageL1Manager. askNBBOBlock()Retrieve the NBBO Ask BlockLimitOrderBlockMontageL1Manager. bidNBBOBlock()Retrieve the NBBO Bid BlockLimitOrderBlockMontageL1Entry. topOfTheBook()Retrieve the Bid Top-of-the-BookLimitOrderBlockOrderBlockL2. topOfTheBook()Retrieve the Top of the BookLimitOrderBlockPriceBook. topOfTheBook(boolean bid)Retrieve the Top-of-the-BookMethods in org.drip.oms.depth that return types with arguments of type LimitOrderBlock Modifier and Type Method Description java.util.TreeMap<java.lang.Double,LimitOrderBlock>PriceBook. aggregatedPostedBlockMap()Retrieve the Aggregated Posted Block Price Mapjava.util.TreeMap<java.lang.Double,LimitOrderBlock>OrderBlockL2. orderedBlockMap()Retrieve the Ordered Block MapMethods in org.drip.oms.depth with parameters of type LimitOrderBlock Modifier and Type Method Description booleanOrderBlockL2. addBlock(LimitOrderBlock postedBlock)Add a Posted Block to the Price BookbooleanPriceBook. aggregatePostedBlock(LimitOrderBlock postedBlock)Aggregate a Posted Block to the Price BookbooleanPriceBook. disaggregateSweptBlock(LimitOrderBlock sweptBlock, boolean allowPartialSweep)Disaggregate a Swept Block to the Price BookConstructors in org.drip.oms.depth with parameters of type LimitOrderBlock Constructor Description MontageL1Entry(java.lang.String venueCode, LimitOrderBlock topOfTheBook)MontageL1Entry Constructor -
Uses of LimitOrderBlock in org.drip.oms.exchange
Methods in org.drip.oms.exchange that return LimitOrderBlock Modifier and Type Method Description LimitOrderBlockVenue. topOfTheAskLimitOrderBook(java.lang.String ticker)Retrieve the Top-of-the-Ask Limit Order Book for the specified TickerLimitOrderBlockVenue. topOfTheBidLimitOrderBook(java.lang.String ticker)Retrieve the Top-of-the-Bid Limit Order Book for the specified TickerMethods in org.drip.oms.exchange with parameters of type LimitOrderBlock Modifier and Type Method Description booleanVenue. postAskLimitOrderBlock(java.lang.String ticker, LimitOrderBlock postedLimitOrderBlock)Post a Block to the Venue Ask Limit Order Book for the TickerbooleanVenue. postBidLimitOrderBlock(java.lang.String ticker, LimitOrderBlock postedLimitOrderBlock)Post a Block to the Venue Bid Limit Order Book for the TickerbooleanVenue. sweepAskBlock(java.lang.String ticker, LimitOrderBlock sweptLimitOrderBlock, boolean allowPartialSweep)Sweep a Block to the Venue Ask Limit Order Book for the TickerbooleanVenue. sweepBidLimitOrderBlock(java.lang.String ticker, LimitOrderBlock sweptLimitOrderBlock, boolean allowPartialSweep)Sweep a Block to the Venue Bid Limit Order Book for the Ticker -
Uses of LimitOrderBlock in org.drip.oms.transaction
Methods in org.drip.oms.transaction that return LimitOrderBlock Modifier and Type Method Description LimitOrderBlockLimitOrderBlock. clone()Clone this Instancestatic LimitOrderBlockLimitOrderBlock. Now(double price, double size)Construct a Fresh Instance of the LimitOrderBlockMethods in org.drip.oms.transaction with parameters of type LimitOrderBlock Modifier and Type Method Description intLimitOrderBlock. compare(LimitOrderBlock l2Block1, LimitOrderBlock l2Block2)Compare Two Limit Order Block Instances