Class: Quickfix::NoPartyDetailAltID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ 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

Class Method Details

.fieldObject



20478
20479
20480
# File 'lib/quickfix_fields.rb', line 20478

def NoPartyDetailAltID.field
	return 1516
end