Class: Quickfix::ProvisionPartyRole

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

Instance Method Summary collapse

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