Class: Quickfix::DividendPeriodPaymentDateOffsetUnit
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::DividendPeriodPaymentDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendPeriodPaymentDateOffsetUnit
constructor
A new instance of DividendPeriodPaymentDateOffsetUnit.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ DividendPeriodPaymentDateOffsetUnit
Returns a new instance of DividendPeriodPaymentDateOffsetUnit.
64330 64331 64332 64333 64334 64335 64336 |
# File 'lib/quickfix_fields.rb', line 64330 def initialize(data = nil) if( data == nil ) super(42290) else super(42290, data) end end |
Class Method Details
.field ⇒ Object
64327 64328 64329 |
# File 'lib/quickfix_fields.rb', line 64327 def DividendPeriodPaymentDateOffsetUnit.field return 42290 end |