Class: Quickfix::EncodedLegProvisionText

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EncodedLegProvisionText

Returns a new instance of EncodedLegProvisionText.



40007
40008
40009
40010
40011
40012
40013
# File 'lib/quickfix_fields.rb', line 40007

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