Class: Quickfix::QuoteQualifier
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::QuoteQualifier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteQualifier
constructor
A new instance of QuoteQualifier.
Constructor Details
#initialize(data = nil) ⇒ QuoteQualifier
Returns a new instance of QuoteQualifier.
11680 11681 11682 11683 11684 11685 11686 |
# File 'lib/quickfix_fields.rb', line 11680 def initialize(data = nil) if( data == nil ) super(695) else super(695, data) end end |
Class Method Details
.field ⇒ Object
11677 11678 11679 |
# File 'lib/quickfix_fields.rb', line 11677 def QuoteQualifier.field return 695 end |