Class: Quickfix::QuoteAttributeType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::QuoteAttributeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ QuoteAttributeType
constructor
A new instance of QuoteAttributeType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ QuoteAttributeType
Returns a new instance of QuoteAttributeType.
75731 75732 75733 75734 75735 75736 75737 |
# File 'lib/quickfix_fields.rb', line 75731 def initialize(data = nil) if( data == nil ) super(2707) else super(2707, data) end end |
Class Method Details
.field ⇒ Object
75728 75729 75730 |
# File 'lib/quickfix_fields.rb', line 75728 def QuoteAttributeType.field return 2707 end |