Class: Quickfix::MaterialDividendsIndicator

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

Instance Method Summary collapse

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