Class: Quickfix::StreamDataProvider

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

Returns a new instance of StreamDataProvider.



45649
45650
45651
45652
45653
45654
45655
# File 'lib/quickfix_fields.rb', line 45649

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

Class Method Details

.fieldObject



45646
45647
45648
# File 'lib/quickfix_fields.rb', line 45646

def StreamDataProvider.field
	return 41264
end