Class: Quickfix::LegSymbolPositionNumber
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegSymbolPositionNumber
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSymbolPositionNumber
constructor
A new instance of LegSymbolPositionNumber.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
79303 79304 79305 |
# File 'lib/quickfix_fields.rb', line 79303 def LegSymbolPositionNumber.field return 2958 end |