Class: Quickfix::TotNoRejQuotes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotNoRejQuotes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoRejQuotes
constructor
A new instance of TotNoRejQuotes.
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
.field ⇒ Object
1485 1486 1487 |
# File 'lib/quickfix_fields.rb', line 1485 def TotNoRejQuotes.field return 1170 end |