Class: Quickfix::RelatedInstrumentType

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

Returns a new instance of RelatedInstrumentType.



20273
20274
20275
20276
20277
20278
20279
# File 'lib/quickfix_fields.rb', line 20273

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

Class Method Details

.fieldObject



20270
20271
20272
# File 'lib/quickfix_fields.rb', line 20270

def RelatedInstrumentType.field
  return 1648
end