Class: Quickfix::ApplReportID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ApplReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ApplReportID
constructor
A new instance of ApplReportID.
Constructor Details
#initialize(data = nil) ⇒ ApplReportID
Returns a new instance of ApplReportID.
9483 9484 9485 9486 9487 9488 9489 |
# File 'lib/quickfix_fields.rb', line 9483 def initialize(data = nil) if( data == nil ) super(1356) else super(1356, data) end end |
Class Method Details
.field ⇒ Object
9480 9481 9482 |
# File 'lib/quickfix_fields.rb', line 9480 def ApplReportID.field return 1356 end |