Class: Quickfix::LegProvisionCashSettlPaymentDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegProvisionCashSettlPaymentDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateOffsetUnit
constructor
A new instance of LegProvisionCashSettlPaymentDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegProvisionCashSettlPaymentDateOffsetUnit
Returns a new instance of LegProvisionCashSettlPaymentDateOffsetUnit.
34053 34054 34055 34056 34057 34058 34059 |
# File 'lib/quickfix_fields.rb', line 34053 def initialize(data = nil) if( data == nil ) super(40520) else super(40520, data) end end |
Class Method Details
.field ⇒ Object
34050 34051 34052 |
# File 'lib/quickfix_fields.rb', line 34050 def LegProvisionCashSettlPaymentDateOffsetUnit.field return 40520 end |