Class: Quickfix::QuoteEntryID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::QuoteEntryID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteEntryID
constructor
A new instance of QuoteEntryID.
Constructor Details
#initialize(data = nil) ⇒ QuoteEntryID
Returns a new instance of QuoteEntryID.
3776 3777 3778 3779 3780 3781 3782 |
# File 'lib/quickfix_fields.rb', line 3776 def initialize(data = nil) if( data == nil ) super(299) else super(299, data) end end |