Class: Quickfix::StreamCommodityRateSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StreamCommodityRateSource

Returns a new instance of StreamCommodityRateSource.



45610
45611
45612
45613
45614
45615
45616
# File 'lib/quickfix_fields.rb', line 45610

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