Class: Quickfix::LegMaterialDividendsIndicator

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

Returns a new instance of LegMaterialDividendsIndicator.



65292
65293
65294
65295
65296
65297
65298
# File 'lib/quickfix_fields.rb', line 65292

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

Class Method Details

.fieldObject



65289
65290
65291
# File 'lib/quickfix_fields.rb', line 65289

def LegMaterialDividendsIndicator.field
	return 42353
end