Class: Quickfix::NoAffectedMarketSegments

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) ⇒ NoAffectedMarketSegments

Returns a new instance of NoAffectedMarketSegments.



23419
23420
23421
23422
23423
23424
23425
# File 'lib/quickfix_fields.rb', line 23419

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

Class Method Details

.fieldObject



23416
23417
23418
# File 'lib/quickfix_fields.rb', line 23416

def NoAffectedMarketSegments.field
  return 1791
end