Class: Quickfix::ImpliedMarketIndicator
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ImpliedMarketIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ImpliedMarketIndicator
constructor
A new instance of ImpliedMarketIndicator.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ImpliedMarketIndicator
Returns a new instance of ImpliedMarketIndicator.
15281 15282 15283 15284 15285 15286 15287 |
# File 'lib/quickfix_fields.rb', line 15281 def initialize(data = nil) if( data == nil ) super(1144) else super(1144, data) end end |
Class Method Details
.field ⇒ Object
15278 15279 15280 |
# File 'lib/quickfix_fields.rb', line 15278 def ImpliedMarketIndicator.field return 1144 end |