Class: Quickfix::UnderlyingDividendFXTriggerDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingDividendFXTriggerDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingDividendFXTriggerDateRelativeTo
constructor
A new instance of UnderlyingDividendFXTriggerDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingDividendFXTriggerDateRelativeTo
Returns a new instance of UnderlyingDividendFXTriggerDateRelativeTo.
71714 71715 71716 71717 71718 71719 71720 |
# File 'lib/quickfix_fields.rb', line 71714 def initialize(data = nil) if( data == nil ) super(42846) else super(42846, data) end end |
Class Method Details
.field ⇒ Object
71711 71712 71713 |
# File 'lib/quickfix_fields.rb', line 71711 def .field return 42846 end |