Class: Quickfix::LegSymbolPositionNumber
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegSymbolPositionNumber
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSymbolPositionNumber
constructor
A new instance of LegSymbolPositionNumber.
Constructor Details
#initialize(data = nil) ⇒ LegSymbolPositionNumber
Returns a new instance of LegSymbolPositionNumber.
79306 79307 79308 79309 79310 79311 79312 |
# File 'lib/quickfix_fields.rb', line 79306 def initialize(data = nil) if( data == nil ) super(2958) else super(2958, data) end end |