Class: Quickfix::TargetMarketSegmentID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ TargetMarketSegmentID

Returns a new instance of TargetMarketSegmentID.



23406
23407
23408
23409
23410
23411
23412
# File 'lib/quickfix_fields.rb', line 23406

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

Class Method Details

.fieldObject



23403
23404
23405
# File 'lib/quickfix_fields.rb', line 23403

def TargetMarketSegmentID.field
  return 1790
end