Class: Quickfix::AllDividendsIndicator
- Inherits:
-
BoolField
- Object
- BoolField
- Quickfix::AllDividendsIndicator
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllDividendsIndicator
constructor
A new instance of AllDividendsIndicator.
Constructor Details
#initialize(data = nil) ⇒ AllDividendsIndicator
Returns a new instance of AllDividendsIndicator.
63992 63993 63994 63995 63996 63997 63998 |
# File 'lib/quickfix_fields.rb', line 63992 def initialize(data = nil) if( data == nil ) super(42264) else super(42264, data) end end |