Class: Quickfix::NoUnderlyingComplexEventTimes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingComplexEventTimes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventTimes
constructor
A new instance of NoUnderlyingComplexEventTimes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingComplexEventTimes
Returns a new instance of NoUnderlyingComplexEventTimes.
26916 26917 26918 26919 26920 26921 26922 |
# File 'lib/quickfix_fields.rb', line 26916 def initialize(data = nil) if( data == nil ) super(2056) else super(2056, data) end end |
Class Method Details
.field ⇒ Object
26913 26914 26915 |
# File 'lib/quickfix_fields.rb', line 26913 def .field return 2056 end |