Class: Quickfix::NoLegProtectionTermEventNewsSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegProtectionTermEventNewsSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegProtectionTermEventNewsSources
constructor
A new instance of NoLegProtectionTermEventNewsSources.
Constructor Details
#initialize(data = nil) ⇒ NoLegProtectionTermEventNewsSources
Returns a new instance of NoLegProtectionTermEventNewsSources.
50745 50746 50747 50748 50749 50750 50751 |
# File 'lib/quickfix_fields.rb', line 50745 def initialize(data = nil) if( data == nil ) super(41614) else super(41614, data) end end |