Class: Quickfix::QuoteAckStatus
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::QuoteAckStatus
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteAckStatus
constructor
A new instance of QuoteAckStatus.
Constructor Details
#initialize(data = nil) ⇒ QuoteAckStatus
2268 2269 2270 2271 2272 2273 2274 |
# File 'lib/quickfix_fields.rb', line 2268 def initialize(data = nil) if( data == nil ) super(297) else super(297, data) end end |
Class Method Details
.field ⇒ Object
2265 2266 2267 |
# File 'lib/quickfix_fields.rb', line 2265 def QuoteAckStatus.field return 297 end |