Class: Quickfix::LegReportID
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegReportID
constructor
A new instance of LegReportID.
Constructor Details
#initialize(data = nil) ⇒ LegReportID
Returns a new instance of LegReportID.
2970 2971 2972 2973 2974 2975 2976 |
# File 'lib/quickfix_fields.rb', line 2970 def initialize(data = nil) if( data == nil ) super(990) else super(990, data) end end |
Class Method Details
.field ⇒ Object
2967 2968 2969 |
# File 'lib/quickfix_fields.rb', line 2967 def LegReportID.field return 990 end |