Class: Quickfix::LegInTheMoneyCondition
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegInTheMoneyCondition
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegInTheMoneyCondition
constructor
A new instance of LegInTheMoneyCondition.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegInTheMoneyCondition
Returns a new instance of LegInTheMoneyCondition.
75406 75407 75408 75409 75410 75411 75412 |
# File 'lib/quickfix_fields.rb', line 75406 def initialize(data = nil) if( data == nil ) super(2682) else super(2682, data) end end |
Class Method Details
.field ⇒ Object
75403 75404 75405 |
# File 'lib/quickfix_fields.rb', line 75403 def LegInTheMoneyCondition.field return 2682 end |