Class: Quickfix::UnderlyingStrikePriceBoundaryMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStrikePriceBoundaryMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStrikePriceBoundaryMethod
constructor
A new instance of UnderlyingStrikePriceBoundaryMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStrikePriceBoundaryMethod
Returns a new instance of UnderlyingStrikePriceBoundaryMethod.
26500 26501 26502 26503 26504 26505 26506 |
# File 'lib/quickfix_fields.rb', line 26500 def initialize(data = nil) if( data == nil ) super(2024) else super(2024, data) end end |
Class Method Details
.field ⇒ Object
26497 26498 26499 |
# File 'lib/quickfix_fields.rb', line 26497 def .field return 2024 end |