Class: Quickfix::TransBkdTime
- Inherits:
-
UtcTimeStampField
- Object
- UtcTimeStampField
- Quickfix::TransBkdTime
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TransBkdTime
constructor
A new instance of TransBkdTime.
Constructor Details
#initialize(data = nil) ⇒ TransBkdTime
Returns a new instance of TransBkdTime.
13734 13735 13736 13737 13738 13739 13740 |
# File 'lib/quickfix_fields.rb', line 13734 def initialize(data = nil) if( data == nil ) super(483) else super(483, data) end end |
Class Method Details
.field ⇒ Object
13731 13732 13733 |
# File 'lib/quickfix_fields.rb', line 13731 def TransBkdTime.field return 483 end |