Class: Quickfix::NoHops
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoHops
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoHops
constructor
A new instance of NoHops.
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
.field ⇒ Object
2031 2032 2033 |
# File 'lib/quickfix_fields.rb', line 2031 def NoHops.field return 627 end |