Class: Quickfix::TransferReportType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TransferReportType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TransferReportType
constructor
A new instance of TransferReportType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TransferReportType
Returns a new instance of TransferReportType.
60638 60639 60640 60641 60642 60643 60644 |
# File 'lib/quickfix_fields.rb', line 60638 def initialize(data = nil) if( data == nil ) super(2444) else super(2444, data) end end |
Class Method Details
.field ⇒ Object
60635 60636 60637 |
# File 'lib/quickfix_fields.rb', line 60635 def TransferReportType.field return 2444 end |