Class: Quickfix::NoMatchRules

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoMatchRules

Returns a new instance of NoMatchRules.



10393
10394
10395
10396
10397
10398
10399
# File 'lib/quickfix_fields.rb', line 10393

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

Class Method Details

.fieldObject



10390
10391
10392
# File 'lib/quickfix_fields.rb', line 10390

def NoMatchRules.field
	return 1235
end