Class: Quickfix::LegDocumentationText

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegDocumentationText

Returns a new instance of LegDocumentationText.



61418
61419
61420
61421
61422
61423
61424
# File 'lib/quickfix_fields.rb', line 61418

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

Class Method Details

.fieldObject



61415
61416
61417
# File 'lib/quickfix_fields.rb', line 61415

def LegDocumentationText.field
	return 2505
end