Class: Quickfix::StreamCommoditySettlPeriodNotional

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommoditySettlPeriodNotional

Returns a new instance of StreamCommoditySettlPeriodNotional.



46039
46040
46041
46042
46043
46044
46045
# File 'lib/quickfix_fields.rb', line 46039

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