Class: Quickfix::HopCompID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::HopCompID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ HopCompID
constructor
A new instance of HopCompID.
Constructor Details
#initialize(data = nil) ⇒ HopCompID
Returns a new instance of HopCompID.
14215 14216 14217 14218 14219 14220 14221 |
# File 'lib/quickfix_fields.rb', line 14215 def initialize(data = nil) if( data == nil ) super(628) else super(628, data) end end |
Class Method Details
.field ⇒ Object
14212 14213 14214 |
# File 'lib/quickfix_fields.rb', line 14212 def HopCompID.field return 628 end |