Class: Quickfix::StreamCommoditySettlTotalHours

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommoditySettlTotalHours

Returns a new instance of StreamCommoditySettlTotalHours.



45922
45923
45924
45925
45926
45927
45928
# File 'lib/quickfix_fields.rb', line 45922

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