Class: Quickfix::NoMarketSegments

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoMarketSegments

Returns a new instance of NoMarketSegments.



17374
17375
17376
17377
17378
17379
17380
# File 'lib/quickfix_fields.rb', line 17374

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