Class: Quickfix::UnderlyingStreamCommoditySettlPeriodFrequencyUnit

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodFrequencyUnit

Returns a new instance of UnderlyingStreamCommoditySettlPeriodFrequencyUnit.



56387
56388
56389
56390
56391
56392
56393
# File 'lib/quickfix_fields.rb', line 56387

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