Class: Quickfix::LegProvisionOptionExerciseFixedDateType

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



33754
33755
33756
33757
33758
33759
33760
# File 'lib/quickfix_fields.rb', line 33754

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

Class Method Details

.fieldObject



33751
33752
33753
# File 'lib/quickfix_fields.rb', line 33751

def LegProvisionOptionExerciseFixedDateType.field
  return 40497
end