Class: Quickfix::MarginReqmtRptType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::MarginReqmtRptType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarginReqmtRptType
constructor
A new instance of MarginReqmtRptType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ MarginReqmtRptType
Returns a new instance of MarginReqmtRptType.
20143 20144 20145 20146 20147 20148 20149 |
# File 'lib/quickfix_fields.rb', line 20143 def initialize(data = nil) if( data == nil ) super(1638) else super(1638, data) end end |
Class Method Details
.field ⇒ Object
20140 20141 20142 |
# File 'lib/quickfix_fields.rb', line 20140 def MarginReqmtRptType.field return 1638 end |