Class: Quickfix::HistoricalReportIndicator

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

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

.fieldObject



46322
46323
46324
# File 'lib/quickfix_fields.rb', line 46322

def HistoricalReportIndicator.field
  return 2303
end