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