Class: Quickfix::LegProvisionText

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegProvisionText

Returns a new instance of LegProvisionText.



33429
33430
33431
33432
33433
33434
33435
# File 'lib/quickfix_fields.rb', line 33429

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