Class: Quickfix::TradeAggregationReportID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeAggregationReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAggregationReportID
constructor
A new instance of TradeAggregationReportID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeAggregationReportID
Returns a new instance of TradeAggregationReportID.
76979 76980 76981 76982 76983 76984 76985 |
# File 'lib/quickfix_fields.rb', line 76979 def initialize(data = nil) if( data == nil ) super(2792) else super(2792, data) end end |
Class Method Details
.field ⇒ Object
76976 76977 76978 |
# File 'lib/quickfix_fields.rb', line 76976 def TradeAggregationReportID.field return 2792 end |