Class: Quickfix::AllowableOneSidednessValue
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::AllowableOneSidednessValue
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AllowableOneSidednessValue
constructor
A new instance of AllowableOneSidednessValue.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ AllowableOneSidednessValue
Returns a new instance of AllowableOneSidednessValue.
10471 10472 10473 10474 10475 10476 10477 |
# File 'lib/quickfix_fields.rb', line 10471 def initialize(data = nil) if( data == nil ) super(766) else super(766, data) end end |
Class Method Details
.field ⇒ Object
10468 10469 10470 |
# File 'lib/quickfix_fields.rb', line 10468 def AllowableOneSidednessValue.field return 766 end |