Class: Quickfix::UnderlyingComplexEventCreditEventNotifyingParty

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) ⇒ 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

.fieldObject



52731
52732
52733
# File 'lib/quickfix_fields.rb', line 52731

def UnderlyingComplexEventCreditEventNotifyingParty.field
	return 2278
end