Class: Quickfix::SecondaryTrdType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::SecondaryTrdType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecondaryTrdType
constructor
A new instance of SecondaryTrdType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SecondaryTrdType
Returns a new instance of SecondaryTrdType.
11589 11590 11591 11592 11593 11594 11595 |
# File 'lib/quickfix_fields.rb', line 11589 def initialize(data = nil) if( data == nil ) super(855) else super(855, data) end end |
Class Method Details
.field ⇒ Object
11586 11587 11588 |
# File 'lib/quickfix_fields.rb', line 11586 def SecondaryTrdType.field return 855 end |