Class: Quickfix::AdvTransType
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::AdvTransType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ AdvTransType
constructor
A new instance of AdvTransType.
Constructor Details
#initialize(data = nil) ⇒ AdvTransType
Returns a new instance of AdvTransType.
9626 9627 9628 9629 9630 9631 9632 |
# File 'lib/quickfix_fields.rb', line 9626 def initialize(data = nil) if( data == nil ) super(5) else super(5, data) end end |
Class Method Details
.field ⇒ Object
9623 9624 9625 |
# File 'lib/quickfix_fields.rb', line 9623 def AdvTransType.field return 5 end |