Class: Quickfix::UnderlyingStreamCommodityXIDRef

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommodityXIDRef

Returns a new instance of UnderlyingStreamCommodityXIDRef.



56114
56115
56116
56117
56118
56119
56120
# File 'lib/quickfix_fields.rb', line 56114

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