Class: Quickfix::HopCompID

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

Class Method Summary collapse

Instance Method Summary collapse

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

.fieldObject



14212
14213
14214
# File 'lib/quickfix_fields.rb', line 14212

def HopCompID.field
  return 628
end