Class: Quickfix::UnderlyingStreamCommoditySettlPeriodFrequencyPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodFrequencyPeriod

Returns a new instance of UnderlyingStreamCommoditySettlPeriodFrequencyPeriod.



56374
56375
56376
56377
56378
56379
56380
# File 'lib/quickfix_fields.rb', line 56374

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