Class: Quickfix::LegSettlMethodElectionDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegSettlMethodElectionDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlMethodElectionDateRelativeTo
constructor
A new instance of LegSettlMethodElectionDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegSettlMethodElectionDateRelativeTo
Returns a new instance of LegSettlMethodElectionDateRelativeTo.
68191 68192 68193 68194 68195 68196 68197 |
# File 'lib/quickfix_fields.rb', line 68191 def initialize(data = nil) if( data == nil ) super(42576) else super(42576, data) end end |
Class Method Details
.field ⇒ Object
68188 68189 68190 |
# File 'lib/quickfix_fields.rb', line 68188 def LegSettlMethodElectionDateRelativeTo.field return 42576 end |