Class: Quickfix::TotNoCxldQuotes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TotNoCxldQuotes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoCxldQuotes
constructor
A new instance of TotNoCxldQuotes.
Constructor Details
#initialize(data = nil) ⇒ TotNoCxldQuotes
Returns a new instance of TotNoCxldQuotes.
4452 4453 4454 4455 4456 4457 4458 |
# File 'lib/quickfix_fields.rb', line 4452 def initialize(data = nil) if( data == nil ) super(1168) else super(1168, data) end end |
Class Method Details
.field ⇒ Object
4449 4450 4451 |
# File 'lib/quickfix_fields.rb', line 4449 def TotNoCxldQuotes.field return 1168 end |