Class: Quickfix::UnderlyingProvisionPartyRole

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

Returns a new instance of UnderlyingProvisionPartyRole.



60118
60119
60120
60121
60122
60123
60124
# File 'lib/quickfix_fields.rb', line 60118

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

Class Method Details

.fieldObject



60115
60116
60117
# File 'lib/quickfix_fields.rb', line 60115

def UnderlyingProvisionPartyRole.field
	return 42176
end