Class: Quickfix::SecurityReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SecurityReqID
Returns a new instance of SecurityReqID.
4049 4050 4051 4052 4053 4054 4055 |
# File 'lib/quickfix_fields.rb', line 4049 def initialize(data = nil) if( data == nil ) super(320) else super(320, data) end end |
Class Method Details
.field ⇒ Object
4046 4047 4048 |
# File 'lib/quickfix_fields.rb', line 4046 def SecurityReqID.field return 320 end |