Class: Quickfix::TradeAggregationRequestRefID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeAggregationRequestRefID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAggregationRequestRefID
constructor
A new instance of TradeAggregationRequestRefID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeAggregationRequestRefID
Returns a new instance of TradeAggregationRequestRefID.
76914 76915 76916 76917 76918 76919 76920 |
# File 'lib/quickfix_fields.rb', line 76914 def initialize(data = nil) if( data == nil ) super(2787) else super(2787, data) end end |
Class Method Details
.field ⇒ Object
76911 76912 76913 |
# File 'lib/quickfix_fields.rb', line 76911 def TradeAggregationRequestRefID.field return 2787 end |