Class: Quickfix::UnderlyingStreamCommodityAltID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStreamCommodityAltID

Returns a new instance of UnderlyingStreamCommodityAltID.



56140
56141
56142
56143
56144
56145
56146
# File 'lib/quickfix_fields.rb', line 56140

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