Class: Quickfix::TradeReportingIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TradeReportingIndicator



75250
75251
75252
75253
75254
75255
75256
# File 'lib/quickfix_fields.rb', line 75250

def initialize(data = nil)
  if( data == nil )
    super(2524)
  else
    super(2524, data)
  end
end

Class Method Details

.fieldObject



75247
75248
75249
# File 'lib/quickfix_fields.rb', line 75247

def TradeReportingIndicator.field
  return 2524
end