Class: Quickfix::TransferScope
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TransferScope
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TransferScope
constructor
A new instance of TransferScope.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TransferScope
Returns a new instance of TransferScope.
60599 60600 60601 60602 60603 60604 60605 |
# File 'lib/quickfix_fields.rb', line 60599 def initialize(data = nil) if( data == nil ) super(2441) else super(2441, data) end end |
Class Method Details
.field ⇒ Object
60596 60597 60598 |
# File 'lib/quickfix_fields.rb', line 60596 def TransferScope.field return 2441 end |