Class: Quickfix::UnderlyingStreamCommodityXID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommodityXID

Returns a new instance of UnderlyingStreamCommodityXID.



56101
56102
56103
56104
56105
56106
56107
# File 'lib/quickfix_fields.rb', line 56101

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