Class: Quickfix::TotNoStrikes

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNoStrikes

Returns a new instance of TotNoStrikes.



18128
18129
18130
18131
18132
18133
18134
# File 'lib/quickfix_fields.rb', line 18128

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

Class Method Details

.fieldObject



18125
18126
18127
# File 'lib/quickfix_fields.rb', line 18125

def TotNoStrikes.field
	return 422
end