Class: Quickfix::PrimaryServiceLocationID

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) ⇒ PrimaryServiceLocationID

Returns a new instance of PrimaryServiceLocationID.



62380
62381
62382
62383
62384
62385
62386
# File 'lib/quickfix_fields.rb', line 62380

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

Class Method Details

.fieldObject



62377
62378
62379
# File 'lib/quickfix_fields.rb', line 62377

def PrimaryServiceLocationID.field
  return 2567
end