Class: Quickfix::TransferType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TransferType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TransferType
constructor
A new instance of TransferType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TransferType
Returns a new instance of TransferType.
60586 60587 60588 60589 60590 60591 60592 |
# File 'lib/quickfix_fields.rb', line 60586 def initialize(data = nil) if( data == nil ) super(2440) else super(2440, data) end end |
Class Method Details
.field ⇒ Object
60583 60584 60585 |
# File 'lib/quickfix_fields.rb', line 60583 def TransferType.field return 2440 end |