Class: Quickfix::CommonPricingIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::CommonPricingIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CommonPricingIndicator
constructor
A new instance of CommonPricingIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ CommonPricingIndicator
Returns a new instance of CommonPricingIndicator.
42412 42413 42414 42415 42416 42417 42418 |
# File 'lib/quickfix_fields.rb', line 42412 def initialize(data = nil) if( data == nil ) super(2142) else super(2142, data) end end |
Class Method Details
.field ⇒ Object
42409 42410 42411 |
# File 'lib/quickfix_fields.rb', line 42409 def CommonPricingIndicator.field return 2142 end |