Class: Quickfix::LegComplexEventCreditEventNotifyingParty
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegComplexEventCreditEventNotifyingParty
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCreditEventNotifyingParty
constructor
A new instance of LegComplexEventCreditEventNotifyingParty.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCreditEventNotifyingParty
Returns a new instance of LegComplexEventCreditEventNotifyingParty.
47755 47756 47757 47758 47759 47760 47761 |
# File 'lib/quickfix_fields.rb', line 47755 def initialize(data = nil) if( data == nil ) super(2243) else super(2243, data) end end |
Class Method Details
.field ⇒ Object
47752 47753 47754 |
# File 'lib/quickfix_fields.rb', line 47752 def LegComplexEventCreditEventNotifyingParty.field return 2243 end |