Class: Quickfix::LegProvisionPartyIDSource

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionPartyIDSource

Returns a new instance of LegProvisionPartyIDSource.



34248
34249
34250
34251
34252
34253
34254
# File 'lib/quickfix_fields.rb', line 34248

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