Class: Quickfix::LiquidityIndType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LiquidityIndType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LiquidityIndType
constructor
A new instance of LiquidityIndType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LiquidityIndType
Returns a new instance of LiquidityIndType.
5102 5103 5104 5105 5106 5107 5108 |
# File 'lib/quickfix_fields.rb', line 5102 def initialize(data = nil) if( data == nil ) super(409) else super(409, data) end end |
Class Method Details
.field ⇒ Object
5099 5100 5101 |
# File 'lib/quickfix_fields.rb', line 5099 def LiquidityIndType.field return 409 end |