Class: Quickfix::RelatedPartyDetailIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RelatedPartyDetailIDSource

Returns a new instance of RelatedPartyDetailIDSource.



21014
21015
21016
21017
21018
21019
21020
# File 'lib/quickfix_fields.rb', line 21014

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