Class: Quickfix::TZTransactTime
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ TZTransactTime
Returns a new instance of TZTransactTime.
10055 10056 10057 10058 10059 10060 10061 |
# File 'lib/quickfix_fields.rb', line 10055 def initialize(data = nil) if( data == nil ) super(1132) else super(1132, data) end end |
Class Method Details
.field ⇒ Object
10052 10053 10054 |
# File 'lib/quickfix_fields.rb', line 10052 def TZTransactTime.field return 1132 end |