Class: Quickfix::UnderlyingSecurityDesc
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingSecurityDesc
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingSecurityDesc
constructor
A new instance of UnderlyingSecurityDesc.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingSecurityDesc
Returns a new instance of UnderlyingSecurityDesc.
1163 1164 1165 1166 1167 1168 1169 |
# File 'lib/quickfix_fields.rb', line 1163 def initialize(data = nil) if( data == nil ) super(307) else super(307, data) end end |
Class Method Details
.field ⇒ Object
1160 1161 1162 |
# File 'lib/quickfix_fields.rb', line 1160 def UnderlyingSecurityDesc.field return 307 end |