Class: Quickfix::LegRepoCollateralSecurityType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegRepoCollateralSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
10237 10238 10239 10240 10241 10242 10243 |
# File 'lib/quickfix_fields.rb', line 10237 def initialize(data = nil) if( data == nil ) super(250) else super(250, data) end end |
Class Method Details
.field ⇒ Object
10234 10235 10236 |
# File 'lib/quickfix_fields.rb', line 10234 def LegRepoCollateralSecurityType.field return 250 end |