Class: Quickfix::LegProvisionPartyID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionPartyID

Returns a new instance of LegProvisionPartyID.



34235
34236
34237
34238
34239
34240
34241
# File 'lib/quickfix_fields.rb', line 34235

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