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