Class: Quickfix::PegSecurityIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::PegSecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PegSecurityIDSource
constructor
A new instance of PegSecurityIDSource.
Constructor Details
#initialize(data = nil) ⇒ PegSecurityIDSource
Returns a new instance of PegSecurityIDSource.
14644 14645 14646 14647 14648 14649 14650 |
# File 'lib/quickfix_fields.rb', line 14644 def initialize(data = nil) if( data == nil ) super(1096) else super(1096, data) end end |