Class VenueResponseType

java.lang.Object
org.drip.oms.exchange.VenueResponseType

public class VenueResponseType
extends java.lang.Object
VenueResponseType contains the types of Order Processing Responses from a Venue. The References are:

  • Chen, J. (2021): Time in Force: Definition, Types, and Examples https://www.investopedia.com/terms/t/timeinforce.asp
  • Cont, R., and A. Kukanov (2017): Optimal Order Placement in Limit Order Markets Quantitative Finance 17 (1) 21-39
  • Vassilis, P. (2005b): Slow and Fast Markets Journal of Economics and Business 57 (6) 576-593
  • Weiss, D. (2006): After the Trade is Made: Processing Securities Transactions Portfolio Publishing London UK
  • Wikipedia (2023): Central Limit Order Book https://en.wikipedia.org/wiki/Central_limit_order_book


Author:
Lakshmi Krishnamurthy
  • Field Summary

    Fields
    Modifier and Type Field Description
    static int EXECUTION
    EXECUTION
    static int NEW
    NEW
    static int REJECTED
    REJECTED
  • Constructor Summary

    Constructors
    Constructor Description
    VenueResponseType()  
  • Method Summary

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • VenueResponseType

      public VenueResponseType()