Class: Quickfix::UnderlyingDividendAccrualPaymentDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingDividendAccrualPaymentDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateOffsetUnit
constructor
A new instance of UnderlyingDividendAccrualPaymentDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendAccrualPaymentDateOffsetUnit
Returns a new instance of UnderlyingDividendAccrualPaymentDateOffsetUnit.
71389 71390 71391 71392 71393 71394 71395 |
# File 'lib/quickfix_fields.rb', line 71389 def initialize(data = nil) if( data == nil ) super(42821) else super(42821, data) end end |
Class Method Details
.field ⇒ Object
71386 71387 71388 |
# File 'lib/quickfix_fields.rb', line 71386 def UnderlyingDividendAccrualPaymentDateOffsetUnit.field return 42821 end |