Class: Quickfix::VoluntaryRegulatoryReport
- Inherits:
-
BoolField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- BoolField
- Quickfix::VoluntaryRegulatoryReport
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ VoluntaryRegulatoryReport
constructor
A new instance of VoluntaryRegulatoryReport.
Methods inherited from BoolField
Constructor Details
#initialize(data = nil) ⇒ VoluntaryRegulatoryReport
Returns a new instance of VoluntaryRegulatoryReport.
25343 25344 25345 25346 25347 25348 25349 |
# File 'lib/quickfix_fields.rb', line 25343 def initialize(data = nil) if( data == nil ) super(1935) else super(1935, data) end end |
Class Method Details
.field ⇒ Object
25340 25341 25342 |
# File 'lib/quickfix_fields.rb', line 25340 def VoluntaryRegulatoryReport.field return 1935 end |