Class: Quickfix::MultiJurisdictionReportingIndicator

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MultiJurisdictionReportingIndicator

Returns a new instance of MultiJurisdictionReportingIndicator.



79371
79372
79373
79374
79375
79376
79377
# File 'lib/quickfix_fields.rb', line 79371

def initialize(data = nil)
  if( data == nil )
    super(2963)
  else
    super(2963, data)
  end
end

Class Method Details

.fieldObject



79368
79369
79370
# File 'lib/quickfix_fields.rb', line 79368

def MultiJurisdictionReportingIndicator.field
  return 2963
end