Class: Quickfix::NoLegComplexEventDates

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

Returns a new instance of NoLegComplexEventDates.



47833
47834
47835
47836
47837
47838
47839
# File 'lib/quickfix_fields.rb', line 47833

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

Class Method Details

.fieldObject



47830
47831
47832
# File 'lib/quickfix_fields.rb', line 47830

def NoLegComplexEventDates.field
  return 2250
end