Class: Quickfix::ClearedIndicator
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::ClearedIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ClearedIndicator
constructor
A new instance of ClearedIndicator.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ ClearedIndicator
Returns a new instance of ClearedIndicator.
24004 24005 24006 24007 24008 24009 24010 |
# File 'lib/quickfix_fields.rb', line 24004 def initialize(data = nil) if( data == nil ) super(1832) else super(1832, data) end end |
Class Method Details
.field ⇒ Object
24001 24002 24003 |
# File 'lib/quickfix_fields.rb', line 24001 def ClearedIndicator.field return 1832 end |