Class: Quickfix::TradeReportRejectReason

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp
more...

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ TradeReportRejectReason

Returns a new instance of TradeReportRejectReason.

[View source]

100154
100155
100156
100157
100158
100159
100160
# File 'ext/quickfix/QuickfixRuby.cpp', line 100154

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

Class Method Details

.fieldObject

[View source]

10130
10131
10132
# File 'lib/quickfix_fields.rb', line 10130

def TradeReportRejectReason.field
  return 751
end