Class: Quickfix::TradeReportingIndicator

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeReportingIndicator

Returns a new instance of 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