Class: Quickfix::ProvisionOptionRelevantUnderlyingDateUnadjusted
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionOptionRelevantUnderlyingDateUnadjusted
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionOptionRelevantUnderlyingDateUnadjusted
constructor
A new instance of ProvisionOptionRelevantUnderlyingDateUnadjusted.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionOptionRelevantUnderlyingDateUnadjusted
Returns a new instance of ProvisionOptionRelevantUnderlyingDateUnadjusted.
29321 29322 29323 29324 29325 29326 29327 |
# File 'lib/quickfix_fields.rb', line 29321 def initialize(data = nil) if( data == nil ) super(40155) else super(40155, data) end end |
Class Method Details
.field ⇒ Object
29318 29319 29320 |
# File 'lib/quickfix_fields.rb', line 29318 def ProvisionOptionRelevantUnderlyingDateUnadjusted.field return 40155 end |