Class: Quickfix::UnderlyingStreamCommoditySettlDay

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlDay

Returns a new instance of UnderlyingStreamCommoditySettlDay.



56218
56219
56220
56221
56222
56223
56224
# File 'lib/quickfix_fields.rb', line 56218

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