Class: Quickfix::LastLiquidityInd

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LastLiquidityInd

Returns a new instance of LastLiquidityInd.



8508
8509
8510
8511
8512
8513
8514
# File 'lib/quickfix_fields.rb', line 8508

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

Class Method Details

.fieldObject



8505
8506
8507
# File 'lib/quickfix_fields.rb', line 8505

def LastLiquidityInd.field
	return 851
end