Class: Quickfix::RegistTransType
- Inherits:
-
CharField
- Object
- CharField
- Quickfix::RegistTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
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.
1579 1580 1581 1582 1583 1584 1585 |
# File 'lib/quickfix_fields.rb', line 1579 def initialize(data = nil) if( data == nil ) super(514) else super(514, data) end end |
Class Method Details
.field ⇒ Object
1576 1577 1578 |
# File 'lib/quickfix_fields.rb', line 1576 def RegistTransType.field return 514 end |