Class: Quickfix::QuoteRespType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::QuoteRespType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteRespType
constructor
A new instance of QuoteRespType.
Constructor Details
#initialize(data = nil) ⇒ QuoteRespType
Returns a new instance of QuoteRespType.
9535 9536 9537 9538 9539 9540 9541 |
# File 'lib/quickfix_fields.rb', line 9535 def initialize(data = nil) if( data == nil ) super(694) else super(694, data) end end |