Class: Quickfix::LegStreamDesc

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) ⇒ LegStreamDesc

Returns a new instance of LegStreamDesc.



30452
30453
30454
30455
30456
30457
30458
# File 'lib/quickfix_fields.rb', line 30452

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

Class Method Details

.fieldObject



30449
30450
30451
# File 'lib/quickfix_fields.rb', line 30449

def LegStreamDesc.field
	return 40243
end