Class: Quickfix::NoInstrmtMatchSides
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoInstrmtMatchSides
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoInstrmtMatchSides
constructor
A new instance of NoInstrmtMatchSides.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoInstrmtMatchSides
Returns a new instance of NoInstrmtMatchSides.
24719 24720 24721 24722 24723 24724 24725 |
# File 'lib/quickfix_fields.rb', line 24719 def initialize(data = nil) if( data == nil ) super(1889) else super(1889, data) end end |
Class Method Details
.field ⇒ Object
24716 24717 24718 |
# File 'lib/quickfix_fields.rb', line 24716 def NoInstrmtMatchSides.field return 1889 end |