Class: Quickfix::UnderlyingProvisionPartyRole

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

Instance Method Summary collapse

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