Class: Quickfix::LastRptRequested
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::LastRptRequested
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LastRptRequested
constructor
A new instance of LastRptRequested.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ LastRptRequested
Returns a new instance of LastRptRequested.
12330 12331 12332 12333 12334 12335 12336 |
# File 'lib/quickfix_fields.rb', line 12330 def initialize(data = nil) if( data == nil ) super(912) else super(912, data) end end |
Class Method Details
.field ⇒ Object
12327 12328 12329 |
# File 'lib/quickfix_fields.rb', line 12327 def LastRptRequested.field return 912 end |