Class: Quickfix::TimeInForce
- Inherits:
-
CharField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- CharField
- Quickfix::TimeInForce
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TimeInForce
constructor
A new instance of TimeInForce.
Methods inherited from CharField
Constructor Details
#initialize(data = nil) ⇒ TimeInForce
Returns a new instance of TimeInForce.
1462 1463 1464 1465 1466 1467 1468 |
# File 'lib/quickfix_fields.rb', line 1462 def initialize(data = nil) if( data == nil ) super(59) else super(59, data) end end |
Class Method Details
.field ⇒ Object
1459 1460 1461 |
# File 'lib/quickfix_fields.rb', line 1459 def TimeInForce.field return 59 end |