Class: Quickfix::TradeAggregationRejectReason
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradeAggregationRejectReason
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeAggregationRejectReason
constructor
A new instance of TradeAggregationRejectReason.
Constructor Details
#initialize(data = nil) ⇒ TradeAggregationRejectReason
Returns a new instance of TradeAggregationRejectReason.
76966 76967 76968 76969 76970 76971 76972 |
# File 'lib/quickfix_fields.rb', line 76966 def initialize(data = nil) if( data == nil ) super(2791) else super(2791, data) end end |