Class: Quickfix::AffectedMarketSegmentID

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AffectedMarketSegmentID

Returns a new instance of AffectedMarketSegmentID.



23432
23433
23434
23435
23436
23437
23438
# File 'lib/quickfix_fields.rb', line 23432

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