Class: Quickfix::PartyDetailAltIDSource

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

Instance Method Summary collapse

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