Class: Quickfix::NoQuoteAttributes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoQuoteAttributes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoQuoteAttributes
constructor
A new instance of NoQuoteAttributes.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
75715 75716 75717 |
# File 'lib/quickfix_fields.rb', line 75715 def NoQuoteAttributes.field return 2706 end |