Class: Quickfix::TradeReportRefID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TradeReportRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeReportRefID
constructor
A new instance of TradeReportRefID.
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
.field ⇒ Object
2850 2851 2852 |
# File 'lib/quickfix_fields.rb', line 2850 def TradeReportRefID.field return 572 end |