Class: Quickfix::LegSecurityIDSource
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegSecurityIDSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSecurityIDSource
constructor
A new instance of LegSecurityIDSource.
Constructor Details
#initialize(data = nil) ⇒ LegSecurityIDSource
Returns a new instance of LegSecurityIDSource.
5271 5272 5273 5274 5275 5276 5277 |
# File 'lib/quickfix_fields.rb', line 5271 def initialize(data = nil) if( data == nil ) super(603) else super(603, data) end end |
Class Method Details
.field ⇒ Object
5268 5269 5270 |
# File 'lib/quickfix_fields.rb', line 5268 def LegSecurityIDSource.field return 603 end |