Class: Quickfix::NoMarketSegments

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



17371
17372
17373
# File 'lib/quickfix_fields.rb', line 17371

def NoMarketSegments.field
  return 1310
end