Class: Quickfix::LiquidityIndType
- Inherits:
-
IntField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ LiquidityIndType
Returns a new instance of LiquidityIndType.
13851 13852 13853 13854 13855 13856 13857 |
# File 'lib/quickfix_fields.rb', line 13851 def initialize(data = nil) if( data == nil ) super(409) else super(409, data) end end |
Class Method Details
.field ⇒ Object
13848 13849 13850 |
# File 'lib/quickfix_fields.rb', line 13848 def LiquidityIndType.field return 409 end |