Class: Quickfix::LegStreamCommodityExchange

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommodityExchange

Returns a new instance of LegStreamCommodityExchange.



51304
51305
51306
51307
51308
51309
51310
# File 'lib/quickfix_fields.rb', line 51304

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