Class: Quickfix::NoTargetMarketSegments

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

Instance Method Summary collapse

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