Class: Quickfix::ComplexEventCreditEventNotifyingParty
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::ComplexEventCreditEventNotifyingParty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ComplexEventCreditEventNotifyingParty
constructor
A new instance of ComplexEventCreditEventNotifyingParty.
Constructor Details
#initialize(data = nil) ⇒ ComplexEventCreditEventNotifyingParty
41398 41399 41400 41401 41402 41403 41404 |
# File 'lib/quickfix_fields.rb', line 41398 def initialize(data = nil) if( data == nil ) super(2134) else super(2134, data) end end |