Class: Quickfix::TrdType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TrdType
Returns a new instance of TrdType.
11251 11252 11253 11254 11255 11256 11257 |
# File 'lib/quickfix_fields.rb', line 11251 def initialize(data = nil) if( data == nil ) super(828) else super(828, data) end end |
Class Method Details
.field ⇒ Object
11248 11249 11250 |
# File 'lib/quickfix_fields.rb', line 11248 def TrdType.field return 828 end |