Class: Quickfix::SettlMethodElectionDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SettlMethodElectionDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlMethodElectionDateRelativeTo
constructor
A new instance of SettlMethodElectionDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SettlMethodElectionDateRelativeTo
Returns a new instance of SettlMethodElectionDateRelativeTo.
70804 70805 70806 70807 70808 70809 70810 |
# File 'lib/quickfix_fields.rb', line 70804 def initialize(data = nil) if( data == nil ) super(42779) else super(42779, data) end end |
Class Method Details
.field ⇒ Object
70801 70802 70803 |
# File 'lib/quickfix_fields.rb', line 70801 def SettlMethodElectionDateRelativeTo.field return 42779 end |