Class: Quickfix::TrdSubType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TrdSubType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TrdSubType
constructor
A new instance of TrdSubType.
Constructor Details
#initialize(data = nil) ⇒ TrdSubType
Returns a new instance of TrdSubType.
7793 7794 7795 7796 7797 7798 7799 |
# File 'lib/quickfix_fields.rb', line 7793 def initialize(data = nil) if( data == nil ) super(829) else super(829, data) end end |
Class Method Details
.field ⇒ Object
7790 7791 7792 |
# File 'lib/quickfix_fields.rb', line 7790 def TrdSubType.field return 829 end |