Class: Quickfix::StreamAsgnReqID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::StreamAsgnReqID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAsgnReqID
constructor
A new instance of StreamAsgnReqID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ StreamAsgnReqID
Returns a new instance of StreamAsgnReqID.
19805 19806 19807 19808 19809 19810 19811 |
# File 'lib/quickfix_fields.rb', line 19805 def initialize(data = nil) if( data == nil ) super(1497) else super(1497, data) end end |
Class Method Details
.field ⇒ Object
19802 19803 19804 |
# File 'lib/quickfix_fields.rb', line 19802 def StreamAsgnReqID.field return 1497 end |