Class: Quickfix::NoLegComplexEventCreditEventSources

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

Returns a new instance of NoLegComplexEventCreditEventSources.



47404
47405
47406
47407
47408
47409
47410
# File 'lib/quickfix_fields.rb', line 47404

def initialize(data = nil)
	if( data == nil )
		super(41398)
	else
		super(41398, data)
	end
end

Class Method Details

.fieldObject



47401
47402
47403
# File 'lib/quickfix_fields.rb', line 47401

def NoLegComplexEventCreditEventSources.field
	return 41398
end