Class: Quickfix::ProvisionPartyRoleQualifier

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

Returns a new instance of ProvisionPartyRoleQualifier.



57466
57467
57468
57469
57470
57471
57472
# File 'lib/quickfix_fields.rb', line 57466

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

Class Method Details

.fieldObject



57463
57464
57465
# File 'lib/quickfix_fields.rb', line 57463

def ProvisionPartyRoleQualifier.field
	return 2385
end