Class: Quickfix::TrdType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::TrdType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TrdType
constructor
A new instance of TrdType.
Constructor Details
#initialize(data = nil) ⇒ TrdType
Returns a new instance of TrdType.
11082 11083 11084 11085 11086 11087 11088 |
# File 'lib/quickfix_fields.rb', line 11082 def initialize(data = nil) if( data == nil ) super(828) else super(828, data) end end |
Class Method Details
.field ⇒ Object
11079 11080 11081 |
# File 'lib/quickfix_fields.rb', line 11079 def TrdType.field return 828 end |