Class: Quickfix::LegSecurityID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSecurityID
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityID
constructor
A new instance of LegSecurityID.
Constructor Details
#initialize(data = nil) ⇒ LegSecurityID
Returns a new instance of LegSecurityID.
8183 8184 8185 8186 8187 8188 8189 |
# File 'lib/quickfix_fields.rb', line 8183 def initialize(data = nil) if( data == nil ) super(602) else super(602, data) end end |