Class: Quickfix::NoProvisionPartyIDs

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) ⇒ NoProvisionPartyIDs

Returns a new instance of NoProvisionPartyIDs.



29568
29569
29570
29571
29572
29573
29574
# File 'lib/quickfix_fields.rb', line 29568

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

Class Method Details

.fieldObject



29565
29566
29567
# File 'lib/quickfix_fields.rb', line 29565

def NoProvisionPartyIDs.field
	return 40174
end