Class: Quickfix::UnderlyingPricingDateAdjusted

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

Returns a new instance of UnderlyingPricingDateAdjusted.



55620
55621
55622
55623
55624
55625
55626
# File 'lib/quickfix_fields.rb', line 55620

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

Class Method Details

.fieldObject



55617
55618
55619
# File 'lib/quickfix_fields.rb', line 55617

def UnderlyingPricingDateAdjusted.field
	return 41951
end