Class: Quickfix::TradeReportID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeReportID
Returns a new instance of TradeReportID.
7780 7781 7782 7783 7784 7785 7786 |
# File 'lib/quickfix_fields.rb', line 7780 def initialize(data = nil) if( data == nil ) super(571) else super(571, data) end end |
Class Method Details
.field ⇒ Object
7777 7778 7779 |
# File 'lib/quickfix_fields.rb', line 7777 def TradeReportID.field return 571 end |