Class: Quickfix::LegCommonPricingIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LegCommonPricingIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCommonPricingIndicator
constructor
A new instance of LegCommonPricingIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LegCommonPricingIndicator
Returns a new instance of LegCommonPricingIndicator.
43296 43297 43298 43299 43300 43301 43302 |
# File 'lib/quickfix_fields.rb', line 43296 def initialize(data = nil) if( data == nil ) super(2212) else super(2212, data) end end |
Class Method Details
.field ⇒ Object
43293 43294 43295 |
# File 'lib/quickfix_fields.rb', line 43293 def LegCommonPricingIndicator.field return 2212 end |