Class: Quickfix::OnBehalfOfLocationID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ OnBehalfOfLocationID



461
462
463
464
465
466
467
# File 'lib/quickfix_fields.rb', line 461

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

Class Method Details

.fieldObject



458
459
460
# File 'lib/quickfix_fields.rb', line 458

def OnBehalfOfLocationID.field
  return 144
end