Class: Quickfix::TotNoRejQuotes

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNoRejQuotes

Returns a new instance of TotNoRejQuotes.



1488
1489
1490
1491
1492
1493
1494
# File 'lib/quickfix_fields.rb', line 1488

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

Class Method Details

.fieldObject



1485
1486
1487
# File 'lib/quickfix_fields.rb', line 1485

def TotNoRejQuotes.field
	return 1170
end