Class: Quickfix::NoRelatedPartyDetailAltSubIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoRelatedPartyDetailAltSubIDs

Returns a new instance of NoRelatedPartyDetailAltSubIDs.



21118
21119
21120
21121
21122
21123
21124
# File 'lib/quickfix_fields.rb', line 21118

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