Class: Quickfix::NoTimeInForceRules
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoTimeInForceRules
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoTimeInForceRules
constructor
A new instance of NoTimeInForceRules.
Constructor Details
#initialize(data = nil) ⇒ NoTimeInForceRules
Returns a new instance of NoTimeInForceRules.
16464 16465 16466 16467 16468 16469 16470 |
# File 'lib/quickfix_fields.rb', line 16464 def initialize(data = nil) if( data == nil ) super(1239) else super(1239, data) end end |