Class: Quickfix::DerivativeListMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::DerivativeListMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ DerivativeListMethod
constructor
A new instance of DerivativeListMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ DerivativeListMethod
Returns a new instance of DerivativeListMethod.
17504 17505 17506 17507 17508 17509 17510 |
# File 'lib/quickfix_fields.rb', line 17504 def initialize(data = nil) if( data == nil ) super(1320) else super(1320, data) end end |
Class Method Details
.field ⇒ Object
17501 17502 17503 |
# File 'lib/quickfix_fields.rb', line 17501 def DerivativeListMethod.field return 1320 end |