Class: Quickfix::PriceQualifier
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PriceQualifier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PriceQualifier
constructor
A new instance of PriceQualifier.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PriceQualifier
Returns a new instance of PriceQualifier.
75770 75771 75772 75773 75774 75775 75776 |
# File 'lib/quickfix_fields.rb', line 75770 def initialize(data = nil) if( data == nil ) super(2710) else super(2710, data) end end |
Class Method Details
.field ⇒ Object
75767 75768 75769 |
# File 'lib/quickfix_fields.rb', line 75767 def PriceQualifier.field return 2710 end |