Class: Quickfix::LegStreamDataProvider

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

Returns a new instance of LegStreamDataProvider.



51356
51357
51358
51359
51360
51361
51362
# File 'lib/quickfix_fields.rb', line 51356

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

Class Method Details

.fieldObject



51353
51354
51355
# File 'lib/quickfix_fields.rb', line 51353

def LegStreamDataProvider.field
	return 41661
end