Class: Quickfix::NoRpts
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoRpts
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoRpts
constructor
A new instance of NoRpts.
Constructor Details
#initialize(data = nil) ⇒ NoRpts
Returns a new instance of NoRpts.
2918 2919 2920 2921 2922 2923 2924 |
# File 'lib/quickfix_fields.rb', line 2918 def initialize(data = nil) if( data == nil ) super(82) else super(82, data) end end |
Class Method Details
.field ⇒ Object
2915 2916 2917 |
# File 'lib/quickfix_fields.rb', line 2915 def NoRpts.field return 82 end |