Class: Quickfix::UnderlyingComplexEventQuoteBasis

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

Returns a new instance of UnderlyingComplexEventQuoteBasis.



52630
52631
52632
52633
52634
52635
52636
# File 'lib/quickfix_fields.rb', line 52630

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

Class Method Details

.fieldObject



52627
52628
52629
# File 'lib/quickfix_fields.rb', line 52627

def UnderlyingComplexEventQuoteBasis.field
  return 2270
end