Class: Quickfix::UnderlyingComplexEventCreditEventNotifyingParty
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingComplexEventCreditEventNotifyingParty
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventNotifyingParty
constructor
A new instance of UnderlyingComplexEventCreditEventNotifyingParty.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventNotifyingParty
Returns a new instance of UnderlyingComplexEventCreditEventNotifyingParty.
52734 52735 52736 52737 52738 52739 52740 |
# File 'lib/quickfix_fields.rb', line 52734 def initialize(data = nil) if( data == nil ) super(2278) else super(2278, data) end end |