Class: Quickfix::TradeReportID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeReportID

Returns a new instance of TradeReportID.



2905
2906
2907
2908
2909
2910
2911
# File 'lib/quickfix_fields.rb', line 2905

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

Class Method Details

.fieldObject



2902
2903
2904
# File 'lib/quickfix_fields.rb', line 2902

def TradeReportID.field
	return 571
end