Class: Quickfix::LegRepoCollateralSecurityType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegRepoCollateralSecurityType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegRepoCollateralSecurityType
constructor
A new instance of LegRepoCollateralSecurityType.
Constructor Details
#initialize(data = nil) ⇒ LegRepoCollateralSecurityType
Returns a new instance of LegRepoCollateralSecurityType.
6051 6052 6053 6054 6055 6056 6057 |
# File 'lib/quickfix_fields.rb', line 6051 def initialize(data = nil) if( data == nil ) super(250) else super(250, data) end end |