Class: Quickfix::ProvisionPartySubIDType

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

Returns a new instance of ProvisionPartySubIDType.



29646
29647
29648
29649
29650
29651
29652
# File 'lib/quickfix_fields.rb', line 29646

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

Class Method Details

.fieldObject



29643
29644
29645
# File 'lib/quickfix_fields.rb', line 29643

def ProvisionPartySubIDType.field
	return 40180
end