Class: Quickfix::NoPriceQualifiers
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoPriceQualifiers
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoPriceQualifiers
constructor
A new instance of NoPriceQualifiers.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoPriceQualifiers
Returns a new instance of NoPriceQualifiers.
75757 75758 75759 75760 75761 75762 75763 |
# File 'lib/quickfix_fields.rb', line 75757 def initialize(data = nil) if( data == nil ) super(2709) else super(2709, data) end end |
Class Method Details
.field ⇒ Object
75754 75755 75756 |
# File 'lib/quickfix_fields.rb', line 75754 def NoPriceQualifiers.field return 2709 end |