Class: Quickfix::SecurityReqID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SecurityReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityReqID
constructor
A new instance of SecurityReqID.
Constructor Details
#initialize(data = nil) ⇒ SecurityReqID
Returns a new instance of SecurityReqID.
12148 12149 12150 12151 12152 12153 12154 |
# File 'lib/quickfix_fields.rb', line 12148 def initialize(data = nil) if( data == nil ) super(320) else super(320, data) end end |
Class Method Details
.field ⇒ Object
12145 12146 12147 |
# File 'lib/quickfix_fields.rb', line 12145 def SecurityReqID.field return 320 end |