Class: Quickfix::OrderEventLiquidityIndicator
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::OrderEventLiquidityIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ OrderEventLiquidityIndicator
constructor
A new instance of OrderEventLiquidityIndicator.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ OrderEventLiquidityIndicator
Returns a new instance of OrderEventLiquidityIndicator.
23549 23550 23551 23552 23553 23554 23555 |
# File 'lib/quickfix_fields.rb', line 23549 def initialize(data = nil) if( data == nil ) super(1801) else super(1801, data) end end |
Class Method Details
.field ⇒ Object
23546 23547 23548 |
# File 'lib/quickfix_fields.rb', line 23546 def OrderEventLiquidityIndicator.field return 1801 end |