Class: Quickfix::ProvisionOptionRelevantUnderlyingDateAdjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionOptionRelevantUnderlyingDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionRelevantUnderlyingDateAdjusted
constructor
A new instance of ProvisionOptionRelevantUnderlyingDateAdjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionRelevantUnderlyingDateAdjusted
Returns a new instance of ProvisionOptionRelevantUnderlyingDateAdjusted.
29412 29413 29414 29415 29416 29417 29418 |
# File 'lib/quickfix_fields.rb', line 29412 def initialize(data = nil) if( data == nil ) super(40162) else super(40162, data) end end |
Class Method Details
.field ⇒ Object
29409 29410 29411 |
# File 'lib/quickfix_fields.rb', line 29409 def .field return 40162 end |