Class: Quickfix::ComplexEventCreditEventNotifyingParty

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

.fieldObject



41395
41396
41397
# File 'lib/quickfix_fields.rb', line 41395

def ComplexEventCreditEventNotifyingParty.field
  return 2134
end