Class: Quickfix::SettlMethodElectionDateOffsetDayType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SettlMethodElectionDateOffsetDayType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlMethodElectionDateOffsetDayType
constructor
A new instance of SettlMethodElectionDateOffsetDayType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SettlMethodElectionDateOffsetDayType
Returns a new instance of SettlMethodElectionDateOffsetDayType.
70843 70844 70845 70846 70847 70848 70849 |
# File 'lib/quickfix_fields.rb', line 70843 def initialize(data = nil) if( data == nil ) super(42782) else super(42782, data) end end |
Class Method Details
.field ⇒ Object
70840 70841 70842 |
# File 'lib/quickfix_fields.rb', line 70840 def SettlMethodElectionDateOffsetDayType.field return 42782 end |