Class: Quickfix::NoSecurityClassifications
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoSecurityClassifications
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoSecurityClassifications
constructor
A new instance of NoSecurityClassifications.
Constructor Details
#initialize(data = nil) ⇒ NoSecurityClassifications
Returns a new instance of NoSecurityClassifications.
21729 21730 21731 21732 21733 21734 21735 |
# File 'lib/quickfix_fields.rb', line 21729 def initialize(data = nil) if( data == nil ) super(1582) else super(1582, data) end end |