Class: Quickfix::StatusText

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ StatusText

Returns a new instance of StatusText.



16633
16634
16635
16636
16637
16638
16639
# File 'lib/quickfix_fields.rb', line 16633

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

Class Method Details

.fieldObject



16630
16631
16632
# File 'lib/quickfix_fields.rb', line 16630

def StatusText.field
	return 929
end