Class: Quickfix::ProvisionCashSettlPaymentDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ProvisionCashSettlPaymentDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateOffsetUnit
constructor
A new instance of ProvisionCashSettlPaymentDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ ProvisionCashSettlPaymentDateOffsetUnit
Returns a new instance of ProvisionCashSettlPaymentDateOffsetUnit.
29477 29478 29479 29480 29481 29482 29483 |
# File 'lib/quickfix_fields.rb', line 29477 def initialize(data = nil) if( data == nil ) super(40167) else super(40167, data) end end |
Class Method Details
.field ⇒ Object
29474 29475 29476 |
# File 'lib/quickfix_fields.rb', line 29474 def ProvisionCashSettlPaymentDateOffsetUnit.field return 40167 end |