Class: Quickfix::NoHops

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

Returns a new instance of NoHops.



656
657
658
659
660
661
662
# File 'lib/quickfix_fields.rb', line 656

def initialize(data = nil)
  if( data == nil )
    super(627)
  else
    super(627, data)
  end
end

Class Method Details

.fieldObject



653
654
655
# File 'lib/quickfix_fields.rb', line 653

def NoHops.field
  return 627
end