Class: Quickfix::NoStrikeRules

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoStrikeRules

Returns a new instance of NoStrikeRules.



11147
11148
11149
11150
11151
11152
11153
# File 'lib/quickfix_fields.rb', line 11147

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

Class Method Details

.fieldObject



11144
11145
11146
# File 'lib/quickfix_fields.rb', line 11144

def NoStrikeRules.field
	return 1201
end