Class: Quickfix::TransactionAttributeType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TransactionAttributeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TransactionAttributeType
constructor
A new instance of TransactionAttributeType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TransactionAttributeType
77993 77994 77995 77996 77997 77998 77999 |
# File 'lib/quickfix_fields.rb', line 77993 def initialize(data = nil) if( data == nil ) super(2872) else super(2872, data) end end |
Class Method Details
.field ⇒ Object
77990 77991 77992 |
# File 'lib/quickfix_fields.rb', line 77990 def TransactionAttributeType.field return 2872 end |