Class: Quickfix::MassStatusReqID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::MassStatusReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ MassStatusReqID
constructor
A new instance of MassStatusReqID.
Constructor Details
#initialize(data = nil) ⇒ MassStatusReqID
Returns a new instance of MassStatusReqID.
12941 12942 12943 12944 12945 12946 12947 |
# File 'lib/quickfix_fields.rb', line 12941 def initialize(data = nil) if( data == nil ) super(584) else super(584, data) end end |
Class Method Details
.field ⇒ Object
12938 12939 12940 |
# File 'lib/quickfix_fields.rb', line 12938 def MassStatusReqID.field return 584 end |