Class: Quickfix::UnderlyingDividendPeriodPaymentDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDividendPeriodPaymentDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateOffsetUnit
constructor
A new instance of UnderlyingDividendPeriodPaymentDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendPeriodPaymentDateOffsetUnit
Returns a new instance of UnderlyingDividendPeriodPaymentDateOffsetUnit.
72130 72131 72132 72133 72134 72135 72136 |
# File 'lib/quickfix_fields.rb', line 72130 def initialize(data = nil) if( data == nil ) super(42878) else super(42878, data) end end |
Class Method Details
.field ⇒ Object
72127 72128 72129 |
# File 'lib/quickfix_fields.rb', line 72127 def .field return 42878 end |