Class: Quickfix::NoUnderlyingEvents
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingEvents
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingEvents
constructor
A new instance of NoUnderlyingEvents.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingEvents
Returns a new instance of NoUnderlyingEvents.
25941 25942 25943 25944 25945 25946 25947 |
# File 'lib/quickfix_fields.rb', line 25941 def initialize(data = nil) if( data == nil ) super(1981) else super(1981, data) end end |
Class Method Details
.field ⇒ Object
25938 25939 25940 |
# File 'lib/quickfix_fields.rb', line 25938 def .field return 1981 end |