Class: Quickfix::QuoteRespType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::QuoteRespType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
7559 7560 7561 7562 7563 7564 7565 |
# File 'lib/quickfix_fields.rb', line 7559 def initialize(data = nil) if( data == nil ) super(694) else super(694, data) end end |
Class Method Details
.field ⇒ Object
7556 7557 7558 |
# File 'lib/quickfix_fields.rb', line 7556 def QuoteRespType.field return 694 end |