Class: Quickfix::NoInstrmtMatchSides

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



24716
24717
24718
# File 'lib/quickfix_fields.rb', line 24716

def NoInstrmtMatchSides.field
  return 1889
end