Class: Quickfix::LegComplexEventQuoteBasis

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

Returns a new instance of LegComplexEventQuoteBasis.



47651
47652
47653
47654
47655
47656
47657
# File 'lib/quickfix_fields.rb', line 47651

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

Class Method Details

.fieldObject



47648
47649
47650
# File 'lib/quickfix_fields.rb', line 47648

def LegComplexEventQuoteBasis.field
  return 2235
end