Class: Quickfix::TZTransactTime
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::TZTransactTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TZTransactTime
constructor
A new instance of TZTransactTime.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ TZTransactTime
Returns a new instance of TZTransactTime.
15060 15061 15062 15063 15064 15065 15066 |
# File 'lib/quickfix_fields.rb', line 15060 def initialize(data = nil) if( data == nil ) super(1132) else super(1132, data) end end |
Class Method Details
.field ⇒ Object
15057 15058 15059 |
# File 'lib/quickfix_fields.rb', line 15057 def TZTransactTime.field return 1132 end |