Class: Quickfix::TradeMatchRejectReason
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TradeMatchRejectReason
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TradeMatchRejectReason
constructor
A new instance of TradeMatchRejectReason.
Constructor Details
#initialize(data = nil) ⇒ TradeMatchRejectReason
Returns a new instance of TradeMatchRejectReason.
24823 24824 24825 24826 24827 24828 24829 |
# File 'lib/quickfix_fields.rb', line 24823 def initialize(data = nil) if( data == nil ) super(1897) else super(1897, data) end end |