Class: Quickfix::NoProtectionTermEventNewsSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoProtectionTermEventNewsSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoProtectionTermEventNewsSources
constructor
A new instance of NoProtectionTermEventNewsSources.
Constructor Details
#initialize(data = nil) ⇒ NoProtectionTermEventNewsSources
Returns a new instance of NoProtectionTermEventNewsSources.
39617 39618 39619 39620 39621 39622 39623 |
# File 'lib/quickfix_fields.rb', line 39617 def initialize(data = nil) if( data == nil ) super(40951) else super(40951, data) end end |