Class: Quickfix::ContIntRptID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ContIntRptID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ContIntRptID
constructor
A new instance of ContIntRptID.
Constructor Details
#initialize(data = nil) ⇒ ContIntRptID
Returns a new instance of ContIntRptID.
18596 18597 18598 18599 18600 18601 18602 |
# File 'lib/quickfix_fields.rb', line 18596 def initialize(data = nil) if( data == nil ) super(977) else super(977, data) end end |
Class Method Details
.field ⇒ Object
18593 18594 18595 |
# File 'lib/quickfix_fields.rb', line 18593 def ContIntRptID.field return 977 end |