Class: Quickfix::DividendFXTriggerDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DividendFXTriggerDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DividendFXTriggerDateOffsetDayType
constructor
A new instance of DividendFXTriggerDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DividendFXTriggerDateOffsetDayType
Returns a new instance of DividendFXTriggerDateOffsetDayType.
64044 64045 64046 64047 64048 64049 64050 |
# File 'lib/quickfix_fields.rb', line 64044 def initialize(data = nil) if( data == nil ) super(42268) else super(42268, data) end end |
Class Method Details
.field ⇒ Object
64041 64042 64043 |
# File 'lib/quickfix_fields.rb', line 64041 def DividendFXTriggerDateOffsetDayType.field return 42268 end |