Class: Quickfix::VoluntaryRegulatoryReport

Inherits:
BoolField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from BoolField

#getValue, #setValue

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

.fieldObject



25340
25341
25342
# File 'lib/quickfix_fields.rb', line 25340

def VoluntaryRegulatoryReport.field
  return 1935
end