Class: Quickfix::TradeAggregationRejectReason

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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