Class: Quickfix::NoRpts

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoRpts

Returns a new instance of NoRpts.



2918
2919
2920
2921
2922
2923
2924
# File 'lib/quickfix_fields.rb', line 2918

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

Class Method Details

.fieldObject



2915
2916
2917
# File 'lib/quickfix_fields.rb', line 2915

def NoRpts.field
	return 82
end