Class: Quickfix::HistoricalReportIndicator
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::HistoricalReportIndicator
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ HistoricalReportIndicator
constructor
A new instance of HistoricalReportIndicator.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ HistoricalReportIndicator
Returns a new instance of HistoricalReportIndicator.
46325 46326 46327 46328 46329 46330 46331 |
# File 'lib/quickfix_fields.rb', line 46325 def initialize(data = nil) if( data == nil ) super(2303) else super(2303, data) end end |
Class Method Details
.field ⇒ Object
46322 46323 46324 |
# File 'lib/quickfix_fields.rb', line 46322 def HistoricalReportIndicator.field return 2303 end |