Class: Quickfix::SideTimeInForce
- Inherits:
-
UtcTimeStampField
- Object
- UtcTimeStampField
- Quickfix::SideTimeInForce
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideTimeInForce
constructor
A new instance of SideTimeInForce.
Constructor Details
#initialize(data = nil) ⇒ SideTimeInForce
Returns a new instance of SideTimeInForce.
12980 12981 12982 12983 12984 12985 12986 |
# File 'lib/quickfix_fields.rb', line 12980 def initialize(data = nil) if( data == nil ) super(962) else super(962, data) end end |