Class: Quickfix::OrderEventLiquidityIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OrderEventLiquidityIndicator

Returns a new instance of OrderEventLiquidityIndicator.



23549
23550
23551
23552
23553
23554
23555
# File 'lib/quickfix_fields.rb', line 23549

def initialize(data = nil)
  if( data == nil )
    super(1801)
  else
    super(1801, data)
  end
end

Class Method Details

.fieldObject



23546
23547
23548
# File 'lib/quickfix_fields.rb', line 23546

def OrderEventLiquidityIndicator.field
  return 1801
end