Class: Quickfix::UnderlyingStreamCommoditySettlDateRollPeriod

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlDateRollPeriod

Returns a new instance of UnderlyingStreamCommoditySettlDateRollPeriod.



56062
56063
56064
56065
56066
56067
56068
# File 'lib/quickfix_fields.rb', line 56062

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