Class: Quickfix::RegistTransType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::RegistTransType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ RegistTransType
constructor
A new instance of RegistTransType.
Constructor Details
#initialize(data = nil) ⇒ RegistTransType
Returns a new instance of RegistTransType.
7065 7066 7067 7068 7069 7070 7071 |
# File 'lib/quickfix_fields.rb', line 7065 def initialize(data = nil) if( data == nil ) super(514) else super(514, data) end end |