Class: Quickfix::UnderlyingStreamCommodityAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

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

Class Method Details

.fieldObject



56137
56138
56139
# File 'lib/quickfix_fields.rb', line 56137

def UnderlyingStreamCommodityAltID.field
	return 41991
end