Class: Quickfix::AllowableOneSidednessPct
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::AllowableOneSidednessPct
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllowableOneSidednessPct
constructor
A new instance of AllowableOneSidednessPct.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ AllowableOneSidednessPct
Returns a new instance of AllowableOneSidednessPct.
10458 10459 10460 10461 10462 10463 10464 |
# File 'lib/quickfix_fields.rb', line 10458 def initialize(data = nil) if( data == nil ) super(765) else super(765, data) end end |
Class Method Details
.field ⇒ Object
10455 10456 10457 |
# File 'lib/quickfix_fields.rb', line 10455 def AllowableOneSidednessPct.field return 765 end |