Class: Quickfix::LegSecurityAltID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSecurityAltID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityAltID
constructor
A new instance of LegSecurityAltID.
Constructor Details
#initialize(data = nil) ⇒ LegSecurityAltID
Returns a new instance of LegSecurityAltID.
8222 8223 8224 8225 8226 8227 8228 |
# File 'lib/quickfix_fields.rb', line 8222 def initialize(data = nil) if( data == nil ) super(605) else super(605, data) end end |