Class: Quickfix::TradeAggregationRequestID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TradeAggregationRequestID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAggregationRequestID
constructor
A new instance of TradeAggregationRequestID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TradeAggregationRequestID
Returns a new instance of TradeAggregationRequestID.
76901 76902 76903 76904 76905 76906 76907 |
# File 'lib/quickfix_fields.rb', line 76901 def initialize(data = nil) if( data == nil ) super(2786) else super(2786, data) end end |
Class Method Details
.field ⇒ Object
76898 76899 76900 |
# File 'lib/quickfix_fields.rb', line 76898 def TradeAggregationRequestID.field return 2786 end |