Class: Quickfix::UnderlyingLegSymbol
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingLegSymbol
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingLegSymbol
constructor
A new instance of UnderlyingLegSymbol.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingLegSymbol
Returns a new instance of UnderlyingLegSymbol.
9236 9237 9238 9239 9240 9241 9242 |
# File 'lib/quickfix_fields.rb', line 9236 def initialize(data = nil) if( data == nil ) super(1330) else super(1330, data) end end |
Class Method Details
.field ⇒ Object
9233 9234 9235 |
# File 'lib/quickfix_fields.rb', line 9233 def UnderlyingLegSymbol.field return 1330 end |