Class: Quickfix::StrikePriceBoundaryMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StrikePriceBoundaryMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikePriceBoundaryMethod
constructor
A new instance of StrikePriceBoundaryMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StrikePriceBoundaryMethod
Returns a new instance of StrikePriceBoundaryMethod.
19571 19572 19573 19574 19575 19576 19577 |
# File 'lib/quickfix_fields.rb', line 19571 def initialize(data = nil) if( data == nil ) super(1479) else super(1479, data) end end |
Class Method Details
.field ⇒ Object
19568 19569 19570 |
# File 'lib/quickfix_fields.rb', line 19568 def StrikePriceBoundaryMethod.field return 1479 end |