Class: Quickfix::TradeReportID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TradeReportID

Returns a new instance of TradeReportID.



7780
7781
7782
7783
7784
7785
7786
# File 'lib/quickfix_fields.rb', line 7780

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

Class Method Details

.fieldObject



7777
7778
7779
# File 'lib/quickfix_fields.rb', line 7777

def TradeReportID.field
  return 571
end