Class: Quickfix::InTheMoneyCondition
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::InTheMoneyCondition
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ InTheMoneyCondition
constructor
A new instance of InTheMoneyCondition.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ InTheMoneyCondition
Returns a new instance of InTheMoneyCondition.
75393 75394 75395 75396 75397 75398 75399 |
# File 'lib/quickfix_fields.rb', line 75393 def initialize(data = nil) if( data == nil ) super(2681) else super(2681, data) end end |
Class Method Details
.field ⇒ Object
75390 75391 75392 |
# File 'lib/quickfix_fields.rb', line 75390 def InTheMoneyCondition.field return 2681 end |