Class: Quickfix::SecondaryServiceLocationID

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

Returns a new instance of SecondaryServiceLocationID.



62393
62394
62395
62396
62397
62398
62399
# File 'lib/quickfix_fields.rb', line 62393

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

Class Method Details

.fieldObject



62390
62391
62392
# File 'lib/quickfix_fields.rb', line 62390

def SecondaryServiceLocationID.field
  return 2568
end