Class: Quickfix::ListStatusText

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ListStatusText

Returns a new instance of ListStatusText.



18245
18246
18247
18248
18249
18250
18251
# File 'lib/quickfix_fields.rb', line 18245

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

Class Method Details

.fieldObject



18242
18243
18244
# File 'lib/quickfix_fields.rb', line 18242

def ListStatusText.field
	return 444
end