Class: Quickfix::TertiaryTrdType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TertiaryTrdType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TertiaryTrdType
constructor
A new instance of TertiaryTrdType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TertiaryTrdType
Returns a new instance of TertiaryTrdType.
78344 78345 78346 78347 78348 78349 78350 |
# File 'lib/quickfix_fields.rb', line 78344 def initialize(data = nil) if( data == nil ) super(2896) else super(2896, data) end end |
Class Method Details
.field ⇒ Object
78341 78342 78343 |
# File 'lib/quickfix_fields.rb', line 78341 def TertiaryTrdType.field return 2896 end |