Class: Quickfix::NoQuoteEntries
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoQuoteEntries
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoQuoteEntries
constructor
A new instance of NoQuoteEntries.
Constructor Details
#initialize(data = nil) ⇒ NoQuoteEntries
3724 3725 3726 3727 3728 3729 3730 |
# File 'lib/quickfix_fields.rb', line 3724 def initialize(data = nil) if( data == nil ) super(295) else super(295, data) end end |