Class: Quickfix::NoQuoteAttributes
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoQuoteAttributes
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoQuoteAttributes
constructor
A new instance of NoQuoteAttributes.
Constructor Details
#initialize(data = nil) ⇒ NoQuoteAttributes
Returns a new instance of NoQuoteAttributes.
75718 75719 75720 75721 75722 75723 75724 |
# File 'lib/quickfix_fields.rb', line 75718 def initialize(data = nil) if( data == nil ) super(2706) else super(2706, data) end end |