Class: Quickfix::NoPartyDetailAltSubIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoPartyDetailAltSubIDs

Returns a new instance of NoPartyDetailAltSubIDs.



20520
20521
20522
20523
20524
20525
20526
# File 'lib/quickfix_fields.rb', line 20520

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