Class: Quickfix::UnderlyingProvisionCashSettlValueDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionCashSettlValueDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateOffsetUnit
constructor
A new instance of UnderlyingProvisionCashSettlValueDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlValueDateOffsetUnit
Returns a new instance of UnderlyingProvisionCashSettlValueDateOffsetUnit.
59247 59248 59249 59250 59251 59252 59253 |
# File 'lib/quickfix_fields.rb', line 59247 def initialize(data = nil) if( data == nil ) super(42109) else super(42109, data) end end |
Class Method Details
.field ⇒ Object
59244 59245 59246 |
# File 'lib/quickfix_fields.rb', line 59244 def .field return 42109 end |