Class: Quickfix::NoQuoteSets
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoQuoteSets
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoQuoteSets
constructor
A new instance of NoQuoteSets.
Constructor Details
#initialize(data = nil) ⇒ NoQuoteSets
Returns a new instance of NoQuoteSets.
5778 5779 5780 5781 5782 5783 5784 |
# File 'lib/quickfix_fields.rb', line 5778 def initialize(data = nil) if( data == nil ) super(296) else super(296, data) end end |
Class Method Details
.field ⇒ Object
5775 5776 5777 |
# File 'lib/quickfix_fields.rb', line 5775 def NoQuoteSets.field return 296 end |