Class: Quickfix::SecurityReportID
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::SecurityReportID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SecurityReportID
constructor
A new instance of SecurityReportID.
Constructor Details
#initialize(data = nil) ⇒ SecurityReportID
Returns a new instance of SecurityReportID.
12109 12110 12111 12112 12113 12114 12115 |
# File 'lib/quickfix_fields.rb', line 12109 def initialize(data = nil) if( data == nil ) super(964) else super(964, data) end end |
Class Method Details
.field ⇒ Object
12106 12107 12108 |
# File 'lib/quickfix_fields.rb', line 12106 def SecurityReportID.field return 964 end |