Class: Quickfix::TradeReportRejectReason

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeReportRejectReason

Returns a new instance of TradeReportRejectReason.



2840
2841
2842
2843
2844
2845
2846
# File 'lib/quickfix_fields.rb', line 2840

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

Class Method Details

.fieldObject



2837
2838
2839
# File 'lib/quickfix_fields.rb', line 2837

def TradeReportRejectReason.field
	return 751
end