Class: Quickfix::NoHops

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoHops

Returns a new instance of NoHops.



2034
2035
2036
2037
2038
2039
2040
# File 'lib/quickfix_fields.rb', line 2034

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

Class Method Details

.fieldObject



2031
2032
2033
# File 'lib/quickfix_fields.rb', line 2031

def NoHops.field
  return 627
end