Class: Quickfix::PartyDetailAltID

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

Returns a new instance of PartyDetailAltID.



20494
20495
20496
20497
20498
20499
20500
# File 'lib/quickfix_fields.rb', line 20494

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

Class Method Details

.fieldObject



20491
20492
20493
# File 'lib/quickfix_fields.rb', line 20491

def PartyDetailAltID.field
  return 1517
end