Class: Quickfix::LegStreamCommoditySettlPeriodPrice

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommoditySettlPeriodPrice

Returns a new instance of LegStreamCommoditySettlPeriodPrice.



51798
51799
51800
51801
51802
51803
51804
# File 'lib/quickfix_fields.rb', line 51798

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