Class: Quickfix::LiquidityIndType

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



13848
13849
13850
# File 'lib/quickfix_fields.rb', line 13848

def LiquidityIndType.field
  return 409
end