Class: Quickfix::PartyDetailAltIDSource

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ PartyDetailAltIDSource

Returns a new instance of PartyDetailAltIDSource.



20507
20508
20509
20510
20511
20512
20513
# File 'lib/quickfix_fields.rb', line 20507

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

Class Method Details

.fieldObject



20504
20505
20506
# File 'lib/quickfix_fields.rb', line 20504

def PartyDetailAltIDSource.field
  return 1518
end