Class: Quickfix::TotNoPartyDetailReports
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::TotNoPartyDetailReports
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ TotNoPartyDetailReports
constructor
A new instance of TotNoPartyDetailReports.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ TotNoPartyDetailReports
Returns a new instance of TotNoPartyDetailReports.
62016 62017 62018 62019 62020 62021 62022 |
# File 'lib/quickfix_fields.rb', line 62016 def initialize(data = nil) if( data == nil ) super(2539) else super(2539, data) end end |
Class Method Details
.field ⇒ Object
62013 62014 62015 |
# File 'lib/quickfix_fields.rb', line 62013 def TotNoPartyDetailReports.field return 2539 end |