Class: Quickfix::NoPartyDetailAltID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoPartyDetailAltID

Returns a new instance of NoPartyDetailAltID.



20481
20482
20483
20484
20485
20486
20487
# File 'lib/quickfix_fields.rb', line 20481

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