Class: Quickfix::LegDividendCompoundingMethod

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

Returns a new instance of LegDividendCompoundingMethod.



65201
65202
65203
65204
65205
65206
65207
# File 'lib/quickfix_fields.rb', line 65201

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

Class Method Details

.fieldObject



65198
65199
65200
# File 'lib/quickfix_fields.rb', line 65198

def LegDividendCompoundingMethod.field
	return 42346
end