Class: Quickfix::ProvisionOptionExerciseFixedDateType

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

Returns a new instance of ProvisionOptionExerciseFixedDateType.



29178
29179
29180
29181
29182
29183
29184
# File 'lib/quickfix_fields.rb', line 29178

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

Class Method Details

.fieldObject



29175
29176
29177
# File 'lib/quickfix_fields.rb', line 29175

def ProvisionOptionExerciseFixedDateType.field
  return 40144
end