Class: Quickfix::MaterialDividendsIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MaterialDividendsIndicator

Returns a new instance of MaterialDividendsIndicator.



63953
63954
63955
63956
63957
63958
63959
# File 'lib/quickfix_fields.rb', line 63953

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

Class Method Details

.fieldObject



63950
63951
63952
# File 'lib/quickfix_fields.rb', line 63950

def MaterialDividendsIndicator.field
	return 42261
end