Class: Quickfix::UnderlyingContractPriceRefMonth

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

Returns a new instance of UnderlyingContractPriceRefMonth.



24069
24070
24071
24072
24073
24074
24075
# File 'lib/quickfix_fields.rb', line 24069

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

Class Method Details

.fieldObject



24066
24067
24068
# File 'lib/quickfix_fields.rb', line 24066

def UnderlyingContractPriceRefMonth.field
	return 1837
end