Class: Quickfix::FastMarketIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::FastMarketIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ FastMarketIndicator
constructor
A new instance of FastMarketIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ FastMarketIndicator
Returns a new instance of FastMarketIndicator.
60677 60678 60679 60680 60681 60682 60683 |
# File 'lib/quickfix_fields.rb', line 60677 def initialize(data = nil) if( data == nil ) super(2447) else super(2447, data) end end |
Class Method Details
.field ⇒ Object
60674 60675 60676 |
# File 'lib/quickfix_fields.rb', line 60674 def FastMarketIndicator.field return 2447 end |