Class: Quickfix::QuoteAckStatus
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::QuoteAckStatus
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteAckStatus
constructor
A new instance of QuoteAckStatus.
Constructor Details
#initialize(data = nil) ⇒ QuoteAckStatus
Returns a new instance of QuoteAckStatus.
3750 3751 3752 3753 3754 3755 3756 |
# File 'lib/quickfix_fields.rb', line 3750 def initialize(data = nil) if( data == nil ) super(1865) else super(1865, data) end end |