Class: Quickfix::StreamCommoditySettlTimeType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommoditySettlTimeType

Returns a new instance of StreamCommoditySettlTimeType.



45974
45975
45976
45977
45978
45979
45980
# File 'lib/quickfix_fields.rb', line 45974

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