Class: Quickfix::LegDividendPeriodPaymentDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegDividendPeriodPaymentDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegDividendPeriodPaymentDateOffsetUnit
constructor
A new instance of LegDividendPeriodPaymentDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegDividendPeriodPaymentDateOffsetUnit
Returns a new instance of LegDividendPeriodPaymentDateOffsetUnit.
65669 65670 65671 65672 65673 65674 65675 |
# File 'lib/quickfix_fields.rb', line 65669 def initialize(data = nil) if( data == nil ) super(42382) else super(42382, data) end end |
Class Method Details
.field ⇒ Object
65666 65667 65668 |
# File 'lib/quickfix_fields.rb', line 65666 def LegDividendPeriodPaymentDateOffsetUnit.field return 42382 end |