Class: Quickfix::NoMatchingDataPoints

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoMatchingDataPoints

Returns a new instance of NoMatchingDataPoints.



76810
76811
76812
76813
76814
76815
76816
# File 'lib/quickfix_fields.rb', line 76810

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