Class: Quickfix::TotNoMarketSegmentReports
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNoMarketSegmentReports
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoMarketSegmentReports
constructor
A new instance of TotNoMarketSegmentReports.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNoMarketSegmentReports
Returns a new instance of TotNoMarketSegmentReports.
61990 61991 61992 61993 61994 61995 61996 |
# File 'lib/quickfix_fields.rb', line 61990 def initialize(data = nil) if( data == nil ) super(2537) else super(2537, data) end end |
Class Method Details
.field ⇒ Object
61987 61988 61989 |
# File 'lib/quickfix_fields.rb', line 61987 def TotNoMarketSegmentReports.field return 2537 end |