Class: Quickfix::NoRelatedPartyDetailSubIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoRelatedPartyDetailSubIDs

Returns a new instance of NoRelatedPartyDetailSubIDs.



21040
21041
21042
21043
21044
21045
21046
# File 'lib/quickfix_fields.rb', line 21040

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