Class: Quickfix::ProvisionOptionExerciseEarliestTimeBusinessCenter

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ProvisionOptionExerciseEarliestTimeBusinessCenter



29113
29114
29115
29116
29117
29118
29119
# File 'lib/quickfix_fields.rb', line 29113

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