Class: Quickfix::UnderlyingStreamCommodityNearbySettlDayUnit

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

Returns a new instance of UnderlyingStreamCommodityNearbySettlDayUnit.



55997
55998
55999
56000
56001
56002
56003
# File 'lib/quickfix_fields.rb', line 55997

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

Class Method Details

.fieldObject



55994
55995
55996
# File 'lib/quickfix_fields.rb', line 55994

def UnderlyingStreamCommodityNearbySettlDayUnit.field
	return 41980
end