Class: Quickfix::NoInstrmtMatchSides
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoInstrmtMatchSides
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoInstrmtMatchSides
constructor
A new instance of NoInstrmtMatchSides.
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 |