Class: Quickfix::UnderlyingComplexEventCreditEventNotifyingParty

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

Instance Method Summary collapse

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