Class: Quickfix::CopyMsgIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::CopyMsgIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CopyMsgIndicator
constructor
A new instance of CopyMsgIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ CopyMsgIndicator
Returns a new instance of CopyMsgIndicator.
10861 10862 10863 10864 10865 10866 10867 |
# File 'lib/quickfix_fields.rb', line 10861 def initialize(data = nil) if( data == nil ) super(797) else super(797, data) end end |
Class Method Details
.field ⇒ Object
10858 10859 10860 |
# File 'lib/quickfix_fields.rb', line 10858 def CopyMsgIndicator.field return 797 end |