Class: Quickfix::NoTargetMarketSegments

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

Returns a new instance of NoTargetMarketSegments.



23393
23394
23395
23396
23397
23398
23399
# File 'lib/quickfix_fields.rb', line 23393

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

Class Method Details

.fieldObject



23390
23391
23392
# File 'lib/quickfix_fields.rb', line 23390

def NoTargetMarketSegments.field
  return 1789
end