Class: Quickfix::ProvisionPartySubIDType

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionPartySubIDType

Returns a new instance of ProvisionPartySubIDType.



29646
29647
29648
29649
29650
29651
29652
# File 'lib/quickfix_fields.rb', line 29646

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