Class: Quickfix::NoTrdMatchSides

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) ⇒ 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

.fieldObject



24729
24730
24731
# File 'lib/quickfix_fields.rb', line 24729

def NoTrdMatchSides.field
  return 1890
end