Class: Quickfix::LegStreamDataProvider

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

Instance Method Summary collapse

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