Class: Quickfix::NoProvisionPartySubIDs

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

Returns a new instance of NoProvisionPartySubIDs.



29620
29621
29622
29623
29624
29625
29626
# File 'lib/quickfix_fields.rb', line 29620

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

Class Method Details

.fieldObject



29617
29618
29619
# File 'lib/quickfix_fields.rb', line 29617

def NoProvisionPartySubIDs.field
	return 40178
end