Class: Quickfix::UnderlyingLegSymbolSfx
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegSymbolSfx
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSymbolSfx
constructor
A new instance of UnderlyingLegSymbolSfx.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSymbolSfx
Returns a new instance of UnderlyingLegSymbolSfx.
5505 5506 5507 5508 5509 5510 5511 |
# File 'lib/quickfix_fields.rb', line 5505 def initialize(data = nil) if( data == nil ) super(1331) else super(1331, data) end end |
Class Method Details
.field ⇒ Object
5502 5503 5504 |
# File 'lib/quickfix_fields.rb', line 5502 def UnderlyingLegSymbolSfx.field return 1331 end |