Class: Quickfix::LastLiquidityInd
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LastLiquidityInd
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastLiquidityInd
constructor
A new instance of LastLiquidityInd.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LastLiquidityInd
Returns a new instance of LastLiquidityInd.
11537 11538 11539 11540 11541 11542 11543 |
# File 'lib/quickfix_fields.rb', line 11537 def initialize(data = nil) if( data == nil ) super(851) else super(851, data) end end |
Class Method Details
.field ⇒ Object
11534 11535 11536 |
# File 'lib/quickfix_fields.rb', line 11534 def LastLiquidityInd.field return 851 end |