Class: Quickfix::MarginReqmtRptID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::MarginReqmtRptID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MarginReqmtRptID
constructor
A new instance of MarginReqmtRptID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ MarginReqmtRptID
Returns a new instance of MarginReqmtRptID.
20195 20196 20197 20198 20199 20200 20201 |
# File 'lib/quickfix_fields.rb', line 20195 def initialize(data = nil) if( data == nil ) super(1642) else super(1642, data) end end |
Class Method Details
.field ⇒ Object
20192 20193 20194 |
# File 'lib/quickfix_fields.rb', line 20192 def MarginReqmtRptID.field return 1642 end |