Class: Quickfix::UnderlyingPricingDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingPricingDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPricingDateAdjusted
constructor
A new instance of UnderlyingPricingDateAdjusted.
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
.field ⇒ Object
55617 55618 55619 |
# File 'lib/quickfix_fields.rb', line 55617 def UnderlyingPricingDateAdjusted.field return 41951 end |