Class: Quickfix::LegStreamCommodityType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStreamCommodityType

Returns a new instance of LegStreamCommodityType.



51200
51201
51202
51203
51204
51205
51206
# File 'lib/quickfix_fields.rb', line 51200

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