Class: Quickfix::UnderlyingRepoCollateralSecurityType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingRepoCollateralSecurityType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingRepoCollateralSecurityType
constructor
A new instance of UnderlyingRepoCollateralSecurityType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingRepoCollateralSecurityType
Returns a new instance of UnderlyingRepoCollateralSecurityType.
5349 5350 5351 5352 5353 5354 5355 |
# File 'lib/quickfix_fields.rb', line 5349 def initialize(data = nil) if( data == nil ) super(243) else super(243, data) end end |
Class Method Details
.field ⇒ Object
5346 5347 5348 |
# File 'lib/quickfix_fields.rb', line 5346 def UnderlyingRepoCollateralSecurityType.field return 243 end |