Class: Quickfix::RelatedPartyDetailAltSubID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ RelatedPartyDetailAltSubID

Returns a new instance of RelatedPartyDetailAltSubID.



21131
21132
21133
21134
21135
21136
21137
# File 'lib/quickfix_fields.rb', line 21131

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