Class: Quickfix::QuoteID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::QuoteID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteID
constructor
A new instance of QuoteID.
Constructor Details
#initialize(data = nil) ⇒ QuoteID
Returns a new instance of QuoteID.
2047 2048 2049 2050 2051 2052 2053 |
# File 'lib/quickfix_fields.rb', line 2047 def initialize(data = nil) if( data == nil ) super(117) else super(117, data) end end |