Class: Quickfix::UnderlyingProvisionPartyIDSource

Inherits:
CharField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionPartyIDSource

Returns a new instance of UnderlyingProvisionPartyIDSource.



60105
60106
60107
60108
60109
60110
60111
# File 'lib/quickfix_fields.rb', line 60105

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

Class Method Details

.fieldObject



60102
60103
60104
# File 'lib/quickfix_fields.rb', line 60102

def UnderlyingProvisionPartyIDSource.field
	return 42175
end