Class: Quickfix::SecurityReportID
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ SecurityReportID
Returns a new instance of SecurityReportID.
13006 13007 13008 13009 13010 13011 13012 |
# File 'lib/quickfix_fields.rb', line 13006 def initialize(data = nil) if( data == nil ) super(964) else super(964, data) end end |
Class Method Details
.field ⇒ Object
13003 13004 13005 |
# File 'lib/quickfix_fields.rb', line 13003 def SecurityReportID.field return 964 end |