Class: Quickfix::TimeBracket
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::TimeBracket
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TimeBracket
constructor
A new instance of TimeBracket.
Constructor Details
#initialize(data = nil) ⇒ TimeBracket
Returns a new instance of TimeBracket.
12720 12721 12722 12723 12724 12725 12726 |
# File 'lib/quickfix_fields.rb', line 12720 def initialize(data = nil) if( data == nil ) super(943) else super(943, data) end end |