Class: Quickfix::UnderlyingProvisionCashSettlPaymentDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingProvisionCashSettlPaymentDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateOffsetUnit
constructor
A new instance of UnderlyingProvisionCashSettlPaymentDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingProvisionCashSettlPaymentDateOffsetUnit
Returns a new instance of UnderlyingProvisionCashSettlPaymentDateOffsetUnit.
59065 59066 59067 59068 59069 59070 59071 |
# File 'lib/quickfix_fields.rb', line 59065 def initialize(data = nil) if( data == nil ) super(42095) else super(42095, data) end end |
Class Method Details
.field ⇒ Object
59062 59063 59064 |
# File 'lib/quickfix_fields.rb', line 59062 def .field return 42095 end |