Class: Quickfix::UnderlyingLegSecurityDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegSecurityDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSecurityDesc
constructor
A new instance of UnderlyingLegSecurityDesc.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSecurityDesc
Returns a new instance of UnderlyingLegSecurityDesc.
6103 6104 6105 6106 6107 6108 6109 |
# File 'lib/quickfix_fields.rb', line 6103 def initialize(data = nil) if( data == nil ) super(1392) else super(1392, data) end end |
Class Method Details
.field ⇒ Object
6100 6101 6102 |
# File 'lib/quickfix_fields.rb', line 6100 def .field return 1392 end |