Class: Quickfix::EventText

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ EventText

Returns a new instance of EventText.



14358
14359
14360
14361
14362
14363
14364
# File 'lib/quickfix_fields.rb', line 14358

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

Class Method Details

.fieldObject



14355
14356
14357
# File 'lib/quickfix_fields.rb', line 14355

def EventText.field
	return 868
end