Class: Quickfix::TimeBracket
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TimeBracket
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TimeBracket
constructor
A new instance of TimeBracket.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
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 |
Class Method Details
.field ⇒ Object
12717 12718 12719 |
# File 'lib/quickfix_fields.rb', line 12717 def TimeBracket.field return 943 end |