Class: Quickfix::TimeInForce

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ TimeInForce

Returns a new instance of TimeInForce.



32530
32531
32532
32533
32534
32535
32536
# File 'ext/quickfix/QuickfixRuby.cpp', line 32530

def initialize(data = nil)
  if( data == nil )
    super(59)
  else
    super(59, data)
  end
end

Class Method Details

.fieldObject



1342
1343
1344
# File 'lib/quickfix_fields.rb', line 1342

def TimeInForce.field
  return 59
end