Class: Quickfix::StreamAsgnReqID
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ StreamAsgnReqID
Returns a new instance of StreamAsgnReqID.
7923 7924 7925 7926 7927 7928 7929 |
# File 'lib/quickfix_fields.rb', line 7923 def initialize(data = nil) if( data == nil ) super(1497) else super(1497, data) end end |
Class Method Details
.field ⇒ Object
7920 7921 7922 |
# File 'lib/quickfix_fields.rb', line 7920 def StreamAsgnReqID.field return 1497 end |