Class: Quickfix::StreamAsgnRptID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StreamAsgnRptID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamAsgnRptID
constructor
A new instance of StreamAsgnRptID.
Constructor Details
#initialize(data = nil) ⇒ StreamAsgnRptID
Returns a new instance of StreamAsgnRptID.
12824 12825 12826 12827 12828 12829 12830 |
# File 'lib/quickfix_fields.rb', line 12824 def initialize(data = nil) if( data == nil ) super(1501) else super(1501, data) end end |
Class Method Details
.field ⇒ Object
12821 12822 12823 |
# File 'lib/quickfix_fields.rb', line 12821 def StreamAsgnRptID.field return 1501 end |