Class: Quickfix::UnderlyingComplexEventCreditEventNotifyingParty
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingComplexEventCreditEventNotifyingParty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventNotifyingParty
constructor
A new instance of UnderlyingComplexEventCreditEventNotifyingParty.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
52731 52732 52733 |
# File 'lib/quickfix_fields.rb', line 52731 def UnderlyingComplexEventCreditEventNotifyingParty.field return 2278 end |