Class: Quickfix::TradeAggregationTransType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TradeAggregationTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAggregationTransType
constructor
A new instance of TradeAggregationTransType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TradeAggregationTransType
Returns a new instance of TradeAggregationTransType.
76927 76928 76929 76930 76931 76932 76933 |
# File 'lib/quickfix_fields.rb', line 76927 def initialize(data = nil) if( data == nil ) super(2788) else super(2788, data) end end |
Class Method Details
.field ⇒ Object
76924 76925 76926 |
# File 'lib/quickfix_fields.rb', line 76924 def TradeAggregationTransType.field return 2788 end |