Class: Quickfix::UnderlyingSettlMethodElectionDateRelativeTo
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingSettlMethodElectionDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateRelativeTo
constructor
A new instance of UnderlyingSettlMethodElectionDateRelativeTo.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSettlMethodElectionDateRelativeTo
Returns a new instance of UnderlyingSettlMethodElectionDateRelativeTo.
74951 74952 74953 74954 74955 74956 74957 |
# File 'lib/quickfix_fields.rb', line 74951 def initialize(data = nil) if( data == nil ) super(43078) else super(43078, data) end end |
Class Method Details
.field ⇒ Object
74948 74949 74950 |
# File 'lib/quickfix_fields.rb', line 74948 def .field return 43078 end |