Class: Quickfix::StreamCommoditySettlDay

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommoditySettlDay

Returns a new instance of StreamCommoditySettlDay.



45909
45910
45911
45912
45913
45914
45915
# File 'lib/quickfix_fields.rb', line 45909

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