Class: Quickfix::UnderlyingStreamCommodityXID

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) ⇒ 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

Class Method Details

.fieldObject



56098
56099
56100
# File 'lib/quickfix_fields.rb', line 56098

def UnderlyingStreamCommodityXID.field
	return 41988
end