Class: Quickfix::OrderEventLiquidityIndicator

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

Instance Method Summary collapse

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