Class: Quickfix::UnderlyingStreamCommoditySettlTotalHours

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlTotalHours

Returns a new instance of UnderlyingStreamCommoditySettlTotalHours.



56231
56232
56233
56234
56235
56236
56237
# File 'lib/quickfix_fields.rb', line 56231

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