Class: Quickfix::TargetStrategy
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TargetStrategy
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TargetStrategy
constructor
A new instance of TargetStrategy.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TargetStrategy
Returns a new instance of TargetStrategy.
11485 11486 11487 11488 11489 11490 11491 |
# File 'lib/quickfix_fields.rb', line 11485 def initialize(data = nil) if( data == nil ) super(847) else super(847, data) end end |
Class Method Details
.field ⇒ Object
11482 11483 11484 |
# File 'lib/quickfix_fields.rb', line 11482 def TargetStrategy.field return 847 end |