Class: Quickfix::NoNested4PartyIDs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoNested4PartyIDs

Returns a new instance of NoNested4PartyIDs.



18687
18688
18689
18690
18691
18692
18693
# File 'lib/quickfix_fields.rb', line 18687

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