Class: Quickfix::UnderlyingProvisionPartyID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingProvisionPartyID

Returns a new instance of UnderlyingProvisionPartyID.



60092
60093
60094
60095
60096
60097
60098
# File 'lib/quickfix_fields.rb', line 60092

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