Class: Quickfix::NoTrdMatchSides
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoTrdMatchSides
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoTrdMatchSides
constructor
A new instance of NoTrdMatchSides.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoTrdMatchSides
Returns a new instance of NoTrdMatchSides.
24732 24733 24734 24735 24736 24737 24738 |
# File 'lib/quickfix_fields.rb', line 24732 def initialize(data = nil) if( data == nil ) super(1890) else super(1890, data) end end |
Class Method Details
.field ⇒ Object
24729 24730 24731 |
# File 'lib/quickfix_fields.rb', line 24729 def NoTrdMatchSides.field return 1890 end |