Class: Quickfix::ProvisionPartyRole

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

Returns a new instance of ProvisionPartyRole.



29607
29608
29609
29610
29611
29612
29613
# File 'lib/quickfix_fields.rb', line 29607

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

Class Method Details

.fieldObject



29604
29605
29606
# File 'lib/quickfix_fields.rb', line 29604

def ProvisionPartyRole.field
	return 40177
end