Class: Quickfix::LiquidityIndType

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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