Class: Quickfix::LegProvisionOptionRelevantUnderlyingDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProvisionOptionRelevantUnderlyingDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionOptionRelevantUnderlyingDateAdjusted
constructor
A new instance of LegProvisionOptionRelevantUnderlyingDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProvisionOptionRelevantUnderlyingDateAdjusted
Returns a new instance of LegProvisionOptionRelevantUnderlyingDateAdjusted.
33988 33989 33990 33991 33992 33993 33994 |
# File 'lib/quickfix_fields.rb', line 33988 def initialize(data = nil) if( data == nil ) super(40515) else super(40515, data) end end |
Class Method Details
.field ⇒ Object
33985 33986 33987 |
# File 'lib/quickfix_fields.rb', line 33985 def LegProvisionOptionRelevantUnderlyingDateAdjusted.field return 40515 end |