Class: Quickfix::NoLegComplexEventCreditEvents

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

Returns a new instance of NoLegComplexEventCreditEvents.



46988
46989
46990
46991
46992
46993
46994
# File 'lib/quickfix_fields.rb', line 46988

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

Class Method Details

.fieldObject



46985
46986
46987
# File 'lib/quickfix_fields.rb', line 46985

def NoLegComplexEventCreditEvents.field
	return 41366
end