Class: Quickfix::TradeReportRefID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TradeReportRefID

Returns a new instance of TradeReportRefID.



2853
2854
2855
2856
2857
2858
2859
# File 'lib/quickfix_fields.rb', line 2853

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

Class Method Details

.fieldObject



2850
2851
2852
# File 'lib/quickfix_fields.rb', line 2850

def TradeReportRefID.field
	return 572
end