Class: Quickfix::NoUnderlyingSettlMethodElectionDateBusinessCenters
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingSettlMethodElectionDateBusinessCenters
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingSettlMethodElectionDateBusinessCenters
constructor
A new instance of NoUnderlyingSettlMethodElectionDateBusinessCenters.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingSettlMethodElectionDateBusinessCenters
Returns a new instance of NoUnderlyingSettlMethodElectionDateBusinessCenters.
74899 74900 74901 74902 74903 74904 74905 |
# File 'lib/quickfix_fields.rb', line 74899 def initialize(data = nil) if( data == nil ) super(43074) else super(43074, data) end end |
Class Method Details
.field ⇒ Object
74896 74897 74898 |
# File 'lib/quickfix_fields.rb', line 74896 def .field return 43074 end |