Class: Quickfix::NotAffectedMarketSegmentID

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

Returns a new instance of NotAffectedMarketSegmentID.



23458
23459
23460
23461
23462
23463
23464
# File 'lib/quickfix_fields.rb', line 23458

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

Class Method Details

.fieldObject



23455
23456
23457
# File 'lib/quickfix_fields.rb', line 23455

def NotAffectedMarketSegmentID.field
  return 1794
end